2019-06-05, 18:23
(2017-03-01, 19:46)aeneas1 Wrote:Doesn't work. no matter what kodi version on windows 10 or windows 7.(2017-02-15, 17:31)nvsquared Wrote:bam! works like a charm, thanks!(2017-02-08, 17:28)TheSwede1970 Wrote: Same issue here...
The issue is that the latest extendedinfo script has been made to work with Kodi 18 Leia. In Kodi 18 Leia, the function System.HasModalDialog has been changed to System.HasActiveModalDialog. This causes the error "Could not find valid content type". To fix it for Kodi 17 look in your addon directory and open the file process.py ("C:\Users\yourusername\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib") .
Look for the line:
if xbmc.getCondVisibility("System.HasActiveModalDialog")
should be line 263 and change it to
if xbmc.getCondVisibility("System.HasModalDialog").
Hope the original author can fix it in an update to work with both Kodi 17 and 18.
question, how do i hide certain addons in the addons list? don't want the list cluttered with addons that aren't frequently used, for example the extended info addon is pretty much a set-it-once and forget proposition....