Embbeding pvr.hts inside Kodi
#1
Hi community

I'm trying to embbeded the pvr.hts addon inside Kodi, to get it running native on Kodi. I'm trying to do this but the actual plugins is based on the addon interface. I want to make the pvr.hts to be present always in the system, and the user can't disable it. Someone has any idea how to reimplement this plugins or any suggestion.

Best regards
Reply
#2
Install the plugin into the system addon folder.

On Arch linux, this is the default way PVR, visualization and DSP addons are installed (since all of those are compiled binaries that are system/architecture specific). Instead of installing to ~/.kodi/userdata/addons like normal addons, Arch installs them to /usr/share/kodi/addons. Then, change the addon permissions so only the owner can write to them, mark them as owned by root, and you've got system-wide addons that are available to all Kodi users on the system, even across profiles, and addons that cannot be removed (easily) by users.
Reply
#3
(2017-03-08, 05:26)rpcameron Wrote: Install the plugin into the system addon folder.

On Arch linux, this is the default way PVR, visualization and DSP addons are installed (since all of those are compiled binaries that are system/architecture specific). Instead of installing to ~/.kodi/userdata/addons like normal addons, Arch installs them to /usr/share/kodi/addons. Then, change the addon permissions so only the owner can write to them, mark them as owned by root, and you've got system-wide addons that are available to all Kodi users on the system, even across profiles, and addons that cannot be removed (easily) by users.

I have been using this solution, but in this case the user can disable the pvr plugin, but I want that the plugin can't be disabled.
Reply
#4
add it to the addon manifest in system then.
Reply
#5
Question 
(2017-03-08, 16:52)ironic_monkey Wrote: add it to the addon manifest in system then.

I'm using Kodi Jarvis, and can't find the addon-manifest.xml. If i add manually the file it will work?
Reply
#6
system/addon-manifest.xml in the kodi source
Reply
#7
(2017-03-08, 20:16)wsnipex Wrote: system/addon-manifest.xml in the kodi source

This file don't exists on Jarvis source code

https://github.com/xbmc/xbmc/tree/Jarvis/system
Reply

Logout Mark Read Team Forum Stats Members Help
Embbeding pvr.hts inside Kodi0