elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

Use file basename instead of uri for the default audio object title. #710

Closed vjr closed 2 years ago

vjr commented 2 years ago

It appears that if the audio file doesn't have a title tag then Music uses the ugly file URI by default. This PR uses the prettier file basename if available otherwise falls back to the URI anyway.

See the track title on both panes - playlist on the left and above the progress bar on the right.

Before:

image

After:

image