1
0
mirror of https://github.com/moex3/flac2mp3.pl synced 2024-11-21 19:44:15 -05:00
Go to file
moex3 be6853c5da
Some fixes and some new features
Fix:
    - Use TXXX for arranger, performer (because mid3v2 doesn't recognize
      the TIPL and other tags for this. :(
    - Map lyricist tag
    - Map origin and origintype to TXXX fields
    - Remoeavbe comment tag

Adds:
    - Add option for embedded image art control
    - Enforce TXXX key uniqueness and merge them together with a ;
      character if there are more that one of them.
2022-12-13 13:43:04 +01:00
flac2mp3.pl Some fixes and some new features 2022-12-13 13:43:04 +01:00
README.md Add comment & catalog option, improve genre option 2021-08-01 17:46:19 +02:00

flac2mp3.pl

Perl script to transcode flac into mp3, while keeping the tags. Because hundreds of these scripts aren't enough apparently.

Dependencies: flac metaflac lame

Usage

flac2mp3.pl ~/flacs ~/mp3

Some tags can be overridden with options.

flac2mp3.pl --genre 145 --comment "yes" ~/flacs ~/mp3

This would add the genre as 'Anime'. Run lame --genre-list for the whole list. Can be specified multiple ones, with comma separation (i think).