mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #347] Render/generate m3u playlist for served files #184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pataquets on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/347
Specific Demand
Something like:
Which would return a m3u/m3u8 playlist for all served media files, dynamically generated.
@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.