GNOME Bugzilla – Bug 704253
Track titles listed as "FALSE" in album
Last modified: 2013-07-17 09:20:41 UTC
Created attachment 249203 [details] screenshot Some tracks are listed as being called "FALSE" in the album view (see attached screenshot). The same tracks have the correct titles in artist or song view.
Created attachment 249251 [details] [review] Attachment to the patch. The iter value being set was incorrect, fixed the iter value. correct icon and name of the song are now being shown.
The following fix has been pushed: beaa764 corrected the track names and erroricon display
Created attachment 249255 [details] [review] corrected the track names and erroricon display deleted: 0001-fixed-the-height-of-the-headerbar.patch
Review of attachment 249255 [details] [review]: Still shows FALSE for songs with undiscovered url. http://img.ctrlv.in/img/51e54a458c81b.png The updates patch can be found http://paste.ubuntu.com/5880998/
Created attachment 249314 [details] [review] Fix for undiscoverable urls.
Review of attachment 249314 [details] [review]: works for me :)
The following fixes have been pushed: 77b9f96 fix for undiscoverable urls. 3db8f9c AlbumArtCache: don't drop requests on the floor on failure
Tested on undiscoverable URI, works correctly The following fix has been pushed: 2fd334d fix for undiscoverable urls.
Created attachment 249372 [details] [review] fix for undiscoverable urls.