2022-10-26, 05:35
Hi All! I'm trying to solve some issues that I observe in the Pictures module of Kodi. As a start, I'm looking into thumbnails generation taking forever with large folders (500+).
Here's my understanding so far:
I think this is causing the thumbnail generation to be skipped. However, I'm unable to find these messages in the actual code. Any pointers appreciated!
Here's my understanding so far:
- BackgroundInfoLoader is used to create a JobQueue for thumbnails creation
- The JobQueue uses JobManager to execute the actual TextureCacheJob
2022-10-25 15:41:01.595 T:15748 info <general>: Skipped 19 duplicate messages..
2022-10-25 15:41:04.578 T:15748 info <general>: Skipped 5 duplicate messages..
2022-10-25 15:41:08.781 T:3328 info <general>: Skipped 2 duplicate messages..
2022-10-25 15:41:19.737 T:15748 info <general>: Skipped 19 duplicate messages..
2022-10-25 15:41:28.020 T:17356 info <general>: Skipped 16 duplicate messages..
2022-10-25 15:41:34.213 T:10244 info <general>: Skipped 2 duplicate messages..
2022-10-25 15:41:45.378 T:15748 info <general>: Skipped 19 duplicate messages..
I think this is causing the thumbnail generation to be skipped. However, I'm unable to find these messages in the actual code. Any pointers appreciated!