Kodi Community Forum
Help with pvr-vdr-vnsi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Help with pvr-vdr-vnsi (/showthread.php?tid=230083)



Help with pvr-vdr-vnsi - gipawu - 2015-06-20

Hello guys, I can't get that addon working for Kodi 15.

I compiled all the needed things correctly (no errors or warnings). In the order, kodi, libplatform, libkodiplatform, pvr-vdr-vnsi.
But when I try to enable pvr addon in kodi, I get this in the log:

Code:
17:41:04 T:1919053824   ERROR: GetDirectory - Error getting addons://disabled/xbmc.pvrclient
17:41:04 T:1919053824   ERROR: CGUIMediaWindow::GetDirectory(addons://disabled/xbmc.pvrclient) failed

For libplatform, libkodiplatform and pvr-vdr-vnsi compilation I used the following commands. Tell me if I used wrong commands please.

Code:
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

P.S. In the same manner, I compiled successfully (working) Libcec 3.0.

Thanks for your help in advance.