I’m also new to liquidsoap but if beginner answer to easy questions, expert 
will have more time to answer hard one :-)

I think you are looking for the « append » operator to insert a blank between 
each track. Something like:

shorts_spaced=append(shorts,fun (a,b) -> blank(duration=4.2))
essai = fallback( [ shorts_spaced, dflt ] )

For the telnet part, you probably met already 
http://liquidsoap.fm/doc-svn/server.html . It means in your case something like

set("server.telnet",true)
chut = interactive.float(« silence", 4.2)

and then

shorts_spaced=append(shorts,fun (a,b) -> blank(duration=chut))

Sorry if I’m completely wrong…
Pierre B.

Le 3 sept. 2014 à 17:33, tTh <[email protected]> a écrit :

> Hi All.
> 
> Liquidsoap is new for me, and after digging into the doc, a lot of
> things are seamingless for me :)
> 
> I've a simple setup who run perfectly :
> 
> --------------------------------------------------------
> set("log.stdout",true)
> 
> dflt = single("files/jingles/Imperial.ogg")
> shorts = playlist(mode="normal",
>                   mime_type="application/x-mpegURL",
>                 "files/shorts.pls")
> essai = fallback( [ shorts, dflt ] )
> 
> output.icecast (%vorbis,                      
>               host = "10.20.0.23",    port = 1984,
>               mount = "plop.ogg",     password = "hopla!",
>               essai )
> --------------------------------------------------------
> 
> Now, I want to insert an adjustable (maybe by telnet) blanck
> (silence) between each track played. I read a good part of the
> online documentation, but found nothing who can put on the way
> to a few secons of silence.
> 
> Thx.
> 
> -- 
>         http://radio.mixart-myrys.org:8000/savon.ogg.m3u
> 
> ------------------------------------------------------------------------------
> Slashdot TV.  
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
> 


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to