No extrathumb-caching with Multiplex View

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Timreh Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #1
I already wrote about that problem in another thread, but i thought it might be interesting for some more people.
While using the Multiplex-View with the Big Extrathumbs in the middle. The Extrathumbs dont get cached. I started the debug log:

With Multiplex/Bigthumbs it says:

17:56:11 T:4344 M:929505280 ERROR: XFILE::CDirectory::GetDirectory - Error getting D:\Movies\HD\XYZ\extrathumbs\
17:56:14 T:4344 M:930476032 ERROR: Previous line repeats 1 times.
17:56:14 T:4344 M:930476032 DEBUG: CWinEventsWin32::WndProcWindow is active
17:56:27 T:4344 M:876335104 DEBUG: Previous line repeats 1 times.



with any other View with extrathumbs:

17:57:59 T:12220 M:1025998848 DEBUG: Previous line repeats 1 times.
17:57:59 T:12220 M:1025998848 DEBUG: CTextureCache::GetImageHash - unable to stat url D:\Movies\HD\XYZ\extrathumbs/thumb1.jpg
17:57:59 T:12220 M:1023926272 DEBUG: CTextureCache::GetImageHash - unable to stat url D:\Movies\HD\XYZ\extrathumbs/thumb2.jpg
17:58:03 T:4344 M:1017139200 DEBUG: CWinEventsWin32::WndProcWindow is active
find quote
Timreh Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #2
No idea? Sad
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #3
should be a simple code change...
find quote
Timreh Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #4
Ok,i guess I have to wait then Wink
Hope your situation at work will be a bit more relaxing soon Smile
find quote
Timreh Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #5
Will this get fixed? Wink
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #6
How does it behave in Showcase view? I just checked the code and it is virtually identical, so I don't see that there should be a problem (I'm don't have access to my library at the moment for a proper test).

Thanks,
find quote
Timreh Offline
Member
Posts: 70
Joined: Jul 2011
Reputation: 0
Post: #7
With the HDD disconnected it looks like this (even if the HDD was connected before,to cache):
[Image: screenshot000d.png]

with connected HDD it looks like this (of course Big Grin ) :
[Image: screenshot001luo.png]

Here are my settings:
[Image: screenshot003eu.png]

Showcase-View is working. Small Extrathumbs are getting cached. But not the big ones in the middle of Multiplex-View
(This post was last modified: 2011-08-13 22:49 by Timreh.)
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #8
I'll have to take a look at it again tomorrow. I'm guessing extra fanarts and extra thumbs are being handled differently. Someone else was kind enough to adapt the multiplex view to Neon, so I'm not sure...
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #9
The difference is an <image> control specifies a specific image (thumb1.jpg, thumb2.jpg etc) vs a <multiimage> that just looks in a folder for images and presents them randomly - these are not cached.

I can probably work up a workaround, but it's not a priority for me. It will require the fanart to be static as a multiimage control requires the images to be local.
find quote