Can any of you PAL gurus tell me how or if I can add rotation rules to a PAL Script...
Code:
'AND songtype = :songtype ' +
'AND genre = :genre ' +
'AND duration < :duration ' +
'order by rand() limit 1',['S', 'genre', '600000'], True);
So, I use clockwheel for all of my rotations except for a daily show in which I wrote code to play a common themed list of songs based on differing factors. It works great but I want to know how or if I am able to add some code for the songs to follow the rotation rules. Thanks in advance...
Tom