Re: [slim] New Drive - what to do with playlists?

2011-07-25 Thread erland
pablolie;642925 Wrote: anyone has any suggestions on how to most effectively migrate playlists? I have a Linux system, it keeps drive names in the playlists as a reference. I guess I should have thought about it when naming my drives... :D Can't you just use Replace all in a text editor or

Re: [slim] New Drive - what to do with playlists?

2011-07-25 Thread Fozzy
Indeed a short piece of shell script and you can do it easily. My library is on a NAS that runs Linux and the playlists are in /Qmultimedia/Music/playlists so: cd /Qmultimedia/Music/playlists for file in *.m3u do sed -e 's!/Qmultimedia/!/bigdisk/!' $file $file.new mv $file.new $file done

[slim] New Drive - what to do with playlists?

2011-07-24 Thread pablolie
anyone has any suggestions on how to most effectively migrate playlists? I have a Linux system, it keeps drive names in the playlists as a reference. I guess I should have thought about it when naming my drives... :D -- pablolie ...pablo Server: MiniITX build w/Intel DH61DL i3-2100T - Ubuntu