I'll see if I can fix it, but it might take some time.rickardk wrote:I've got this problem when playing files with "å, ä or ö" in the title (UTF-8). Not sure how to fix it though.
jonib
I'll see if I can fix it, but it might take some time.rickardk wrote:I've got this problem when playing files with "å, ä or ö" in the title (UTF-8). Not sure how to fix it though.

It just listens for events on a specific network port and displays what it gets.rickardk wrote:Great. I don't know how the XBMC Event Server works, but I guess it will just broadcast simple play, stop etc and then the XBMC Event Receiver plugin will use the HTTP API to get what's playing.
By default Python just understands simple US-ASCII, so the code needs to use Unicode to handle other encoding's.Must be the decoding on that read that's not done properly as getcurrentlyplaying will show the same none decoded ascii


You did change the "xbox" part in the url so it points to where your XBMC is? like localhost or your PCs IP address.zootoxin wrote:The links in the readme are dead
Use the following to control the broadcasting of events (assumes xbox is the address of your xbox
running xbmc and xbmc has its web server turned on):

In the Plugin? There you must change the XBMC Host IP and XBMC HTTP Port to match you settings in XBMC.zootoxin wrote:There seems to be two areas for IPs and Ports

XBMC-Event.<b>OnPlayBackStarted;1</b>XBMC-Event.<b>OnPlayBackStarted;1</b>satheesh.net wrote:Hi. I've got the plugin to work correctly and I'm quite pleased with it. I do have a few requests though. The first one is that whenever I play a movie/tv-series I've set the lights to go off and resume if I pause or stop and it does that correctly. My issue is whenever I want to play some music from the library (or use the Spotify plugin, Spoti MC), it still sends the same event:
- Code: Select all
XBMC-Event.<b>OnPlayBackStarted;1</b>
And the lights go off. But I wish whenever I played music media, there wouldn't be any changes to the lights. But for that to happen, the XBMC Event must send something else than OnPlayBackStarted maybe OnMusicPlayBackStarted or something.
Previously I was using a script via SwitchKing to do the work for me and there it worked right out of the box.
See script here -> http://www.satheesh.net/2012/01/09/xbmc-lights/
Anyone with some tips on how to achieve this??
Users browsing this forum: Bing [Bot] and 1 guest