You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I make the Functions below run together because as it is, the rotate doesn't execute when I start the protocol.add there, in this case it only plays the audios from the protocol.add and not from the rotate together
vhvinhetas = stereo(playlist(id="Intercalado", reload_mode="watch", loop=true, mode="randomize","/home/streaming/#{porta_principal}/VH-VINHETAS/"))
radio = rotate(weights = [1,1],[vhvinhetas,radio])
protocol.add("dynplaylist", dynplaylist_protocol)
music = playlist(id="agendamento", mode="normal", loop=loop_agen, "dynplaylist:dummy")
radio = fallback(track_sensitive=inicio_agen, [music, radio])
This discussion was converted from issue #3568 on November 28, 2023 08:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do I make the Functions below run together because as it is, the rotate doesn't execute when I start the
protocol.add
there, in this case it only plays the audios from theprotocol.add
and not from the rotate togetherBeta Was this translation helpful? Give feedback.
All reactions