paulster;665919 Wrote: > Here's a bit of VBscript I posted before that will work on a single > directory: > > http://forums.slimdevices.com/showpost.php?p=591886&postcount=5 > > I think someone has also posted an equivalent for Mac and/or Linux as > well but I'd have to do some searching to find that. > > I use MP3tag to change the tags, with it set to leave the timestamps > untouched. Then I copy the path from the 'Directory' box, double-click > my VBscript applet and paste it the directory into the popup so it bumps > the timestamps on the files I've just edited. > > I do have a newer version which also supports directory recursion if > anybody needs it, but this one works for simple tasks.
You can easily launch your script from within Mp3tag if you like. Look into the 'Tools' feature, which can run external programs and has an option to run just once per directory. You add tools in Options > Tools. I have a VBScript to bump audio file times that is configured using the following: Name: Bump Path: C:\WINDOWS\system32\wscript.exe Parameters: "C:\util\bump.vbs" /d:0 "%_folderpath%" The easiest way to launch it is to highlight one or more files, right-click, select Tools from the menu, then select 'Bump'. It may help to add a little WScript.Echo "Bumped" message at the end of the script to get a little visual feedback after the operation completes. -- JJZolx » » Download 'Squeezebox Server 7.5.6 r35834' (http://downloads.slimdevices.com/SqueezeboxServer_v7.5.6_unreleased/), the last nightly build of SBS 7.5. » ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=91155
_______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
