b4ird / spotify_sync

A schedulable, configurable CLI downloader for Spotify accounts
MIT License
182 stars 8 forks source link

Gist for creating m3u8 playlist files from imported spotify playlists #23

Open ahhmino opened 1 year ago

ahhmino commented 1 year ago

Really appreciate this package, it's super useful! The one functionality I wanted was playlist files created from the imported spotify playlists as well, so I wrote a small python script to do that. Figured I would leave it here in case it's useful for anyone else

https://gist.github.com/ahhmino/78bc0fd7318ad69a0a20f22da9be26a2

The resulting m3u8 files worked for me when tested in MPV, and when imported in Jellyfin

jbh-cloud commented 1 year ago

Hey sorry for the delay on this, I haven't had the time until recently to properly maintain this project. This is really useful and thanks for working this one out yourself! I will look to impliment this natively in a new release as per #30 but will leave it open until then.