But I haven't got a clue anymore where to look, have had a look at the
/var/log/messages file and xbmc/temp/xbmc.log but nothing strange in here.
Code:
20:35:48 T:139837869422720 M:1471664128 DEBUG: ADDON: cpluff: 'Plug-in service.multimedia.shair-player has been installed.'The add-on has been installed but isn't running.
For reference, this is the addon.xml:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.multimedia.shair-player"
name="shair-player"
version="0.99.5"
provider-name="openelec.tv">
<requires>
<import addon="os.openelec.tv" version="0.99"/>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.service"
library="default.py" start="startup">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>ShairPort and Airplayer</summary>
<description>
Airplayer is a script to make media playing software Airplay-compatible. Airplayer features pluggable backends, making it possible to support different media players.
shairport emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol. ShairPort does not support AirPlay v2 (video and photo streaming).
</description>
<platform>all</platform>
</extension>
</addon>This the contents of the default.py
Code:
import xbmc, time, os, subprocess
os.system("shair-player.service")Is there a way to debug an ADDON to see what's going wrong during execution?
If you need more info just let me know.
For completeness here are my pastebins for
dmesg pastebin.com/UVBPsZwX
lsmod pastebin.com/1ytEhhMX
full xbmc.log pastebin.com/k1mEHk6z


![[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]](http://www.mediafire.com/conv/e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e4d2fe70f903275f93e5e4c076g.jpg)
Search
Help