• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

Smart Timing bug when loading an event?

Started by plauri, May 03, 2024, 02:41:51 AM

plauri

In v2.0.4.5 I activate smart timing on an event that loads two things: a jingle and a song of a certain genre. The jingle must play first and then the song, this happens but randomly. That is, the song comes first and then the jingle. Out of three times the same event occurs in the day, two times it works, one doesn't.

I must say, however, that this problem does not seem to be linked to smart timing because if I activate or deactivate it, it always happens that randomly every now and then it doesn't work. In previous versions of radiodj it didn't happen. Any help?
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com

stevewa


plauri

Yes, here you are
Quote from: stevewa on May 03, 2024, 03:10:20 PMplease show your event actions



Here you are, thanks

Whether "Smart timing" is set or not, sometimes the order of playing is right, sometimes no.
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com

stevewa

try inserting a wait for X seconds delay between the event actions for load tracks.

maybe the sql command for the jingle finishes before the results of the song query is done, so the jingle is inserted first, then the song above the jingo.

it appears you load the jingle last, but then with it putting it at the top of the queuelist, that will appear above the song in the queuelist, so it is correct, but counter-intuitive at first glance.


plauri

Quote from: stevewa on May 03, 2024, 05:24:55 PMit appears you load the jingle last, but then with it putting it at the top of the queuelist, that will appear above the song in the queuelist, so it is correct, but counter-intuitive at first glance.

Yes, it should work like this and it does two times out of three. Maybe it's like you say, I'll test "wait for x seconds" command. Thanks stevewa  :ok: 
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com


plauri

Quote from: stevewa on May 03, 2024, 05:24:55 PMtry inserting a wait for X seconds delay between the event actions for load tracks.

maybe the sql command for the jingle finishes before the results of the song query is done, so the jingle is inserted first, then the song above the jingo.

it appears you load the jingle last, but then with it putting it at the top of the queuelist, that will appear above the song in the queuelist, so it is correct, but counter-intuitive at first glance.

It doesn't work to me. Always random, sometimes it works sometimes the song comes first and then the jingle...
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com

stevewa

then I suggest changing your event action to "Load Track Rotation"
then in the Rotation, use an SQL query, to select the tracks you want, so they are inserted at the top of the queuelist in the correct order.

then the next event action would load the regular track rotation after that jingle/song combo.

 :angel:

plauri

Quote from: stevewa on May 13, 2024, 01:38:14 PMthen I suggest changing your event action to "Load Track Rotation"
then in the Rotation, use an SQL query, to select the tracks you want, so they are inserted at the top of the queuelist in the correct order.

then the next event action would load the regular track rotation after that jingle/song combo.

 :angel:
I will look into this, Thanks
Funky Corner Radio
Radiodj v.2.0.4.5 (Windows 10)
http://www.funkycorner.radio
https://www.funkycorner.it
http://www.radiofunkycorner.com