Compile on Rpi4 directly!
Beiträge von uplevel
-
-
Every compilation from source must match current version of addon and Kodi.
For example Kodi 21 - pvr addon 21.xx
Within compilaton must specify branch Omega or branch Nexus.
There is a little trick with building.
- git clone --branch Nexus https://github.com/xbmc/xbmc.git
- git clone --branch Nexus https://github.com/nirvana-7777/pvr.eon.git
and so on...
-
In my case with Android TV boxes work perfect with 20.xx and 21.xx PVR.EON and Nexus/Omega.
But with Linux OS(Debian,Raspbian,Armbian,Ubuntu)and RaspberryPi and NanoPi R6S plugin dont start and dont load channels.I build pligin from source.
Only with PC with Ubuntu 22.04 64Bit I have success.
And i made a little trick:
i've got settings.xml file from pvr folder(where are the Login Account settings) from Ubuntu on PC and put this file on RPi4 and NanoPi folder.
And as result all channels are loading and worked!
Try this if you have working station and all will be OK.
-