Posts: 5,483
Joined: Jul 2012
Reputation:
385
OK I checked and tested. It seems like some Kodi mirrors are slow or not responding today. If a dependency fails to install, try 2 or three times and my experience is that eventually they do get installed.
But, I did go through all addons on my repo and updated the dependencies to current Matrix versions. I also removed two addons (keymap editor and youtube-dl control) that are now in the official repo. I just tested every addon in my repo on the Kodi Matrix 02-26 nightly and they all installed, but I did need to install a couple more than once when getting a dependency timed out (if you turn on debug level logging you should see in your log what mirror Kodi is hitting and that it times-out).
Also note that I include the rom collection browser service and script addons but they are just copied from malte's github (so you don't have to search them out yourself).
scott s.
.
Posts: 208
Joined: Apr 2013
Reputation:
6
I uninstalled the Extended Info Script. Now when I want to install it, I don't find it in Addon > Download > program addons. WHY?
Posts: 106
Joined: Feb 2017
Reputation:
6
roby69
Senior Member
Posts: 106
Hello,
I have a problem with ExtendedInfo Script version = "5.6.0 + matrix.3 since I scraped my tvshows with TMDb TV Shows python.
I have the error "TVShow Info not available." for the tvshow, season and episode for all my tvshows.
When my tvshows were scraping with tvdb all were working.
tvshow nfo TVDB indicates:
<id> 364093 </id>
<uniqueid type = "imdb"> tt8806524 </uniqueid>
<uniqueid type = "tvdb" default = "true"> 364093 </uniqueid>
tvshow nfo TMDB indicates:
<id> 85949 </id>
<uniqueid type = "imdb"> tt8806524 </uniqueid>
<uniqueid type = "tmdb" default = "true"> 85949 </uniqueid>
<uniqueid type = "tvdb"> 364093 </uniqueid>
episode nfo TVDB indicates:
<id> 7389307 </id>
<uniqueid type = "tvdb" default = "true"> 7389307 </uniqueid>
episode nfo TMDB indicates:
<id> 1675693 </id>
<uniqueid type = "tmdb" default = "true"> 1675693 </uniqueid>
I think default = "true" is the problem.
i will appreciate your help.
Thank you
Posts: 403
Joined: Dec 2020
Reputation:
3
2021-07-14, 21:25
(This post was last modified: 2021-07-14, 21:25 by Bungee_G.)
Hello, is the extended info script only working with movie ? Because when I am trying to display the extended informations of a tv show or episode, it shows a random movie (it shows a movie with the same name as the tv show or episode)
Thanks
Posts: 243
Joined: Sep 2011
Reputation:
3
nonob
Senior Member
Posts: 243
Hi,
No, it works also with TV Shows.
Posts: 403
Joined: Dec 2020
Reputation:
3
Hello, I found out the onclick for tv shows : RunScript(script.extendedinfo,info=extendedtvinfo,dbid=$INFO[ListItem.DBID]) but it doesn't work with dbid=$INFO[ListItem.DBID], but only with name=$INFO[ListItem.Title]
If I use dbid=$INFO[ListItem.DBID], the extended information script display an error : "TV Show info not available"
Do you know why ?
Thanks