I'd like better capabilities to transform and create tags when converting, mainly so I can avoid lots of manual tag edits after converting FLAC files to mp3 files.
In my FLAC files, I have a track number of a song in an album in a tag called TRACKNUMBER, and the total number of tracks of an album in a field called TOTALTRACKS. Similarly, I also have FLAC tags called DISCNUMBER and TOTALDISCS.
I'd like to convert this information when I convert a FLAC to an mp3 file, such that the the ID3v2.3 frame of TRCK contains TRACKNUMBER/TOTALTRACKS (for example, "2/13"), and the ID3v2.3 frame of TPOS contains DISCNUMBER/TOTALDISCS.
In my FLAC files, I have a track number of a song in an album in a tag called TRACKNUMBER, and the total number of tracks of an album in a field called TOTALTRACKS. Similarly, I also have FLAC tags called DISCNUMBER and TOTALDISCS.
I'd like to convert this information when I convert a FLAC to an mp3 file, such that the the ID3v2.3 frame of TRCK contains TRACKNUMBER/TOTALTRACKS (for example, "2/13"), and the ID3v2.3 frame of TPOS contains DISCNUMBER/TOTALDISCS.
Comment