Skip to content

Feat/export m3u playlist#855

Open
eddyizm wants to merge 3 commits into
epoupon:developfrom
eddyizm:feat/export-m3u-playlist
Open

Feat/export m3u playlist#855
eddyizm wants to merge 3 commits into
epoupon:developfrom
eddyizm:feat/export-m3u-playlist

Conversation

@eddyizm

@eddyizm eddyizm commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

resolves #330
Was able to compile and build a docker release image to test locally.

image

The first pass did a plain write, much like ones included in a album folder with just the file names with the full path -

/music/Eddy.Kenny/eddyizm_kenny_project2.mp3
/music/eddyizm 2013/STE-005-edit.mp3
/music/10_be_strong_chosen few children may 2005.mp3
/music/Those Guys/09 Track 9.mp3
/music/eddyizm 2013/Live_at_Glenns.mp3

i then tried to update it to what seemed like a more standard format.

the m3u format looks ok however it is pointing to the volume path of the container

#EXTM3U
#EXTINF:282,axume - project 2
/music/Eddy.Kenny/eddyizm_kenny_project2.mp3
#EXTINF:3411, - STE-005-edit.mp3
/music/eddyizm 2013/STE-005-edit.mp3
#EXTINF:270,10 - be_strong_chosen few children
/music/10_be_strong_chosen few children may 2005.mp3
#EXTINF:103,Those Guys - Track 9
/music/Those Guys/09 Track 9.mp3
#EXTINF:10590, - Live_at_Glenns.mp3
/music/eddyizm 2013/Live_at_Glenns.mp3

Not sure which one is preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant