Bulk Entries into Scheduler

Hello,

I have a complex array of scheduler entries to put into RadioBOSS and it will be too tedious to add them via the web interface.

Is there a way to add them manually to a config file with a text editor ?

If so, are there any precautions I should be aware of ?


Thanks, Jamie C
 
Hello!

Yes, it's possible. Scheduler events are stored in the text format.

Each event is described like this:
Code:
[event0]
EnabledEvent=0
DateTime=02.10.2011 20:00:00
FileName=D:\disko\jingles_en\04 (4.6s.).mp3
TaskName=j1
UseDate=0
Immediately=0
Above=1
MuteLev=100
Days=1111111
DelPrev=0
DoNotRunIfStopped=0
PausePlaylist=0
Shuffle=0
Repeat=1
RepeatPeriod=15
RepeatCount=96
Enqueue=0
ClearPlaylist=0
UseDaysOfWeek=1
Hours=
Minutes=
Seconds=
TimeType=0
DoNotMarkAsScheduled=0
DelTask=0
DelTaskTime=02.10.2011 20:57:54
DelTaskUseDate=0

Describing each line will take much time... You may create 1 scheduler task, save scheduler list to .sdl file and then, based on this task create as many tasks as you need.

Note that group names ([event0] above) should be different for each task.

In the new RadioBOSS 4.6 a new feature was added - Import scheduler - which will allow you to add new events to existing list.
 
Dmitry,

Fantastic .... another feature that would be great is a copy function where we create a template of what we want and then copy it and manually alter the date and time.  For our sponsor messages (adverts) I have about 36 x 7 schedule entries to ad ... 36 per day x 7 days.

Thanks, Jamie C.
 
This will also be in the RadioBOSS 4.6... Actually, the "duplicate event" feature is already implemented, but it is not shown to user :)
 
Back
Top