1
0
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:
moex3 2022-12-08 19:18:15 +01:00
parent e3dccbcf78
commit edc18b4871
No known key found for this signature in database
GPG Key ID: ABC92E00CF59BB7A

View File

@ -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);