mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #400] [Feature Request] Option to export downloaded playlists as .m3u8 playlist files #1643
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1643
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 @SpeezyBeezy on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/400
[Feature Request]
Description
The app already fetches Spotify playlist metadata just fine, so I was wondering if it would be possible to add an option to export downloaded playlists as
.m3u8playlist files.Basically, after a playlist is downloaded, the app would generate one
.m3u8file per playlist that points to the locally downloaded music files. This would make it much easier to load downloaded playlists into local music players without having to recreate them manually.Use Case
This would be really nice for users who download full playlists and just want to listen to them locally in order.
Gotchas 😋
.m3u8file should respect the user’s selected filename format(similar to how lyric files are already named correctly, e.g.
Artist - Title).m3u8file could simply be saved in the same folder as the downloaded tracksAdditional Context
For reference, some other projects already do something similar:
https://github.com/justin025/onthespot (OnTheSpot fork)
This pulls songs directly from Spotify and already has an option to generate
.m3u8playlists pointing to the downloaded files, which is pretty much the exact thing I tried to describe.https://github.com/TypNull/SpotifyToM3U
Aims to convert public Spotify playlists into
.m3u8files using tracks from a local music library. However, it requires setting up a Spotify Developer API application and, at least for me, it fails to get the job done.Anyway, I tried to explain this as best as I could.
Huge thanks for the project — it’s been a lifesaver 🙏
EDIT: Fixed it to follow the template thingy
@HamonTeacher commented on GitHub (Feb 6, 2026):
Much needed feature for sure!!!