Hi Josh, For a start, you have a basic shell issue here:
2011/8/1 Josh <[email protected]>: > simpleliq -i playlist -uri /home/blradio/music -o icecast.mp3 -host > localhost -port 8000 -password takenoutformysake -genre pop, other -url > http://www.blind-light.net -description blind light radio playing from 2008 > pop to moddon pop. -restart true -mount /stream -e nrj -t smart_crossfade The way you wrote it, there are 10 arguments in between -description and -restart. You need to group the text of the description in a single argument, using quotes: ... -url "blind light radio .... moddon pop." -restart true .... Good luck, -- David ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
