I created 2 jingle with 2 announces each: 1st "Oldies time" 2nd "Oldies from the world"
and assigned them into a specific category each. They should airplayed just before the related categories. But I did notice that often are skipped.
Down below an the clockwheel. I remove the "Cat" for clarity. I kept only the ones I'm interested in to. Did I wrong something I suppose, but Im' not firung out what. Can you please help me?
... ... Cat['OLDIES FROM THE WORLD'].QueueBottom(smPriority, NoRules); Cat['W50s'].QueueBottom(smLRP, EnforceRules); Cat['W50s'].QueueBottom(smLRP, EnforceRules); Cat['RADIO JINGLES'].QueueBottom(smRandom, NoRules); ... ... ... ... ... Cat['OLDIES TIME'].QueueBottom(smPriority, NoRules); Cat['60s'].QueueBottom(smLRP, EnforceRules); Cat['60s'].QueueBottom(smRandom, EnforceRules); Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... Cat['OLDIES FROM THE WORLD'].QueueBottom(smPriority, NoRules); Cat['W60s'].QueueBottom(smLRP, EnforceRules); Cat['W60s'].QueueBottom(smLRP, EnforceRules); Cat['W70s'].QueueBottom(smLRP, EnforceRules); Cat['RADIO JINGLES'].QueueBottom(smRandom, NoRules); ... ... ... ... Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... ... ... ... ... ... Cat['OLDIES TIME'].QueueBottom(smPriority, NoRules); Cat['60s'].QueueBottom(smRandom, EnforceRules); Cat['60s'].QueueBottom(smRandom, EnforceRules); Cat['W60s'].QueueBottom(smLRP, EnforceRules); Cat['W60s'].QueueBottom(smLRP, EnforceRules); Cat['RADIO JINGLES'].QueueBottom(smRandom, NoRules); ... ... ... ... ... ... Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... ... ... Cat['OLDIES TIME'].QueueBottom(smPriority, NoRules); Cat['60s'].QueueBottom(smRandom, EnforceRules); Cat['W50s'].QueueBottom(smLRP, EnforceRules); Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... ... Cat['MyID'].QueueBottom(smRandom, NoRules); ... ... ... ... ... ...
|