tag_to_filename_truncating_chars.mta
Truncate filenames to 30 characters (useful if you use iTunes and
didn't use that to rip your files - iTunes can fall over on long
filenames). Produces filenames in the format 01-Magical Mystery
Tour.mp3, truncated to 33 characters (that includes the track num and
dash). To adjust how many chars of "Title" it uses, edit to replace 30
with your value. If you don't like the - you can replace that with
anything you like, or delete it, or put spaces round it.
trim_trailing_spaces_filename.mta
Knocks all empty spaces off the end of your filenames, leaving ones in
the middle intact.
remove_leading_The_all_folders.mta
Creates new directory structure the same as your current one, except
minus any leading "The". It does this by copying, so if you had e:\the
beatles\the beatles [disc 1]\01-back in the ussr it would leave that
folder structure intact, but move the files to a new structure of
e:\beatles\beatles [disc 1]\01-back in the ussr.
BTW, if anyone can work out how to do this without a regexp/move let me
know!
You will of course end up with empty folders, but if you create a batch
file whose contents are...
[EMAIL PROTECTED] off
CD /D M:\Music
for /f "delims=" %%i in ('dir /s /b /ad ^| sort /r') do rd "%%i">NUL-
...obviously replacing M:\Music with path of your choice, you'll have a
foolproof batch empty folder deleter thingy!
+-------------------------------------------------------------------+
|Filename: remove_leading_The_all_folders.txt |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5829|
+-------------------------------------------------------------------+
--
moley6knipe
Win XP Pro SP3 > dBpoweramp Reference 13.1 > SqueezeCenter 7.2.1 >
Squeezebox 3 > ears
------------------------------------------------------------------------
moley6knipe's Profile: http://forums.slimdevices.com/member.php?userid=10014
View this thread: http://forums.slimdevices.com/showthread.php?t=51816
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping