Hi, I think I fixed this, see https://github.com/savonet/liquidsoap/pull/51 I'm waiting for others to review my changes, but unless I have made a big mistake it should be fixed in next version!
++ Sam. On Mon, Mar 25, 2013 at 5:09 PM, Kevin McQuiggin <[email protected]> wrote: > Hi There Kronos: > > I have the same requirement, and have been doing this with the merge_tracks() > function. However, this function (or it's underlying functionality) has a > bug that is currently being looked at. > > You can create a playlist, create a source from this playlist using > merge_tracks like this: > > zzz = merge_tracks(playlist.safe(reload_mode="watch", mode="normal", > "~/radio/playlists/test.pls")) > > and then use the source in your code. It will play all the tracks in the > specified order ("normal" means top-to-bottom in your .pls file). > > You can then dynamically change either the .pls file, or the audio files > identified therein, and the source will reflect the current state. It works > well other than the need to fix the current bug. This is in progress, so in > my case I am looking forward to its resolution. Then I can finish my little > radio station application! > > Kevin > > On 2013-03-25, at 8:43 AM, [email protected] wrote: > >> >> Hi, >> >> I don't know whether this would be possible, but it's worth asking. >> >> A nice feature for the future might be to add extra functionality to >> 'playlist' when used with the sequence operator. >> >> As it is now, playlist plays only the first track in a playlist which has >> forced me to drop the sequence, and create a playlist that has all the >> required tracks in it. It would be nice if a sequence with a multi-track >> playlist would play all the tracks within the playlist, and then move on >> to the next item in the sequence. >> >> Being forced to accomplish this by creating a playlist without sequence is >> rather clumsy. >> >> Thanks, >> kronos >> >> >> >> >> -- >> Using Opera's revolutionary email client: http://www.opera.com/mail/ >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
