Turnandcough;269076 Wrote: > Sorry I checked out the link but I'm not sure what I'm supposed to do > with the script
Save it to a file, call it setGain, and then run it. On Linux, if you give it executable permission (chmod +x setGain), you should just be able to type "setGain ....." and have it go. On other platforms, you may need to type "perl setGain ....". "...." is the path (or paths) to your music library(s). You'd do that in a command window in Windows, or a shell in MacOS. Note, this does rely on two CPAN modules, File::Spec and File::Path (although it looks like File::Path can be removed. Edit the file and delete the "use File::Path;" line). Not sure if these are installed by default normally, or not. To install on Linux, you'd do "perl -MCPAN -e shell", and then "install File::Spec File::Path" at the prompt. Don't know how it works on Windows or MacOS. Eric -- kolding ------------------------------------------------------------------------ kolding's Profile: http://forums.slimdevices.com/member.php?userid=31 View this thread: http://forums.slimdevices.com/showthread.php?t=43437 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
