Häagen-Dazs;558760 Wrote: > How do I prepend disc number to track number?
I prefer the second way of organizing multidisc CDs, with subdirectories for the individual discs. But if you want to use a single directory... The disc number would only need to be prepended in the filename, not within the tracknumber field itself. So it's a matter of renaming the files. In Mp3tag you can either use either do a Convert > Tag - Filename, or else you can create and save an Action to rename files. You would use the following string in a tag-to-filename convert: $num(discnumber,2)-$num(%track%,2) %title% The equivalent Format value Action would be defined as: -Action type:- *Format value* -Field:- *_FILENAME* -Format string:- *$num(discnumber,2)-$num(%track%,2) %title%* You would only want to use this for multidisc sets. You could define a file renaming action that would handle both single and multidisc sets, but it requires a fairly complex format string containing a conditional. -Action type:- *Format value* -Field:- *_FILENAME* -Format string:- *$if(%discnumber%,$num(%discnumber%,2)-$num(%track%,2) %temp%,$num(%track%,2) %temp%)* -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=80009
_______________________________________________ ripping mailing list ripping@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/ripping