pety
Active member
Dmitriy, I think that is easy for you to implement a syncronisation time play for playlists by one hour.
- In my station we work with 24 playlists per day;
- Every playlist has an #EXTINF: line which holds the duration of track;
- The player counts total time of tracks (so, it is able to start to play from a specific moment);
- When RadioBOSS starts after a crash event a module from radioBOSS loads system time (delphi has powerfull functions for that), calculate difference between e.g. 00:00:00 and 00:17:32 establish actual time for player to play that playlist. Or maybe an easyer way you find, but this can be done easily.