I am amazed and delighted with what mp3tag can do for me. It is making re-organising my collection very easy, and the scripting is both logical and powerful.
I've hit a problem though. I also have non-audio data in my "audio" folders, like cover art, rip logs, and sometimes other notes. I want to move these along with the audio content.
I've found this thread...
/t/570/1
...which describes using the _DIRECTORY field to rename folders. However, my re-organisation seems a little too radical for straight renaming of folders to work. In some cases I'm combining the contents of two folders, in others I'm splitting the contents of one, and in every case I'm re-writing the entire path right up to the drive letter.
e.g. I've been playing around with this tag>file mapping...
D:\audio\2$if($eql(%genre%,Vintage),Vintage,$if($eql(%genre%,Classical),Classical,$if($eql(%genre%,Christmas),Christmas,$if($eql(%genre%,Childrens),Children''s Music,$if($eql(%genre%,Speech),Books and Spoken Word,All in HERE except)))))$if($or($or($eql(%genre%,Vintage),$eql(%genre%,Classical)),$eql(%genre%,Christmas)),$if(%compilation%,_compilations,),$if($or($or($eql(%genre%,Childrens),$eql(%genre%,Speech)),$eql(%genre%,Soundtrack)),,$if(%compilation%,_compilations,)))$if(%compilation%,,$if($or($or($or($eql(%genre%,Vintage),$eql(%genre%,Classical)),$eql(%genre%,Christmas)),$eql(%genre%,Speech)),%albumartist%,$if($or($eql(%genre%,Childrens),$eql(%genre%,Soundtrack)),,%albumartist%)))%album%$ifgreater(%disctotal%,1,$if($neql($strstr('('disc ,%album%),0),,$ifgreater(%disctotal%,9,$num(%discnumber%,2)-,%discnumber%-)),)$num(%track%,2). $if($and($eql(%genre%,Classical),compilation),%artist% - ,)%title%$if($and($and(%compilation%,$neql(%genre%,Classical)),%artist%), - %artist%,)$if($or($or($or(%compilation%,$eql(%genre%,Classical)), $eql(%genre%,Speech)),$eql(%genre%,Childrens)),,$if($and(%albumartist%,%artist%),$if($neql(%albumartist%,%artist%), - %artist%,),))
I know it's inefficient in places - I wrote it as I was learning mp3tag - but it's quite close to what I what to do.
How can I take something like that, and move non-audio files along with the audio files?
(I'm using FLAC, if that's relevant. The mp3 copies just mirror the FLAC organisation).
Many thanks for any help anyone can give!
David.
P.S. I bet I'll want to re-organise everything again in a few years when I've seen how this latest organisation works out. This is easy enough if the tags are "right" by using tag>filename - but it means the fix for the non-audio files probably won't be a "once and for all" fix, but one that needs doing again.