[GH-ISSUE #347] Render/generate m3u playlist for served files #184

Closed
opened 2026-04-08 16:50:57 +03:00 by zhus · 1 comment
Owner

Originally created by @pataquets on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/347

Specific Demand

Something like:

$ curl http://127.0.0.1:5000?m3u

Which would return a m3u/m3u8 playlist for all served media files, dynamically generated.

Originally created by @pataquets on GitHub (Jan 14, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/347 ## Specific Demand Something like: ``` console $ curl http://127.0.0.1:5000?m3u ``` Which would return a m3u/m3u8 playlist for all served media files, dynamically generated.
zhus closed this issue 2026-04-08 16:50:57 +03:00
Author
Owner

@sigoden commented on GitHub (Jan 15, 2024):

dufs will not support this feature.

It is recommended to use a shellscript to generate it. If you need to generate it dynamically, use the script with inotify-tools.

<!-- gh-comment-id:1891126469 --> @sigoden commented on GitHub (Jan 15, 2024): dufs will not support this feature. It is recommended to use a shellscript to generate it. If you need to generate it dynamically, use the script with inotify-tools.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#184