Browse Source

Don't copy encoder info

master
moex3 1 year ago
parent
commit
edc18b4871
No known key found for this signature in database GPG Key ID: ABC92E00CF59BB7A
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      flac2mp3.pl

+ 4
- 4
flac2mp3.pl 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);


Loading…
Cancel
Save