search for: im_playlist

Displaying 9 results from an estimated 9 matches for "im_playlist".

2004 Aug 06
3
ices: forcing an immediate reread of the playlist
...This has the bad side effect of terminating 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->curr...
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/20...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
I'm trying to complie ices2.0.1 on a more-or-less stock Fedora 3 installation, and I'm getting the following compiler error (during linking, I think). /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lp...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...;.deps/signals.Po' tmpdepfile='.deps/signals.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -I/opt/local/include -I/sw/include/libxml2 -I/sw/include -g -O2 -c `test -f 'signals.c' || echo './'`signals.c source='im_playlist.c' object='im_playlist.o' libtool=no \ depfile='.deps/im_playlist.Po' tmpdepfile='.deps/im_playlist.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -I/opt/local/include -I/sw/include/libxml2 -I/sw/include -g -O2 -c...
2004 Aug 06
2
ices2 build errors
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lm gcc -I/usr/includ...
2004 Aug 06
1
can't compile ices 2 on ppc
...y `/home/doppler/ices/src/timing' make[2]: Entering directory `/home/doppler/ices/src' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/gnome-xml -I/include -I/include -I/include -o ices input.o config.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o im_oss.o stream_shared.o savefile.o metadata.o stream_rewrite.o playlist_script.o audio.o resample.o net/libicenet.la thread/libicethread.la log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lpthread -L/usr/lib -lxml -lz -L/lib -logg -L...
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...trying to complie ices2.0.1 on a more-or-less stock Fedora 3 > installation, and I'm getting the following compiler error (during linking, > I think). > > /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lp...
2004 Aug 06
0
ices: forcing an immediate reread of the playlist
...bad side effect of >terminating 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 It'll skip to the next file if you send ices SIGHUP (I think. I may have ended up using a differen...
2004 Aug 06
2
Params and handling
From reading through the code, I can understand that the parameters are read from the XML config file and stored in the void pointer "data", but if I am writing a new playlist module that needs additional parameters, how would I go about handling adding this to the code? I have a MySQL playlist module written, but I cannot seem to integrate the parameters such that the admin would