Re: [Savonet-users] LS 1.1.0 hanging at the end of smooth_add

2013-03-24 Thread Pad Anius
I am using something very similar, and found the same problem under the latest liquidsoap 1.1.0: cut here ac = audio_to_stereo(mksafe(playlist(id=ac,mode=random, reload=7200, /MUSIC/AC))) timed_promotions = switch([ ({(1w or 2w or 3w or 4w or 5w) and

Re: [Savonet-users] Playing Cuesheets

2013-03-24 Thread David Baelde
On Sun, Mar 24, 2013 at 1:43 PM, daslicht anso...@gmail.com wrote: init: security exit, root euid (user). This is liquidsoap telling you to not run it as root, for security reasons. Run it as normal user, or as a specially created liquidsoap user. Cheers, David

Re: [Savonet-users] Playing CueSheets / on Track events ?

2013-03-24 Thread David Baelde
Hi, On Sat, Mar 23, 2013 at 7:32 PM, daslicht anso...@gmail.com wrote: * Play a cue sheet You seem to have figured this one out yourself, using cue_cut(). * Return current song (can I call a LiquidSoup Script with PHP or NodeJS?) If you need to query liquidsoap for the current song, then a

Re: [Savonet-users] Bug? merge_tracks() and/or switch() - Demo Code Included

2013-03-24 Thread Romain Beauxis
Hi, 2013/3/23 Kevin McQuiggin mcqui...@sfu.ca: I have done further research into the behaviour of merge_tracks() and switch(). Either I don't understand the correct behaviour of these constructs, or I have found a bug. Demo code is attached and documented herein. I have tried to

Re: [Savonet-users] Having Trouble With Playlist merge_tracks()

2013-03-24 Thread mcquiggi
Hi Romain: I did some further testing and attached a log file there. Probably take a look at that message first and see if you need more info. In my demo example I pared it down to a simple case that shows the error. Kevin On 2013-03-24, at 9:22 AM, Romain Beauxis to...@rastageeks.org

Re: [Savonet-users] LS 1.1.0 hanging at the end of smooth_add

2013-03-24 Thread Romain Beauxis
Hi guys, Thanks for the feedback, I will try to review this very shortly. Romain 2013/3/24 Pad Anius padan...@gmail.com: I am using something very similar, and found the same problem under the latest liquidsoap 1.1.0: cut here ac =

Re: [Savonet-users] LOG FILE re Bug? merge_tracks() and/or switch() - Demo Code Included

2013-03-24 Thread Romain Beauxis
Hi! Oh my, I missed this. Let's move all the discussion there: https://github.com/savonet/liquidsoap/issues/46 Romain 2013/3/23 mcquiggi mcqui...@me.com: Hi Again: Here is my log file for the demo program, I think it will complement my original message: 2013/03/23 14:38:14 LOG START

Re: [Savonet-users] LOG FILE re Bug? merge_tracks() and/or switch() - Demo Code Included

2013-03-24 Thread mcquiggi
Okay thanks, I created an account and poted a level 4 log file from the test program there. Thanks for looking at the issue! Kevin On 2013-03-24, at 9:30 AM, Romain Beauxis to...@rastageeks.org wrote: Hi! Oh my, I missed this. Let's move all the discussion there:

[Savonet-users] Log File Level 4 - Re: Bug? merge_tracks() and/or switch() - Demo Code Included

2013-03-24 Thread mcquiggi
I am re-running the test program with log level 4, stand by. I will send you the log. On 2013-03-24, at 9:23 AM, Romain Beauxis to...@rastageeks.org wrote: Hi, 2013/3/23 Kevin McQuiggin mcqui...@sfu.ca: I have done further research into the behaviour of merge_tracks() and switch().

Re: [Savonet-users] Having Trouble With Playlist merge_tracks()

2013-03-24 Thread David Baelde
Hi guys, What could be happening here is that the third file is not resolved fast enough, so there is a tiny gap before it, and merge_track() won't do anything about it. The sequence() operator that is behind merge_tracks is not logging much, so it won't help in confirming the diagnostic. But in

Re: [Savonet-users] Help with clocks

2013-03-24 Thread David Baelde
Hi kronos, Thanks for the details. Since all outputs are meant to broadcast the same content, only at different bitrates, it makes sense to have everything in one liquidsoap instance. So your script is basically of the following form: # Lots of stuff to eventually define the radio source # The

Re: [Savonet-users] LS 1.1.0 hanging at the end of smooth_add

2013-03-24 Thread Samuel Mimram
For reference, the issue can be followed on our bugtracker here: https://github.com/savonet/liquidsoap/issues/47 On Sun, Mar 24, 2013 at 7:49 PM, David Baelde david.bae...@gmail.com wrote: Hi, The problem is caused by my most recent (but not so recent) commit on src/operators/sequence.ml.

Re: [Savonet-users] Having Trouble With Playlist merge_tracks()

2013-03-24 Thread Samuel Mimram
For reference, this issue can be followed on our bugtracker here: https://github.com/savonet/liquidsoap/issues/46 On Sun, Mar 24, 2013 at 6:30 PM, David Baelde david.bae...@gmail.com wrote: Hi guys, What could be happening here is that the third file is not resolved fast enough, so there is a

Re: [Savonet-users] Liquidsoap 1.1.0 on win32

2013-03-24 Thread Romain Beauxis
2013/3/25 Romain Beauxis romain.beau...@gmail.com: And begin service.liq with: set(log.stdout,true) set(log.file,false) Erf, I of course meant: set(log.stdout,false) set(log.file,true) Romain -- Everyone hates slow