Kodi Community Forum
New vnsi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: New vnsi (/showthread.php?tid=177916)



New vnsi - Saner - 2013-11-13

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.


RE: New vnsi - Saner - 2013-11-13

Ahhh I am presuming it is related to this

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

?


RE: New vnsi - FernetMenta - 2013-11-14

yes, you also can manually edit addon.xml and set gui version to 5.0.1


RE: New vnsi - Saner - 2013-11-14

Thanks for the reply Smile


RE: New vnsi - Hoppsan_84 - 2013-11-16

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.


RE: New vnsi - FernetMenta - 2013-11-16

will be fixed after this goes in: https://github.com/xbmc/xbmc/pull/3656