Hi: I hit a problem where a script that should return one of a list of files to be played is returning the same one each time. This is obviously not an ices problem, it's what ices did with it that bugs me. Here's the error: [2003-08-12 12:17:26] DBUG playlist-script/playlist_script_get_filename Program/script ("/usr/bin/egosched") returned filename "/var/music/Rush/Different_Stages_(Disc_3)/11_Cinderella_Man.ogg" [2003-08-12 12:17:26] EROR playlist-builtin/playlist_read Cannot play same file twice in a row, skipping after trying several times to get a different filename, which it obviously didn't get, it gave up and killed off ices. Now, I just want to know why this limitation is there. I can think of completely legitimate reasons for wanting to repeat a file that's just played. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html --- >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 Tue, 2003-08-12 at 17:45, Geoff Shang wrote:> "/var/music/Rush/Different_Stages_(Disc_3)/11_Cinderella_Man.ogg" > [2003-08-12 12:17:26] EROR playlist-builtin/playlist_read Cannot play same > file twice in a row, skipping > > after trying several times to get a different filename, which it obviously > didn't get, it gave up and killed off ices. > > Now, I just want to know why this limitation is there. I can think of > completely legitimate reasons for wanting to repeat a file that's just > played.<p>it's in because of the random playlist feature, disabling then check isn't hard and could be stated by a param attribute. karl. <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 Wednesday 13 August 2003 03:33, Karl Heyes wrote:> On Tue, 2003-08-12 at 17:45, Geoff Shang wrote: > > "/var/music/Rush/Different_Stages_(Disc_3)/11_Cinderella_Man.ogg" > > [2003-08-12 12:17:26] EROR playlist-builtin/playlist_read Cannot play > > same file twice in a row, skipping > > > > after trying several times to get a different filename, which it > > obviously didn't get, it gave up and killed off ices. > > > > Now, I just want to know why this limitation is there. I can think of > > completely legitimate reasons for wanting to repeat a file that's just > > played. > > it's in because of the random playlist feature, disabling then check > isn't hard and could be stated by a param attribute. >No, it's not. This check must not be disabled until someone (probably me) finishes and integrates stream_rewrite. The check is crucial, currently. Geoff: the limitation is there because a) stream_rewrite isn't finished, and b) this means that we have to do this to generate valid ogg bitstreams. Mike --- >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.