#!/bin/bash
#
# m3u converter for iaudio X5, mount x5 to /neuros, load all songs
# into xmms that you wish to make a list of, save the list in your home
# and then run $0 on it

#sed 's/\/neuros\/music\///g' $1 | sed 's/\//\/g' > /neuros/playlist/${1}
sed 's/\/neuros\/music\///g;s/\//\\/g' $1 > /neuros/playlist/${1}
