Just replace the "audio" with "net" and it works. http://spacialnet.com/knowledge/attachment.php?attId=74
James Henline. Help Desk Manager Development Manager Spacial Audio Solutions LLC. 972-739-6420 ext: 110 www.audiorealm.com www.spacialnet.com www.spacialaudio.com CONFIDENTIALITY NOTICE: This email, including any attachments, contains information from SpacialAudio Solutions LLC., which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this email in error, please notify the sender immediately by "reply to sender only" message and destroy all electronic and hard copies of the communication, including attachments. On Wed, Oct 8, 2008 at 5:11 PM, Bill Curd <[email protected]> wrote: > Nope that don't fix it the attachment is not available > > Bill > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > James Henline > Sent: Wednesday, October 08, 2008 4:09 PM > To: [email protected] > Subject: Re: [General-discussion] HOUR POOL > > Change spacialaudio to spacialnet > > James Henline. > Help Desk Manager > Development Manager > Spacial Audio Solutions LLC. > 972-739-6420 ext: 110 > www.audiorealm.com > www.spacialnet.com > www.spacialaudio.com > > CONFIDENTIALITY NOTICE: This email, including any attachments, > contains information from SpacialAudio Solutions LLC., which may be > confidential or privileged. The information is intended to be for the > use of the individual or entity named above. If you are not the > intended recipient, be aware that any disclosure, copying, > distribution or use of the contents of this information is prohibited. > If you have received this email in error, please notify the sender > immediately by "reply to sender only" message and destroy all > electronic and hard copies of the communication, including > attachments. > > > > On Wed, Oct 8, 2008 at 5:07 PM, Bill Curd <[email protected]> wrote: >> The wiki has a broken link on this page >> http://support.spacialaudio.com/wiki/TextPad_PAL_Syntax_Highlighting >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Bill Curd >> Sent: Wednesday, October 08, 2008 3:59 PM >> To: 'Elbert - Spacial Audio'; [email protected] >> Subject: RE: [General-discussion] HOUR POOL >> >> I do not want to build a play list I just want to pull one song from a >> certain folder 1 every hour. >> >> Most of these pals create playlists this is not what I want >> I want to simple pull one song every hour from a certain folder/category >> with no rules >> >> Like top 20 songs >> I would like to pull one of those songs each hour and play them regardless >> if it has been played within the rotation rules I set up >> >> I wrote a pal that works but it seems to still get killed but the rotation >> rules. >> >> Bill >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Elbert - Spacial Audio >> Sent: Wednesday, October 08, 2008 3:23 PM >> To: [email protected] >> Subject: Re: [General-discussion] HOUR POOL >> >> Bill >> in the wiki pal scripts there are some scripts that create a 1 hour list > and >> >> add to a category and play the list >> >> http://support.spacialaudio.com/wiki/PAL_(Playlist_Automation_Language) >> >> Elbert Dee >> ----- Original Message ----- >> From: "Bill Curd" <[email protected]> >> To: <[email protected]> >> Sent: Saturday, October 04, 2008 2:46 PM >> Subject: [General-discussion] HOUR POOL >> >> >>> DOES ANYBODY HAVE A PAL SCRIPT TO PULL A SONG FROM A CERTAIN PULL OF > SONGS >>> >>> >>> >>> Bill >>> >>> Hope Radio Online >>> >>> >>> >>> _______________________________________________ >>> General-discussion mailing list >>> [email protected] >>> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >>> >>> TO unsubscribe to this list, simply send a blank email to >>> [email protected] >>> >>> with the subject >>> 'unsubscribe' >> >> _______________________________________________ >> General-discussion mailing list >> [email protected] >> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >> >> TO unsubscribe to this list, simply send a blank email to >> [email protected] >> >> with the subject >> 'unsubscribe' >> >> _______________________________________________ >> General-discussion mailing list >> [email protected] >> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >> >> TO unsubscribe to this list, simply send a blank email to >> [email protected] >> >> with the subject >> 'unsubscribe' >> >> _______________________________________________ >> General-discussion mailing list >> [email protected] >> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion >> >> TO unsubscribe to this list, simply send a blank email to >> [email protected] >> >> with the subject >> 'unsubscribe' >> > _______________________________________________ > General-discussion mailing list > [email protected] > http://mailman.spacialaudio.com/mailman/listinfo/general-discussion > > TO unsubscribe to this list, simply send a blank email to > [email protected] > > with the subject > 'unsubscribe' > > _______________________________________________ > General-discussion mailing list > [email protected] > http://mailman.spacialaudio.com/mailman/listinfo/general-discussion > > TO unsubscribe to this list, simply send a blank email to > [email protected] > > with the subject > 'unsubscribe' > From [email protected] Wed Oct 8 17:52:40 2008 From: [email protected] (PinkieMagoo_gmail) Date: Wed Oct 8 19:05:31 2008 Subject: [General-discussion] HOUR POOL References: <489a3ebf80b14004af679d68b62a3...@studio2> Message-ID: <016901c92990$31249400$0400a...@sambroadcaster> 1 song from a category folder 1 time an hour that is sort of like playing station IDs at the top of the hour How many different categories are you wanting to pull from? ********************************************************* PAL.WaitForTime('XX:00:00'); CAT['Station IDs (All)'].QueueTop(smLemmingLogic,NoRules); PAL.WaitForTime('XX:00:00'); CAT['Tracks'].QueueTop(smLemmingLogic,NoRules); PAL.WaitForTime('XX:00:00'); ***************************************************** That would be one one. If you have multiple cats you want to pull from and do it randomly it would tak a little more work setting it up but could be done that way to. You can add the fade to net if you want it to play as soon as loaded. Hope that helps Pinkie Magoo aka Elbert Dee http://www.nativeradio.stream7radio.com http://www.thestorynation.com ----- Original Message ----- From: "Bill Curd" <[email protected]> To: <[email protected]> Sent: Saturday, October 04, 2008 2:46 PM Subject: [General-discussion] HOUR POOL > DOES ANYBODY HAVE A PAL SCRIPT TO PULL A SONG FROM A CERTAIN PULL OF SONGS > > > > Bill > > Hope Radio Online > > > > _______________________________________________ > General-discussion mailing list > [email protected] > http://mailman.spacialaudio.com/mailman/listinfo/general-discussion > > TO unsubscribe to this list, simply send a blank email to > [email protected] > > with the subject > 'unsubscribe'
