Kodi Community Forum
preseting for VDR Backend - 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: preseting for VDR Backend (/showthread.php?tid=126076)



preseting for VDR Backend - clausmuus - 2012-03-20

Hi,

how can I pre configure the pvr, so that it will be activated and set as client for the VDR at the first start of xbmc?

OK, I know, that I can activate the pvr manager by create the file ~/.xbmc/userdata/.xbmc/guisettings.xml with the content:
Code:
<settings>
    <pvrmanager>
        <enabled>true</enabled>
    </pvrmanager>
</settings>
But than I will see the message to select a pvr add-on on startup. How can I supress this message by pre select the VDR VNSI Client add-on?

Claus


RE: preseting for VDR Backend - FernetMenta - 2012-03-20

You would need to deploy a pre-configured addon database and the required addon_data, e.g. pvr.vdr.vnsi.


RE: preseting for VDR Backend - hotzenplotz5 - 2012-03-24

@clausmuus

https://github.com/yavdr/yavdr-utils/blob/master/events/actions/enable-xvdr

i dont know what is wrong, but it needs 2-3 minutes to start importing the channels/epg.




RE: preseting for VDR Backend - opdenkamp - 2012-03-25

@hotzenplotz5: yeah the channel import is slow and needs to be fixed. this is an issue in XBMC's PVR code, not the add-on.