gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
482 stars 52 forks source link

How to tagging splitted tracks without re-encoding #210

Closed coddoge closed 2 years ago

coddoge commented 2 years ago

I have splitted m4a(AAC) tracks, but its not tagged.

How to batch tag it without re-encoding?

Like first step of the Action 'Encoding', get metadata from DB and then just write tag in to files, withou re-encoding.

May need to provide more info of the album to search DB, but i can not found the operations in GUI.

ha-korth commented 2 years ago

CUETools currently does not have a tool for "tagging only". You could try mp3tag which can tag your m4a(aac) files from sources such as freedb(gnudb.org), musicbrainz, or discogs.

coddoge commented 2 years ago

Thank you for reply.

I tried mp3tag, its excellent!