new version

The new version will be out within couple of weeks I think.

Do you want to export scheduler items to an XML file?

Events already stored in a text file with INI-like structure. So maybe you can already use it.
The file is located in the <settings folder>\Presets\Schedule\ folder. You'll see .sdl files there and their structure is pretty simple like:
Code:
[event0]
EnabledEvent=1
DateTime=01.06.2005 19:36:42
FileName=D:\disko\Track15.mp3
TaskName=
UseDate=1
Immediately=1
Above=1
MuteLev=0
Days=1111001
DelPrev=1
DoNotRunIfStopped=0
PausePlaylist=0
Shuffle=0
Repeat=0
RepeatPeriod=0
RepeatCount=0
Enqueue=1
ClearPlaylist=0
UseDaysOfWeek=1
Hours=000000000000000000000000
Minutes=0
Seconds=0
TimeType=0
MaxTimeWaitOn=0
DoNotMarkAsScheduled=0
MaxTimeWaitSec=0
TaskNameAsTitle=0
DelTask=0
DelTaskTime=01.01.2099
DelTaskUseDate=0

[event1]
EnabledEvent=1
DateTime=04.10.2005 23:52:22
FileName=D:\disko\1\Sh2 - True.mp3
TaskName=
UseDate=0
Immediately=1
Above=1
MuteLev=0
Days=0101010
DelPrev=1
DoNotRunIfStopped=0
PausePlaylist=0
Shuffle=0
Repeat=0
RepeatPeriod=0
RepeatCount=0
Enqueue=1
ClearPlaylist=0
UseDaysOfWeek=1
Hours=000000000000000000000000
Minutes=0
Seconds=0
TimeType=0
MaxTimeWaitOn=0
DoNotMarkAsScheduled=0
MaxTimeWaitSec=0
TaskNameAsTitle=0
DelTask=0
DelTaskTime=01.01.2099
DelTaskUseDate=0
 
Scheduler and Playlist are totally different entities.
Scheduler file contains events, while playlist is just a list of tracks.

What do you want to achieve by using XML export feature?
 
so how do you create a scheduler file? can it be mp3's or is it designed more for ads and the like? what i need is a time list that is going to show what time a specific file is going to play.

thank you. by the way love the program

thank you!
 
I suppose you just need a printable report on what is supposed to be playing and when (eg. list all scheduled events), right?
 
It can be printable but what I am looking for is something that I can easily copy and paste or via xml that shows times that different tracks will play. Too me this is the only thing the software lacks. Otherwise it is near perfect for my needs! Thanks
 
How do you want it to look like (eg. an example of XML would be good)? I think this feature can be added in one of the next versions.
 
As far as I am concerned it can look just like it looks in the software , where it shows the start time in the first column and the second shows the name of the track. simple as that for me... thanks D!
 
Back
Top