Hello Torben,
In v2 we used a script to put mAirList in Automation mode, picks up the right hour playlist and starts playing. Maybe it is done in an different way in v5 but I can’t get this script to work in v5. This is the script (already changed some things):
[code]{-------------------------------------------------------------------------------
AutomationAtStartup.mls - Notification Script for mAirList
Enables and activates Automation mode on the first playlist after startup.
Author: Torben Weibert torben@weibert.de
Date: 2007-01-07
See http://www.mAirList.com for further information.
-------------------------------------------------------------------------------}
procedure OnStartup;
begin
PlaybackControl(0).SetAutomation(true);
PlaybackControl(0).AutomationPlay;
CurrentPlayList.Append(Factory.CreatePlayListFromFile(‘C:\Playlists’ + FormatDateTime(‘ddmmyy-hh’,now) + ‘.m3u’), true);
end;
begin
end.[/code]
Can we use this script and where do I need to put/activate it? As Background script? Or, is there an other way?
Thanks for any help on this!
Vincent Volmer