View Issue Details

IDProjectCategoryView StatusLast Update
0007043MMW v4Main Panelpublic2010-12-22 23:05
Reporterjiri Assigned To 
PriorityimmediateSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
PlatformWindowsOS7OS Version-
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0007043: Loading of album art can freeze MM for a long time
DescriptionMM sometimes loads covers in the main thread and in case it's a remote file (like UPnP URL) and the server is down, it waits until a timeout and MM looks like frozen during this period.

I'm not sure whether we should completely ignore loading of AA for URLs, it's certainly an option. We could try to move the code to a thread, but I guess that it would only complicate things and would often cause more troubles.

Note that in my particular case the problem happened by calling
cvr.AssertLoaded (FSD.Path);
in TSkinWrapper.SetCover()
TagsNo tags attached.
Fixed in build1338

Relationships

related to 0007061 closedLudek Scanned UPnP files don't display Thumbnails for linked images in Art View 

Activities

jiri

2010-12-21 08:45

administrator   ~0022001

Reminder sent to: Ludek

Just in case Ludek would like to add any comment...

Ludek

2010-12-21 09:32

developer   ~0022002

Last edited: 2010-12-21 09:49

Note that I resolved this problem recently by adding 2 seconds timeout for URLs ir order to prevent from freeze when the URL is inaccessible, similarly we could restrict content length e.g. to 500 KB in order to not download too large image files?

Ludek

2010-12-21 10:17

developer   ~0022003

Fixed in build 1338 this way:
if we are in thread (like AA views, properties) then even large images are downloaded on the background otherwise only images < 500 KB are downloaded in order to prevent from UI freeze

rusty

2010-12-22 23:05

administrator   ~0022062

Verified 1339.