I've used this command to make a global change to all playlists in my playlist directory after changing drives and renaming the directory
perl -i -pe 's|/Volumes/MyExternalDrive01/Music/|/Volumes/ExternalDrive02/FLACS_AND_ALACS/|g' ./* It might be a little trickier for your playlists as you a variety of backslashes and forward slashes. https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files ------------------------------------------------------------------------ stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162 View this thread: http://forums.slimdevices.com/showthread.php?t=111382 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
