Media Monkey
I love Media Monkey. It's a great way to organize files. Anyways, the auto-organize is the best feature, but of course we all have our own tweaks.
H:\MEDIA\MUSIC\$if(<Album>,$if(<Type><>mp3,$if(<Genre>=Christmas,iTunes Xmas Music\,iTunes\),$if(<Genre>=Christmas,Xmas Music\,Albums\))$if(<Label>,#<Label>,<Album Artist>)\<Album>\$if(<Disc#>,$if($len(<Disc#>)<2,<Disc#:2>,<Disc#>) - ,)$if(<Track#>,$if(<Special>=Over100,<Track#:3>,<Track#:2>) - ,),No Album\)<Artist>$if(<Feat.>, feat. <Feat.>) - <Title>
That, my friends, is my sorting script. It's made to filter out Christmas music, iTunes files and any special sorting tags. I also have rules for leading zeroes on albums over 100 tracks (Well, 100 OR over, but I'll tweak that later). I also strip out 'featuring' in the title or artist, because it pollutes the artist list with unneeded duplicates, so I put those into their own tab, but I want those to show up in the filenames, so I have to output those if they are there. There's a few things I wish it could do, but it's not smart enough yet to do it right from that line. I'd need to actually write a REAL script.
This works well enough for now.
Comments