Artwork really slow on navigation
#1
I've just done a fresh install of Kodi (OpenElec 5.0.8), and the artwork doesn't really seem to be caching. Navigating around on a "wall" view it will reliably take a second or 2 to display the cover art when a new line of movies is shown. I am using a shared mysql videodatabase on a remote server, but from reading the docs it doesn't really seem like this should matter, once the artwork is cached locally. My logfile is full of statements like this:

Code:
21:14:16 T:1642067008  NOTICE: DecodeJpegToTexture: unable to decode to texture special://masterprofile/Thumbnails/d/d2e03c36.jpg 366x508
21:14:16 T:1670190144   ERROR: COMXCoreComponent::WaitForEvent OMX.broadcom.image_decode wait event 0x00000003 timeout 1000
21:14:16 T:1670190144   ERROR: COMXTexture::Decode WaitForEvent:OMX_EventPortSettingsChanged failed (80001011)
21:14:16 T:1670190144  NOTICE: DecodeJpegToTexture: unable to decode to texture special://masterprofile/Thumbnails/7/75781581.jpg 366x521
21:14:16 T:1683252288   ERROR: COMXCoreComponent::WaitForEvent OMX.broadcom.image_decode wait event 0x00000003 timeout 1000
21:14:16 T:1683252288   ERROR: COMXTexture::Decode WaitForEvent:OMX_EventPortSettingsChanged failed (80001011)
21:14:16 T:1683252288  NOTICE: DecodeJpegToTexture: unable to decode to texture special://masterprofile/Thumbnails/6/64d9e54f.jpg 323x475

Looking in my Thumbnails directory there are files in there, so I guess it does seem to be caching...but scrolling up,down,up,down (so the same images are displayed over and over) results in the same log messages, and the same laggy display behavior. I'm running on a class 10 sd card (http://tinyurl.com/ocujhy7) so I would expect it should have adequate performance, but I don't really know how to test that. As for the log statements, I don't understand what is failing there - the images always do display eventually...is it timing out reading them from the cache, so it's re-retrieving them from the source (smb share)? Or is it failing to cache them after they've been retrieved, but then yet somehow still able to display them in the UI? Updating the library is also brutally slow, so I'm guessing it must be failing trying to populate the cache, but yeah I really don't know what's going on here...any help is appreciated, thx.
Reply
#2
Post a complete log to a paste site.
Reply
#3
hahaha, what the hell. I did a fresh reboot to get a small and succinct log, and now it's working perfectly Smile. Well jeez, I hope that's the last I see of it. If it comes back I will post a full log, thanks Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Artwork really slow on navigation0