Youāll need to set your intro/outro points in mAirList, unfortunately. Torben has enabled support for Raduga ~ style overlaps, and I dare say he could include an option for SPL intro filenames (artist - title#5.mp3 for a 5s intro). But you should do all your marker editing within mAirList.
Scheduling playlists is easy - Just select M3U Standard from the playlist type in SPL. Iāll upload a screenshot of my SPL Creator Options tab later on.
Torben,
Just another add-on to this - SPLās āintro toolā now supports itās own ID3 tag, the file renaming was the old way. If you want a sample file with the SPL tags in, Iāll put a link to one with my screenshots for Michel a little later on.
yeah iāve downloaded the v4.03 demo and itās a really good low cost software i think.
the only thing i would recommand is a schedule plan when a song wwas played and when it will be playedā¦an indiviuadl song repeat control would be fantastic on that one.
iāve waited for radiodb to be developed on but at the moment weāre are ready to lift up with our web radio station in about 3-4 weeks and i canāt wait any longer.
Big UP to Torben for making a lot of new features possible so fastā¦
Thanks. I will have a look at it. Probably not before the weekend, because itās my Dadās birthday today, and a good friendās PhD exam (and party g) tomorrow.
Yep - The Pro version of Creator is worth it if you want endless music groups and spot/jingle/ad groups etc. I manage with Standard as I donāt do much ācomplexā stuff with my copy. I do have a Pro Studio licence, only because I was one of those who had the earlier version which then became āProā when VTāing was added.
But Creator is a good package, thereās a whole lot of configāing you can do, and itāll generate almost any style of playlist.
Schedule individual tracks (to rulesets) and/or in sequence.
Break/ Pause for News
Schedule Live/Streams
Schedule pre-records in sequence or at random
Timed events
Ads
Jingles/Short stories
Schedule repeats of records of live slot from earlier in the day.
Schedule VoiceTracks
Unattended Playout/Scheduling/Recording all On a single Rugby Clock Synched PC (Last re-boot was just short of 3000 hours playout).
Last thing to try is the facilty of scheduling pre-recorded links that tell the track/artist name either before or after song!
Here's the script to run each hour, this will load the "next hour" playlist (set this to run at 58 mins past for optimal time scheduling)
[code]begin
CurrentPlaylist.LoadFromM3U('C:\PLAYLISTS\' + FormatDateTime('ddd dd mmm - hh', now + 0.04166) + '.m3u', false);
end.
[/code]
Hi Charlie,
The code works great - but is there any way this could be set up to append the next playlist to the current one, instead of removing all tracks for this hour? When working in conjunction with the hour-jump script, I can say that thisād be more useful to me as a presenter because I can plan ahead to the next hour by loading it at ::45 - and wont lose the rest of my songs for this hour.