BadgerHobbs / BeatSage-Downloader

Unofficial download tool for Beat Sage custom Beat Saber level generator.
43 stars 6 forks source link

Spotify WebAPI support #2

Open Bluscream opened 4 years ago

Bluscream commented 4 years ago

Support for Spotify playlists/library (with oauth?)

HerringTheCoder commented 4 years ago

How would you use Spotify API here? All you can get is metadata and even if you would get music files, then these are decrypted. Instead, you could try 'converting' your spotify playlist into youtube URLs with something like this: https://github.com/saulojoab/Spotify-To-Youtube
Of course it will only work for songs that are available on both platforms and you might exceed your daily quota for youtube API quite quickly.

Bluscream commented 4 years ago

I would just get the metadata from spotify and use youtube-dl which has no quota to download the closest match

duckfromdiscord commented 1 year ago

I wanna see this happen this is an amazing idea