Posts: 1,440
Joined: Apr 2010
Reputation:
120
CrystalP
Team-Kodi Developer
Posts: 1,440
The wireshark captures show signs of probing for bd / dvd folder structure, but given your explanation that must be blind probing which returns in error.
At the same time the reading of the posters/fanart/actors/etc is not visible... But I don't know the low level protocol and how things are supposed to look.
I'd say that probing for dvd and bd could be more efficient and some network round trips could be avoided for faster scanning, but it's the same for 20.5 and 21 so not a factor in your problem.
git bisect is a tool that helps find which commit changed a behavior. It does a binary search of all the changes between a known good point and a known bad point. What you'd have to do is build the version, try it and tell bisect if the result is good or bad. That will narrow the search, it will propose the next commit to test, until the culprit is identified. Given the number of changes between v20 and v21 there are probably around 10 iterations. When we know which commit is the reason we can figure out a fix.
Any version can be built, git has all the history (provided the matching prerequisites are installed, but that's not a problem for v21 code).
Posts: 793
Joined: Oct 2021
Reputation:
68
I just ran Beta1 full scan:
2024-05-26 20:14:18.447 T:1480 info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 2255632 ms
37 Minutes 35 Seconds
Within 1 minute of Nexus and over WiFi.
So something has happened along the way.
So I'M NOT CRAZY!!! WHOOT!
Kodi: Nexus
v20.5 |
Skin Dev: Madnox Omega/Nexus:
v20.01.02 |
Madnox Forum:
Root |
Madnox Repo:
v1.0.09 |
Mr. V's:
Source |
Kodi Texture Tool (
Takeover):
v3.0.1 |
Batch Texture Resize (
Irfanview):
Tutorial
Working On: Replacing Embruary >> TMDB Helper ||
Start: 6/3/2024
End: God knows ||
Status Complete:
Movies: 80%
TV Shows: 40%
Music: 20%
Posts: 1,440
Joined: Apr 2010
Reputation:
120
CrystalP
Team-Kodi Developer
Posts: 1,440
OK it's good to have a starting point. Did performance go down in beta2? beta3? rc1? rc2? 21.0?
Posts: 793
Joined: Oct 2021
Reputation:
68
I have to roll down each one...doing that now....
Kodi: Nexus
v20.5 |
Skin Dev: Madnox Omega/Nexus:
v20.01.02 |
Madnox Forum:
Root |
Madnox Repo:
v1.0.09 |
Mr. V's:
Source |
Kodi Texture Tool (
Takeover):
v3.0.1 |
Batch Texture Resize (
Irfanview):
Tutorial
Working On: Replacing Embruary >> TMDB Helper ||
Start: 6/3/2024
End: God knows ||
Status Complete:
Movies: 80%
TV Shows: 40%
Music: 20%
Posts: 793
Joined: Oct 2021
Reputation:
68
Well that was easy, Beta 2, is where it acts like a slug. So that is where the problem starts.
I double checked by nuking the install, installed beta2 twice and scanned from scratch to be sure, same results I've been seeing.
So whatever happened, that is the source point. Need to diff those 2 and see what changed. I assume I'm looking in the right spot: VideoInfoScanner.cpp
Kodi: Nexus
v20.5 |
Skin Dev: Madnox Omega/Nexus:
v20.01.02 |
Madnox Forum:
Root |
Madnox Repo:
v1.0.09 |
Mr. V's:
Source |
Kodi Texture Tool (
Takeover):
v3.0.1 |
Batch Texture Resize (
Irfanview):
Tutorial
Working On: Replacing Embruary >> TMDB Helper ||
Start: 6/3/2024
End: God knows ||
Status Complete:
Movies: 80%
TV Shows: 40%
Music: 20%
Posts: 793
Joined: Oct 2021
Reputation:
68
So what happens now and how can we get this fixed?
Kodi: Nexus
v20.5 |
Skin Dev: Madnox Omega/Nexus:
v20.01.02 |
Madnox Forum:
Root |
Madnox Repo:
v1.0.09 |
Mr. V's:
Source |
Kodi Texture Tool (
Takeover):
v3.0.1 |
Batch Texture Resize (
Irfanview):
Tutorial
Working On: Replacing Embruary >> TMDB Helper ||
Start: 6/3/2024
End: God knows ||
Status Complete:
Movies: 80%
TV Shows: 40%
Music: 20%
Posts: 793
Joined: Oct 2021
Reputation:
68
I did a base comparison yet again against 20.5 and it is complete night and day.
Omega is a complete fail for this aspect, why is this not being pushed to a higher priority?
I've tried several nightly builds and those trash too for this issue.
Someone changed something, it needs to be reverted... so frustrating!
Kodi: Nexus
v20.5 |
Skin Dev: Madnox Omega/Nexus:
v20.01.02 |
Madnox Forum:
Root |
Madnox Repo:
v1.0.09 |
Mr. V's:
Source |
Kodi Texture Tool (
Takeover):
v3.0.1 |
Batch Texture Resize (
Irfanview):
Tutorial
Working On: Replacing Embruary >> TMDB Helper ||
Start: 6/3/2024
End: God knows ||
Status Complete:
Movies: 80%
TV Shows: 40%
Music: 20%
Posts: 1,440
Joined: Apr 2010
Reputation:
120
CrystalP
Team-Kodi Developer
Posts: 1,440
That was a regular log, not debug, and please try with a new portable install with the bare minimum configuration needed to scan to the library and Esturary standard skin to avoid the likely unrelated python errors visible in your last log.
Your issue is not widespread, we don't known what's different between your system and everybody else's, so your Kodi needs to be as close to default settings as possible to eliminate possibilities.
No need to scan your entire library for the debug log, scanning a directory that contains 10 movies would be plenty.
Posts: 1,440
Joined: Apr 2010
Reputation:
120
CrystalP
Team-Kodi Developer
Posts: 1,440
In that log the movies are scanned in a second or two, I don't see the problem.