fossfreedom / coverart-browser

Browse your cover-art albums in Rhythmbox v2.96 - 3.0+
http://xpressubuntu.wordpress.com/
GNU General Public License v3.0
74 stars 19 forks source link

Coverflow refreshes when playing #200

Closed fossfreedom closed 11 years ago

fossfreedom commented 11 years ago

The coverflow reloads when playing the album.

Looks like the album-update signal is being fired - most probably because RB is updating the album playcount which in-turn is being caught as a modification signal in our coverart-album module.

fossfreedom commented 11 years ago

Have modified some strange looking signal work in coverart-album.py

Not really sure why the extra code was in the albumloader - but have moved the modified signal throw to the first entry_changed catch.

Need to test this on 2.99...

... and looks ok