GNOME Bugzilla – Bug 700726
only checks for new music at start
Last modified: 2014-04-17 17:48:50 UTC
I added music to my Music folder and the app didn't notice. It only showed up after restarting the app.
A possible fix for Songs view would be using a GtkTreeModelSort then get the tracks from Tracker via queries sorted by the time they were added. This needs some changes to libgd though because GdMainView currently accepts only GtkTreeModelFilter or GtkListStore. This might work on albums or artists view too, but I haven't looked much into it yet. Another alternative suggested by Allan Day would be to have a "Refresh Library" button.
*** Bug 706534 has been marked as a duplicate of this bug. ***
any update on this ?
not going to happen for 3.10, I assume
I'm having a problem with how the tracker queries return albums, so I can't fix it for now. Sai is trying out a different approach, but he thinks it won't make it into 3.10. We might fix the Songs view, but we probably can't fix it in the other views for this cycle.
Created attachment 270833 [details] [review] Attachment for the patch
Review of attachment 270833 [details] [review]: Good, its a nice start, however it doesn't update removed albums/artists in the view (album/artist is displayed empty)
Created attachment 271148 [details] [review] Update views when songs are being added or deleted.
Review of attachment 271148 [details] [review]: Good, tested this a bit and it works (I think we can address other issues in new bugs). Pushed as https://git.gnome.org/browse/gnome-music/commit/?id=5d16c7b
The fix caused a regression - bug 726713
Closing as works, regression will be handled in a different bug