Kodi Community Forum

Full Version: New vnsi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Debug log http://paste.ubuntu.com/6409467/


Hello, I saw the vdr plugin updated this morning.

I built the new vnsi one and installed it.
Nov 13 07:41:07 xbmc vdr: [22135] initializing plugin: vnsiserver4 (0.9.
2): VDR-Network-Streaming-Interface (VNSI) Server
Nov 13 07:41:07 xbmc vdr: [22135] starting plugin: vnsiserver4
Nov 13 07:50:43 xbmc vdr: [22174] loading /var/lib/vdr/plugins/vnsiserve
r4/allowed_hosts.conf


But my xbmc fails to load the plugin (see debug log)

Any pointers would be great.
Ahhh I am presuming it is related to this

https://github.com/opdenkamp/xbmc-pvr-addons/pull/237

?
yes, you also can manually edit addon.xml and set gui version to 5.0.1
Thanks for the reply Smile
I've tried changed the api version of the following files from 1.0.0 to 5.0.1 but I still have problem enabling the add-on.

/usr/share/xbmc/addons/library.xbmc.gui/libXBMC_gui.h
/usr/share/xbmc/addons/pvr.vdr.vnsi/addon.xml
/usr/share/xbmc/addons/pvr.vdr.vnsi/addon.xml.in

In the log i got
PVR - Add-on 'VDR VNSI Client' is using an incompatible GUI API version. XBMC minimum GUI API version = '5.0.1', add-on GUI API version '1.0.0'


Have I changed the wrong files or do I need to do something more?

Edit
Sstrangely enough, it works after a reinstall and a dist-upgrade.
The problems started with a dist-upgrade.
will be fixed after this goes in: https://github.com/xbmc/xbmc/pull/3656