Normal
bushbrother:libspotify-sharp is no use because it works only in Linux and uses the C API library which Spotify released a while ago.cul8er:Yes, but the those properties are also managed internally in Mediaportal core code when something is playing through the g_Player (the instance which holds the player for any media). This means that when watching TV and going to Spotifier, both plugins would try to update the now playing information which could lead into interesting scenarios. Of course, we could stop any playback in the g_Player when entering Spotifier, but that might be a bit confusing too..
bushbrother:
libspotify-sharp is no use because it works only in Linux and uses the C API library which Spotify released a while ago.
cul8er:
Yes, but the those properties are also managed internally in Mediaportal core code when something is playing through the g_Player (the instance which holds the player for any media). This means that when watching TV and going to Spotifier, both plugins would try to update the now playing information which could lead into interesting scenarios. Of course, we could stop any playback in the g_Player when entering Spotifier, but that might be a bit confusing too..