Script keeps throwing an error at line 16. #4077
Answered
by
gAlleb
RichardMarell
asked this question in
Q&A
-
Hello community, noob here. I generated the following script to play 4 radio streams. I want the streams to randomly select songs but without the risk of the same song being played twice in a row or too close together. This script keeps throwing errors and i am hoping someone can have a quick look at it. What am I doing wrong?:
|
Beta Was this translation helpful? Give feedback.
Answered by
gAlleb
Aug 6, 2024
Replies: 1 comment 3 replies
-
Hi, @RichardMarell. How about ztracks1 = playlist("/opt/marell/zradio/tracks1/")
ztracks1 = crossfade(smart=true, ztracks1)
ztracks1 = mksafe(ztracks1)
output... Your playlist will be randomized by default. No songs will be repeated by default. Please look https://www.liquidsoap.info/book/book.pdf Page 82. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes.
Please look https://www.liquidsoap.info/book/book.pdf Page 82.