coverart-browser icon indicating copy to clipboard operation
coverart-browser copied to clipboard

coverflow does not update pictures when small number of pictures are in view

Open fossfreedom opened this issue 11 years ago • 1 comments

Restrict the number of covers display to say 3.

Now drag and drop a picture from the cover view. It does not update the picture on the coverflow. Flip back to the iconview - the image has been correctly updated.

Looks like there is some-sort of caching by the webview.

So how do we force clearing of the cache before loading?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/20440641-coverflow-does-not-update-pictures-when-small-number-of-pictures-are-in-view?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github).

fossfreedom avatar Jul 28 '13 22:07 fossfreedom

this commit on rhythmremote is not an area I've investigated - will cache-control help here? https://github.com/jamesbsmith/rhythmbox-rhythmremote/commit/d4cf9f7badb726769298950a08dd4e7f0b257fa8

src/Views.py

def play(name):

  •    # For firefox: Use cache to answer duplicate GET requests.
    
  •    bottle.response.set_header('Cache-Control', 'max-age=1')
    
  •    PlayerControl().play(name)
    

EDIT

"<meta http-equiv="Cache-control" content="no-cache">"

fossfreedom avatar Dec 31 '13 09:12 fossfreedom