GNOME Bugzilla – Bug 707376
Set the position of the view scrollbar to current song when a song is changed
Last modified: 2014-03-03 16:36:23 UTC
When in songs view, If there is a large collection of songs It would be nice to know which song is currently being played from the entire collection. The position of the scrollbar should be set to the position of current song whenever a song is changed.
I agree on this feature.
This one looks simple, use scroll_to_path() function
Created attachment 270817 [details] [review] [PATCH] Scroll to current song when a song is changed
Review of attachment 270817 [details] [review]: This uses currentIter instead filter's iter, so it might probably crash. Also get_model() is not required there - self._model is enough
Created attachment 270818 [details] [review] [PATCH] Scroll to current song when a song is changed Fixed
Review of attachment 270818 [details] [review]: Thanks, pushed as https://git.gnome.org/browse/gnome-music/commit/?id=2fd0437