Hi everyone,

I'm Miguel, from Mexico, and I'm creating an script using liquidsoap for my
first radio (and then, reuse my code to any other future radios). Also, I
have to say I am not a programmer. I'm learning from examples (thank you
github, thank you opensource, thank you people).

I've been playing for a while (a week or so) with advanced liquidsoap (I've
written before a very basic jukebox for an older radio) and my code,
besides than messy, is running fine and does almost all things I wanted.

I've found a function for playlist(), check_next, but I haven't found any
"fine" syntax. I assumed it was a boolean, so I set

music =
playlist(mode=random,check_next="true",reload=3600,reload_mode="watch","/path/to/playlist.m3u")

Anyway, found that this is not it's syntax, since as I've ran liquidsoap
--check for this script and returns:

myuser@jimmorrison:~# liquidsoap --check /path/to/script.liq
At line 37, char 31:
  this value has type

(?id:_,?replay_metadata:_,?track_sensitive:_,?transitions:_,?weights:_,_)->
    _
  but it should be a subtype of
    string

So, where am I doing this wrong?

Hope you can help me to understand the use of check_next

Miguel
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to