Yann Leekid said:And, I don't know what you mean about randomize with .m3u files. Randomize is the default mode in the liquidsoap playlist operator (as documented in the savonet/liquidsoap documentation), so no need to mention it. I use the "global_playlist = playlist("/home/airtime/playlist.m3u") since over 2 years, and it works perfectly in a randomize way. The file can be pls, m3u, or txt, or what-you-want, what matters is the content (available pathes to tracks).
A source which plays a playlist of requests – a playlist is a file with an URI per line.
# Shuffle, play every URI, start over.
playlist("/my/playlist.txt")
# Do not randomize
playlist(mode="normal", "/my/pl.m3u")
# The playlist can come from any URI,
# can be reloaded every 10 minutes.
playlist(reload=600,"http://my/playlist.txt")
(input:source('a),source('a))->source('a)
m3u
,if you are talking about to a modify script
a schedule event is one you programme as a show in the Airtime calendar
It looks like you're new here. If you want to get involved, click one of these buttons!