GNOME Bugzilla – Bug 671840
[PATCH] Fix setting multiple tags with different values
Last modified: 2012-07-26 23:32:52 UTC
Created attachment 209443 [details] [review] Fix setting multiple tags with different values Fix setting multiple tags with different values There's a bug setting the genre tag for multiple files. Reproducer: 1) Select 50 songs, right click->properties, change genre to 'foo' 2) Once dialog closes, select another 50 songs, change genre to 'bar' 3) Once dialog closes, close rhythmbox 4) Inspect the files with another program, notice that all files have genre 'foo'. This is doubly frustrating because rhythmbox caches the requested values, so you won't see the tagging error until accessing the music through other software. Fix tag list cleanup to be what it was prior to commit 90b7496c
Pushed the relevant portion of the code with a suitable commit message as 9ef7f10. You don't need to explain how to reproduce the bug in the commit message, that's what the bug report is for.
*** Bug 672650 has been marked as a duplicate of this bug. ***
*** Bug 674225 has been marked as a duplicate of this bug. ***
*** Bug 675308 has been marked as a duplicate of this bug. ***
*** Bug 680629 has been marked as a duplicate of this bug. ***