All times are UTC+01:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Time Specific RDS
PostPosted: Mon Apr 19, 2010 3:56 pm 

Joined: Mon Apr 19, 2010 3:53 pm
Posts: 3
Hi guys, just wanted to know how to make the RDS change every say, 2 hours.

Our station has live DJ's and we need the RDS to display the current DJ and maybe even the "Up Next" DJ.

Is there a way of creating a feature or a text file with the DJ timetable that the RDS can read and change the DJ name every 2 hours?

Many Thanks ;)


Top
   
 Post subject: Re: Time Specific RDS
PostPosted: Mon Apr 19, 2010 8:20 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11187
Welcome AvLee,

There is currently no scheduling functionality in Stereo Tool, but you can include text files which are read from disk continuously. So if you change (using another program) the contents of that text file, the RDS info gets updated.

See the section on "dynamic texts" on this page: http://help.stereotool.com/rds_encoder_texts.shtml


Top
   
 Post subject: Re: Time Specific RDS
PostPosted: Mon Apr 19, 2010 11:25 pm 

Joined: Mon Apr 19, 2010 3:53 pm
Posts: 3
Hi, thanks for the reply,

I have now read your guide and can see that using \R"C:\Filename.txt" will point to a text file but unfortunatly I don't have a clue on how to create this file for it to work. Can anyone give me some pointers please? :?:

I just need the RDS to point to a DJ name on the file and change to the next one every 2 hours?? :roll:


Top
   
 Post subject: Re: Time Specific RDS
PostPosted: Mon Apr 26, 2010 6:09 pm 

Joined: Mon Apr 19, 2010 3:53 pm
Posts: 3
Anybody??? ;)


Top
   
 Post subject: Re: Time Specific RDS
PostPosted: Mon Apr 26, 2010 9:11 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11187
You could use a batch file... Dunno if you have any experience with batch files.

For example:
DJs.bat:
echo DJ Name 1 > C:\rds.txt
sleep 7200
echo DJ Name 2 > C:\rds.txt
sleep 7200
echo DJ Name 3 > C:\rds.txt
sleep 7200
echo Non-stop > C:\rds.txt
sleep 64800
DJs

What this does:
- Set text "DJ Name 1" in the file C:\rds.txt
- Wait 7200 seconds (2 hours)
...
The 24 * 3600 (1 day) - 3 * 7200 (the 3 DJ names) = 64800 seconds, so that makes sure that the next day you get the same times.
Then it starts DJs again.

Note:
- You'll have to start it at exactly the right moment.
- After a while you'll get an offset, after a few weeks you may need to restart it.

Note: You'll need a separate executable "sleep" for this to work! Can be found among others as part of the Unix Utilities (Windows port): http://unxutils.sourceforge.net/


Maybe someone else can give a better (easier, more user friendly) solution...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited