You are missing a ) on the line with the "set".

The next line will also need to be mode="random"

Nick

On Wed, Dec 12, 2018 at 3:59 AM julienweiss <notificati...@github.com>
wrote:

> Ok so it works but now I have a new error Line 5, char 17 before "=":
> Parse error!
>
> and here is the script
>
> #!/usr/bin/liquidsoap
>
> set("log.file.path", "/tmp/liquisoap_radio.log"
>
> local_playlist = playlist("/home/pi/Musique/", mode=random, reload=300)
>
>  stream_rfi = input.http("http://live02.rfi.fr/rfimonde96k.mp3";, 
> id="stream_rfi_ok")
>
>  live = input.http("http://orleans.radiocampus.org:8000/stream_rco_live.mp3";, 
> id="live_ok")
>
> content = fallback(track_sensitive=false, [live, stream_rfi, local_playlist])
>
> output.alsa(content)
>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/savonet/liquidsoap/issues/674#issuecomment-446511704>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Am23y-E45O8aHw6YJTVJ44Tg2Tjg4K80ks5u4MVfgaJpZM4ZNADt>
> .
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to