Posts: 75
Joined: Dec 2021
Reputation:
4
Unable to install add-on from Kodi official repository.
Posts: 2
Joined: Mar 2024
Reputation:
0
Seriously? If you consider a version to be stable enough for people to use, it is a final. Especially in an official app store. If I want to test a release candidate, I install it manually from the website. I decided to use Kodi from Windows Store because of the auto update feature, but not to a non-final version.
Posts: 55
Joined: May 2015
Reputation:
1
I encountered a problem when using the Windows version under Windows 11:
When I open the movie list, it takes much longer to display the list (roundabout 10 secs) than with Kodi 20 (below 1 sec).
I use a mySQL database with about 2500 movies.
Any idea?
Posts: 75
Joined: Dec 2021
Reputation:
4
Thanks, the issue of not being able to connect to the repository has been fixed by CoreELEC.
Posts: 55
Joined: May 2015
Reputation:
1
2024-03-18, 17:48
(This post was last modified: 2024-03-18, 17:50 by wwessel. Edited 1 time in total.)
I tested the brand new LibreELEC 11.95.1 bringing Kodi 21 RC1, but I got the same behaviour. It has nothing to do with the WIndows version, it's a general issue.
I compared the database schemas of MyVideos121 and MyVideos131, but I can't find the cause here. All indexes which are on v121 are on v131, too.
Maybe Kodi20 selects only the first entries when opening the list and the rest in the background, but Kodi21 the full set before displaying the list?
BTW: All other lists (Series, Musicvideos, Music) show the "normal" behaviour.
Posts: 55
Joined: May 2015
Reputation:
1
2024-03-19, 13:07
OK, problem & resolution found:
The index "ix_videoversion" on the new table "videoversion" had cardinality = 0. After analyzing the table all is working fine.
I guess something went wrong in migrating the database...