main
singles
Use
# collect playlist details
go run playlist.go "{{ PLAYLIST_ID || PLAYLIST_URL }}"
# collect wav files of playlist
go run fetch.go {{ path to playlist.json }}
# build mixtape
go run mixtape.go {{ path to playlist.json }}
TODO
- get playlist details into JSON
- playlist title
- run yt-dlp on a playlist.json
- progress details mixtape.go
- create html page for each playlist
- make cobra-cli with subcommands
- create header image for each playlist
- publish into cloudflare R2