MPExtended / WifiRemote

Remote access plugin for MediaPortal
GNU General Public License v3.0
4 stars 5 forks source link

Status message not sent for playback stopped #2

Open Shukuyen opened 10 years ago

Shukuyen commented 10 years ago
  1. Play a music playlist
  2. Go to basic home menu
  3. Stop music playback

A status message with IsPlaying:false should be sent, but it isn't.

We fire status updates on playbackStopped and playbackEnded. My guess is that g_Player still has Playing set to true at this moment. Normally directly after stopping the module and selectedItem change (fullscreen to normal view change), but not if you already are on basic home.

Shukuyen commented 10 years ago

I want to have a look at this, fix it if possible and then release the next version compatible to MediaPortal 1.6. After that I will look into the changes needed for MP 1.7 which will make the plugin incompatible with older MediaPortal versions.