I have a collection fo mp3s that I wish to stream. They came from a windows environment and when ripped they used spaces in the files names. When I prepare a file list with the spaces on the linux box it works fine with mpg123 and muse buts spits out error messages from ices and continues to cycle through the playlist until I break out of ices. <p>Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : Error opening: No such file or directory This is what I get for output. If I remove all the whitespaces it works just fine. This of course is a workaround. I would rather not have to rename the hundreds or files. I am using the ices 0.2.3 on RH 8.0 Any help would be appreciated greatly. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Put "quotes" around the filenames. Leo <p>Stephen Winnett wrote:>I have a collection fo mp3s that I wish to stream. >They came from a windows environment and when ripped >they used spaces in the files names. > >When I prepare a file list with the spaces on the linux box it works >fine with >mpg123 and muse buts spits out error messages from ices and continues >to cycle >through the playlist until I break out of ices. > > >Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : >Error opening: No such file or directory > >This is what I get for output. >If I remove all the whitespaces it works just fine. This of course is >a workaround. > >I would rather not have to rename the hundreds or files. > >I am using the ices 0.2.3 on RH 8.0 > >Any help would be appreciated greatly. > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > ><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> how have you made this playlist? I used a 'find' command > and redirect the > output into a file.I used ls *.mp3 >start.pls this works for mpg123 but not ices. I followed your advice and used quotes around the file names still no good. I tried the \ delimiting earlier and it did not work either. /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \ JEFF\ SEARLES.mp3 Any other suggestions. Or perhaps there is a bug in the default file handler of ices. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tuesday 10 December 2002 02:45, Stephen Winnett wrote:> I have a collection fo mp3s that I wish to stream. > They came from a windows environment and when ripped > they used spaces in the files names. > > When I prepare a file list with the spaces on the linux box it works > fine with > mpg123 and muse buts spits out error messages from ices and continues > to cycle > through the playlist until I break out of ices.how have you made this playlist? I used a 'find' command and redirect the output into a file.> > Error opening /music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3 : > Error opening: No such file or directoryNo wonder. Either you quote your filenames like "/music/d/m4/ANNOINTED - UNDER THE INFLUENCE NA.mp3" or you escape them: /music/d/m4/ANNOINTED\ \-\ UNDER\ THE\ INFLUENCE\ \ \ \ \ NA.mp3 In both cases 'sed' would help you to do this with a single command for the whole playlist file! CU -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |michael.renner@tuebingen.mpg.de | | +----------------------------------------------------ESC:wq --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.