Nml nieuws wil die niet afspelen en de uur opener . Kunnen jullie me zeggen wat ik verkeerd doe?
Code: Selecteer alles
// Ochtend Classics Clockwheel rotation via PAL scripting
Queue.Clear;
{# Add files to queue script #}
Cat['Nieuws'].QueueBottom(smWeighted, EnforceRules);
Cat['Uuropener'].QueueBottom(smWeighted, EnforceRules);
Cat['Playlist jaren 00'].QueueBottom(smRandom, EnforceRules);
Cat['Promo Ochtend Classics'].QueueBottom(smWeighted, EnforceRules);
Cat['Liners nederlands'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 90'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 90'].QueueBottom(smRandom, EnforceRules);
Cat['Liners internationaal'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);
Cat['Liners engels'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 00'].QueueBottom(smRandom, EnforceRules);
Cat['Promo Ochtend Classics'].QueueBottom(smWeighted, EnforceRules);
Cat['Headlines'].QueueBottom(smWeighted, EnforceRules);
Cat['Uuropener'].QueueBottom(smWeighted, EnforceRules);
Cat['Playlist jaren 00'].QueueBottom(smRandom, EnforceRules);
Cat['Jingles gezongen'].QueueBottom(smWeighted, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);
Cat['Liners internationaal'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 90'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 90'].QueueBottom(smRandom, EnforceRules);
Cat['Jingles gezongen'].QueueBottom(smWeighted, EnforceRules);
Cat['Playlist jaren 80'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist jaren 80'].QueueBottom(smRandom, EnforceRules);
Cat['Liners internationaal'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);
Cat['Playlist Mega 40'].QueueBottom(smRandom, EnforceRules);;
//Lets wait for queue to get near empty
{while Queue.Count > 1 do
begin
PAL.WaitForPlayCount(1);
end;
//Restart script