search for: nexttrack

Displaying 3 results from an estimated 3 matches for "nexttrack".

2004 Aug 06
3
ices: forcing an immediate reread of the playlist
...ting the client's connection to icecast and leaving a bunch of ices dangling . I'd like to be able to have otto spawn a single instance of ices at startup, and then signal ices when the user has selected the next song. As far as I can tell im_playlist doesn't check for pl->nexttrack until it is at the end of the file. What would be the best way to force this tight loop to immediately reread it's playlist? I see two options 1. Write some extra code to check for a nexttrack == 1 inside the while(1) playlist_read 2. Force pl->current_file to the end of the stream The...
2004 Aug 06
1
ices: forcing an immediate reread of the playlist
Hi Michael, I'll try, but just from looking at the code inside im_playlist.c it doesn't appear to check the pl->nexttrack variable inside the 'while(1)' loop unless it reaches the eof on the playlist file. Honestly I don't understand the ogg function calls, but just wondering if code has to be added to check this. Brant At Tuesday 06:24 PM 3/19/2002, Michael Smith wrote: >At 12:32 PM 3/19/02 -0500,...
2004 Aug 06
0
ices: forcing an immediate reread of the playlist
...client's connection to icecast and leaving a bunch of ices >dangling . I'd like to be able to have otto spawn a single instance of ices >at startup, and then signal ices when the user has selected the next song. > > As far as I can tell im_playlist doesn't check for pl->nexttrack until it >is at the end of the file. What would be the best way to force this tight >loop to immediately reread it's playlist? I see two options It'll skip to the next file if you send ices SIGHUP (I think. I may have ended up using a different signal). It definately doesn't wa...