[icecast] ices file name problem

Michael Renner michael.renner at tuebingen.mpg.de
Tue Dec 10 08:48:38 UTC 2002



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 directory

No 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 at 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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Icecast mailing list