Man0r Posted October 3, 2010 Share Posted October 3, 2010 HI, I want to define that every 3 random songs Sam-broadcaster will play 1 sweeper from list.. How can i do it? i so 1 station that do it.. thanks Link to comment Share on other sites More sharing options...
GKIye Posted October 3, 2010 Share Posted October 3, 2010 Please do an effort to read my sticky topics about SAM Broadcaster PAL scripts You gonna find both in part 1 and part 2 all things who are needed to achieve what you are looking for Start here : http://forums.broadcastingworld.net/showthread.php?t=7199 Thanks ! Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
countrywesterndj Posted October 3, 2010 Share Posted October 3, 2010 CAT['stinger'].QueueBottom(smRandom,NoRules); PAL.WaitForPlayCount(3); Assuming your sweepers are in a category called STINGER. Change to match. Spacial SVS Support Team http://support.spacialaudio.com/forums/ Get help with PAL Scripts at http://www.palscripts.com Link to comment Share on other sites More sharing options...
Man0r Posted October 8, 2010 Author Share Posted October 8, 2010 When i assuming my sweepers in category? :S thanks Link to comment Share on other sites More sharing options...
GKIye Posted October 8, 2010 Share Posted October 8, 2010 You can do this as following : - or you use a "directory" aka [CAT] who's written into the "Music (MusicAll)" section (example : station IDs etc) - or you create a "new" directory aka [CAT] into the "Other" section : the name of the CAT is free to choose, example "sweepers" Connect that new category to your current PAL Easily add the new name into this section : (example by countrywesterndj) CAT['sweepers'].QueueBottom(smRandom,NoRules); PAL.WaitForPlayCount(3); You can make very easily a new category : rightclick on "Other" and choose "New" - rename this new directory ... Good luck ! Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Man0r Posted October 8, 2010 Author Share Posted October 8, 2010 ok. its work. but after 1 time the script turn of. what I can do? Link to comment Share on other sites More sharing options...
GKIye Posted October 8, 2010 Share Posted October 8, 2010 Into SAM : - you double click on "Content" - at the end of this category you'll find "Other" - "Other" is a kind of seperated section where you can add one or more "new" directories now do what I told you into my earlier reply ... Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Man0r Posted October 8, 2010 Author Share Posted October 8, 2010 ok. now after 1 run, the script turn off.. why? Link to comment Share on other sites More sharing options...
GKIye Posted October 8, 2010 Share Posted October 8, 2010 Did you wrote the script as following ? PAL.Loop := True; PAL.WaitForPlayCount(3); CAT['Sweepers'].QueueTop(smLemmingLogic, NoRules); To re-run the script you have to add at all time : PAL.Loop := True; on top of your PAL script ps : this is basic knowledge about PAL scripts Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.