MoojMidge / service.upnext

GNU General Public License v2.0
19 stars 5 forks source link

Issue trying to install addon from zipfile #19

Closed classicspam closed 1 year ago

classicspam commented 1 year ago

I am having issues that the addon will not install from a zipfile and give a python dependency error:

Log Message:

2023-03-30 23:05:13.166 T:16849 error : CAddonInstallJob[service.upnext]: The dependency on xbmc.python version 2.25.0 could not be satisfied.

Currently Kodi is installed on an nvidia shield (I believe the 2017 version)

I am not sure if this is an issue with my setup in particular or if it is a bug...

MoojMidge commented 1 year ago

You are trying to install the Kodi 18 version which is not compatible with Kodi 19+

If you download the unmodified code directly then that should work on Kodi 18+, but if you download a release then you need the correct zip file for the version of Kodi that you are using. In this instance you will need the zip file that has matrix in the filename for Kodi 19+

Try service.upnext-2.0.20+dev.0+matrix.1.zip

classicspam commented 1 year ago

Ahh ok thanks for the information that the Matrix version is the version for the latest releases of Kodi. I was able to install it after updating themoviedb from the jurialmunkey repository rather than the kodi repository. I will probably open up another issue as there seems to be an issue regarding the upnext episode plugin when using the jellyfin (not jellycon) plugin where it always displays the last played episode rather than the ondeck episode which seems to be an airdate filter issue (i.e. 2006-01-02 versus 2006-01-02 00:00:00) but that is seperate and this issue can be closed...

MoojMidge commented 1 year ago

There are a bunch of issues with Jellyfin not storing correct data in the Kodi library. Issues #12 and #14 are probably related, but some additional workarounds may be required for the widgets. Unfortunately not only is the firstaired date format wrong, it also appears to change formats when Jellyfin does a library update to update resume points and play counts.

If you can get some details of what the last played airdate is, along with the next episode air date, should be able to work something out.