getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: Elberet on July 05, 2011, 10:09:03 AM

Title: Auto-Dj
Post by: Elberet on July 05, 2011, 10:09:03 AM
Another one of these minor things.

One can derive the state of Auto-Dj from the two notifications, but there's no guarantee that the Auto-Dj is in a certain state when the plugin is started. So Until the first time one of these messages is received, it's impossible for a plugin to determine if the Auto-Dj is running or not.
Suggestion for v1.3: bring Auto-Dj in line with Volume, i.e. a delegate to get the Auto-Dj's state (bool, false = stopped, true = running) and a single notification when it's state is changed.