mirror of
https://github.com/moex3/flac2mp3.pl
synced 2024-11-21 11:35:19 -05:00
Don't copy encoder info
This commit is contained in:
parent
e3dccbcf78
commit
edc18b4871
@ -98,10 +98,10 @@ my %idLookup = (
|
||||
catalognumber => ['TXXX', sub { return "CATALOGNUMBER:" . tagmap_catalogid(shift, 'catalognumber'); } ],
|
||||
catalogid => ['TXXX', sub { return "CATALOGNUMBER:" . tagmap_catalogid(shift, 'catalogid'); } ],
|
||||
labelno => ['TXXX', sub { return "CATALOGNUMBER:" . tagmap_catalogid(shift, 'labelno'); } ],
|
||||
'encoded-by' => 'TENC',
|
||||
encoder => 'TSSE',
|
||||
encoding => 'TSSE',
|
||||
'encoder settings' => 'TSSE',
|
||||
#'encoded-by' => 'TENC',
|
||||
#encoder => 'TSSE',
|
||||
#encoding => 'TSSE',
|
||||
#'encoder settings' => 'TSSE',
|
||||
media => 'TMED',
|
||||
genre => ['TCON', sub {
|
||||
return undef if ($opt_no_genre);
|
||||
|
Loading…
Reference in New Issue
Block a user