I’m new to mAirList, but have experience with Myriad.
Having looked at the format of the .mld files I wrote a (currently very crude) piece of VB to select files, arrange them in a schedule and create a new .mld file. This works fine, but when I load it I’m only seeing the first 15-20 items (approx 60 minutes). Have I missed something really obvious, or are playlists limited to one hour each ?
Can you see any Scrollbar at the right of the Playlist? Scroll down and wait one or two Seconds. It is Possible that in that time the Objects you haven´t seen get Initalized. This problem occurents at my PC! But it´s possible to, that you have a different problem.
There is no limit for the playlist duration. Perhaps there’s a problem in your XML, a misspelled keyword, or an unescaped special character? You should open your .mld file in a text editor and take a close look at the first of the missing items.
You can also send a copy of your file to torben@weibert.de, and I’ll have a look at it.
If you can find a copy of Microsoft XML Notepad (freeware but sort of obsolete) or a similar XML editor, you can as Torben says double-check that your VB is writing the MLP (XML file) correctly. Don’t forget that you do need a final vbCrLf (aka Chr(13) & Chr(10)) in the file ;).