Hello,
I've discovered a couple of bugs to report:
1) When moving to next track, track 1 is skipped in the playlist if the previously playing track is not in the playlist and was deleted from the playlist whilst playing
We use the API to get the current track and remove it via action=playbackinfo + action=delete&pos=<no>. If the currently playing track is no longer in the playlist (playlist could have been cleared by schedule) then the playlistpos="0".
If RadioBOSS is playing a track which is no longer in the playlist and then moves on to the next track but the track playing was also deleted by the API call, it will skip track 1 in the playlist.
Steps to reproduce:
1) Load some tracks and play track 1
2) Delete the playing track 1 from the playlist
3) Next Track
You can see it has skipped track 1 in the playlist.
Granted, this is a minor bug and probably not one which would bother anyone but it did make a script have some unexpected consequences - I've just made the script now check if playlistpos = 0 and if so, don't delete.
2) In the trial version when adding / editing an event, if using scheduler wizard and then attempt to run Playlist Generator, it errors saying it must be launched from RadioBOSS in Trial version - but it is being launched from RadioBOSS!
I also have a couple of questions regarding RB 6.x:
- I have noticed the 'Tracks' count flickering constantly - is it recalculating something every second ? See highlighted
- The option to edit a line in track does not work so broadcast title can't be edited when its in the playlist - is this another bug?
- Can a option be made to toggle between whether the On Air shows the broadcast title or track title ? See highlighted below
- Where is a SSL certificate installed for the API ?
I've discovered a couple of bugs to report:
1) When moving to next track, track 1 is skipped in the playlist if the previously playing track is not in the playlist and was deleted from the playlist whilst playing
We use the API to get the current track and remove it via action=playbackinfo + action=delete&pos=<no>. If the currently playing track is no longer in the playlist (playlist could have been cleared by schedule) then the playlistpos="0".
If RadioBOSS is playing a track which is no longer in the playlist and then moves on to the next track but the track playing was also deleted by the API call, it will skip track 1 in the playlist.
Steps to reproduce:
1) Load some tracks and play track 1
2) Delete the playing track 1 from the playlist
3) Next Track
You can see it has skipped track 1 in the playlist.
Granted, this is a minor bug and probably not one which would bother anyone but it did make a script have some unexpected consequences - I've just made the script now check if playlistpos = 0 and if so, don't delete.
2) In the trial version when adding / editing an event, if using scheduler wizard and then attempt to run Playlist Generator, it errors saying it must be launched from RadioBOSS in Trial version - but it is being launched from RadioBOSS!
I also have a couple of questions regarding RB 6.x:
- I have noticed the 'Tracks' count flickering constantly - is it recalculating something every second ? See highlighted
- The option to edit a line in track does not work so broadcast title can't be edited when its in the playlist - is this another bug?
- Can a option be made to toggle between whether the On Air shows the broadcast title or track title ? See highlighted below
- Where is a SSL certificate installed for the API ?