Posts: 2
Joined: Feb 2023
Reputation:
0
ok so how do I know which add-ons are working in v20? Is there any list or filter etc Or should I downgrade kodi to v19?
Posts: 3,603
Joined: Jan 2023
Reputation:
340
im not aware of any master list, its going to be down to your own research
also downgrading will be your choice depending on what you want kodi to do for you
if the new version does not do the things you want certainly trying a slightly older version may be the best option for now
Posts: 5,428
Joined: Jul 2012
Reputation:
377
From the log (which BTW does not have "debug" set, so it's just an info log)
xbmc.translatePath
that was changed a long time ago and now is mandatory in Kodi 20. You can actually do it yourself pretty easy just add "import xbmcvfs at beginning of the indicated python file (eg "C:\Users\Pcname\AppData\Roaming\Kodi\addons\script.module.t1mlib\lib\t1mlib.py") and then do a global find/replace of xbmc.translatePath to xbmcvfs.translatePath
The other one in there about "ListItem.setInfo() is deprecated" is just a warning at this point (though it can fill a log with warnings).
scott s.
.