Yes, should be easy. There are basically two ways to do it in Mp3tag. 1. Use the converter via either Convert > Tag - Filename, or Alt+1, or the 'red ball to sheet of paper' icon in the icon bar. This is good for one-offs.
2. Create an Action group. May be better if you'll be using it more than once. In either case, you'll construct a formatting string for a new filename. When the filename contains backslashes Mp3tag know to treat the parts as directories and will create them as necessary. An action would look something like: -Action type:- *Format value* -Field:- *_FILENAME* -Format string:- *D:\Music\MP3\%genre%\%band%\$num(%track%,2) %title%* The FAQ below also explains that you can use relative paths, so that may be easier than specifying the full path. http://forums.mp3tag.de/index.php?showtopic=9084#entry35930 %BAND%\$NUM(%TRACK%,2) %TITLE% Mp3tag maps the BAND fieldname to TPE2, as explained in the Help: http://help.mp3tag.de/main_tags.html so you'll want to only execute this on MP3 files and use %albumartist% for FLAC files. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=80719 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
