mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #158] Allow normal m3u rather than m3u8 #123
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @brainlessbitch on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/158
Could the ability to use m3u rather than m3u8 be added? it's kinda annoying to have to do
mv playlist.m3u8 ./playlist.m3ujust so i can play it with mpd, the formats are like exactly the same, just a different extension@justin025 commented on GitHub (Oct 23, 2024):
I've swapped the extension to m3u in my build here. Alternatively you can build from source, I believe the function you're looking for is in workers/utility.py