Kodi Community Forum
EventServer Stop Event missing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: EventServer Stop Event missing (/showthread.php?tid=67407)



EventServer Stop Event missing - rickardkk - 2010-01-15

When trying to automate my home based on XBMC status I think I've found a bug with the EventServer.

When pressing stop on the remote I get a stop event. But when letting the last song in an album or a playlist finish on it's own there is no stop event broadcasted.


- topfs2 - 2010-01-15

You should listen after OnPlayBackStopped not OnAction Stop incase thats what your doing.

The broadcast stuff are all under serious rearrangements now and will be handled very differently.


- rickardkk - 2010-01-15

OnPlayBackStopped is what I use.

It is sent when pressing stop. But not when playing a complete album and letting the last song play to the end.


- topfs2 - 2010-01-15

Sorry, looks like OnPlaybackEnded is supposed to be used then.

I'll take a look and will try to clean it up with the new jsonrpc interface.