GNOME Bugzilla – Bug 761466
[playlist extract] guarantee playlist title
Last modified: 2016-02-26 01:03:25 UTC
Created attachment 320278 [details] [review] use the filename as title if none given bug #746447 describes gnome-music having a lot of 'untitled' playlist, because m3u and pls playlist don't contain titles. Attached patch uses tracker_guarantee_title_from_file to give these files a nie:title .
Thanks for the patch! pushed to master. The following fix has been pushed: 88dcce8 tracker-extract: Use tracker-guarantee to ensure a title in playlists
Created attachment 322431 [details] [review] tracker-extract: Use tracker-guarantee to ensure a title in playlists Resort to the basename in order to guarantee a title.