Kodi Community Forum
Matrix pvr addon after change to c++ interface - 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: Matrix pvr addon after change to c++ interface (/showthread.php?tid=355232)



Matrix pvr addon after change to c++ interface - emveepee - 2020-06-16

A user reported a problem updating pvr.nextpvr with the current nightly and I checked and the nightly he is running is the same git version as I am in development.

I checked another setup I have with an existing Windows version on Matrix and I found a similar problem.  There are no options to install the typical PVR addons via the main 3.2.3 addon repo  Is this a problem that is being fixed with the open PRs on binary addons? This is not clear to me.

What I see is my Addon27.db has blacklisted the two pvr addons I had installed and it shows just two PVR addons pvr.freebox and pvr.octonet from the kodi repo I don't have a database from before a ran the current nightly.

If I manually modify Addon27.db

delete from repo
where addonId = 'repository.xbmc.org'

things appear to be back to normal although the two pvr addons still show blacklisted.

Martin


RE: Matrix pvr addon after change to c++ interface - RB26 - 2020-06-18

I am seeing this issue as well.
Nothing in the repository except for "digital devices octopus NET client"

My Matrix DB had become corrupted, and I needed to re-install, and there was no NextPVR in the repo.
I thought it was just me, thanks for the info.

Good thing I had a backup. haha.


RE: Matrix pvr addon after change to c++ interface - Karellen - 2020-06-18

Is this the same issue...

xml:
2020-06-19 07:07:16.985 T:556 INFO <general>: Starting Kodi (19.0-ALPHA1 (18.9.701) Git:20200616-1eed8f06a9). Platform: Windows NT x86 64-bit
2020-06-19 07:07:16.985 T:556 INFO <general>: Using Release Kodi x64 build
2020-06-19 07:07:16.985 T:556 INFO <general>: Kodi compiled 2020-06-17 by MSVC 191627034 for Windows NT x86 64-bit version 10.0 (0x0A000006)
2020-06-19 07:07:16.985 T:556 INFO <general>: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0.18363
...
...
2020-06-19 07:08:16.563 T:556 DEBUG <general>: CAddonInstaller: installing 'pvr.nextpvr' version '5.0.3' from repository 'repository.xbmc.org'
2020-06-19 07:08:16.564 T:5772 DEBUG <general>: CAddonInstallJob[pvr.nextpvr]: requires kodi.binary.instance.pvr version 6.5.2 which is not available
2020-06-19 07:08:16.564 T:5772 ERROR <general>: CAddonInstallJob[pvr.nextpvr]: The dependency on kodi.binary.instance.pvr version 6.5.2 could not be satisfied.



RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-06-18

Not really because addons.xml.gz did show 6.0.0 was the current version.  For that you might need to update the Kodi Add-on repo to 3.2.3

Edit:  6.0.1 is now the current version.

Martin


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-06-22

I tried the same "bad" Addons database with a recent nightly and it finds all the correct PVR clients now so the changes did seem to make the difference.

Martin


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-07-22

I posted too soon earlier I am still seeing errors finding NextPVR on Windows x86_64  nightlies It seems to be staying on 6.0.1 on the mirrors and it is possible the tag build is "stuck"

https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.nextpvr/view/tags/

6.0.2 builds cleanly since it was tagged and now yesterday's 6.0.3 isn't showing up either.  I am not sure what is missing,  any suggestions?

The value in addons28 is 6.0.1 on 64bit and 6.0.2 for 32bit.

Martin


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-07-23

I suspect Matrix updates have been dead since this PDB fail https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.nextpvr/detail/6.0.2-Matrix/1/pipeline/

Martin


RE: Matrix pvr addon after change to c++ interface - Karellen - 2020-07-23

I've left a message for someone to look at it @emveepee


RE: Matrix pvr addon after change to c++ interface - Karellen - 2020-07-23

@emveepee

@alwinus has fixed... https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.nextpvr/detail/6.0.2-Matrix/2/pipeline/

Might take a little bit of time before available here... http://mirrors.kodi.tv/addons/matrix/pvr.nextpvr+windows-x86_64/


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-07-23

Great thanks to both of you.  Hopefully that means that 6.03 will become available now too.

Martin


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-07-23

Yes ok 6.0.2 now shows up in x64 but I am not sure it is completely fixed.   6.0.3 still doesn't show up as a tag https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.nextpvr/view/tags/

Martin


RE: Matrix pvr addon after change to c++ interface - Karellen - 2020-07-24

It's there now... http://mirrors.kodi.tv/addons/matrix/pvr.nextpvr+windows-x86_64/

All ok?


RE: Matrix pvr addon after change to c++ interface - emveepee - 2020-07-24

Yes I saw that it was recompiled this afternoon and it shows up now if I delete addons28.db (or likely if I was patient on the update scheduled).  Thanks again.

Martin