Hi everyone--
How would I export number, title and artist tags
from a folder of mp3 files to a text or Word file using MP3tag?
Basically looking for a way to print back covers for mixes:
01 Rolling Stones - Gimme Shelter
02 Beatles - Lady Madonna
etc...
[Hope I haven't missed an explanation here on how to do this...]
thanks!
Oh, well, a look into the help might have helped - Export would be the keyword.
Now then:
Open menu File > Export.
Select the pre-definded export script txt_taglist and copy it.
Select the copy and edit it.
Edit the present line
$filename(txt,utf-8)$loop(%_path%)%artist% - %album% - %title% - %track% - %year% - %genre% - %comment%
$loopend()
to
$filename(txt,utf-8)$loop(%_path%)%track% %artist% - %title%
$loopend()
Save it, use it for the selected files.
ohrenkino
Thanks for your help.