Kodi Community Forum

Full Version: EventServer Stop Event missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
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.
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.