Playlist reload don't update Autocue values? #4253
-
I am downloading syndicated news every hour at xx:53. Because the duration of the track every hour is different i reload the playlist to calculate the "new" autocue values short before playout with
The values are calculated correct, but on playout LS uses "old" values. That happens when the news track are added to queue before the new one is downloaded. Any idea how can i get LS to take the new values?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi! I'm not sure that it can work this way. I see that you reload a playlist but you feed it to playout through Or simply when news added to queue they are already cached by LS. When you reload a playlist - this has no impact because you use API (not playlist). Hence you get same values. Because LS gets a song not from a playlist but from API (and those values are old). You should try handling
What you are doing in you first post is basically:
|
Beta Was this translation helpful? Give feedback.
Hi! I'm not sure that it can work this way. I see that you reload a playlist but you feed it to playout through
Next Song API
. And I think the problem is connected with this.Or simply when news added to queue they are already cached by LS. When you reload a playlist - this has no impact because you use API (not playlist). Hence you get same values. Because LS gets a song not from a playlist but from API (and those values are old).
You should try handling
news
manually by Liquidsoap, not by Azuracast API - like here #4004 + making playlist advanced and redefining it. Maybe this would make it work.