Comment 2 for bug 1401109

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

I tried to reproduce it with the exact steps given and could not (I disabled network by toggling the wifi off my router).

The thumbnailer will _always_ try locally cached content. If they exist, it just returns that without trying to do anything else.

Could you try the following:

- delete all files in ~/.cache/media-art
- start music app, go to the artist page and see that images show up
- close down music app
- verify that the artist images are in ~/.cache/media-art
- make network connection die
- start music app, go to artist page

If at this point you are not seeing the images then something is seriously screwy. I checked that we explicitly have a test for this.

The only thing I can think of is that the art cache stores only about 200 latest artist and album images. If you have more than that, then some may get deleted when starting the thumbnailer. Seems a bit unlikely to be the cause of this, though.