M3U: Show Playlist title if available
Given I have the following playlist:
# my_playlist.m3u
#EXTM3U
#EXTENC: UTF-8
#PLAYLIST: My Playlist
file1.mp3
file2.mp3
file3.mp3
On the playlists overview page, VLC-iOS currently shows my_playlist.m3u
on the first line underneath the album art and 3 Tracks
on the second. It would be nice if it used the proper name of the playlist (in this case My Playlist
) instead of the file name.