Open FichteFoll opened 4 years ago
Sounds cool! Out of curiosity, got an example of a music player (presumably one you use) that supports this sort of thing?
mpv supports this feature when displaying the playlist via F8. I couldn't get vlc to load my test m3u file properly.
#EXTM3U
#EXTINF:1,TEST TITLE
/data/audio/music/sorted/#doujin/Sakuzyo/2016-04-24 - 14 Scores/01 - 7つの小品 - 1. アラベスク [Arabesque].flac
#EXTINF:111,OVERRIDDEN FROM M3U
/data/audio/music/sorted/#doujin/Sakuzyo/2016-04-24 - 14 Scores/02 - 7つの小品 - 2. 刻印 [Imprinting].flac
…
When using the
play
plugin, the generated m3u file is currently a list of the file paths.Via Extended M3U, it could allow the user to configure a custom title for every item using a format string. Media players supporting this will profit from a more configurable playlist.
Low priority.