https://github.com/henry-richard7/Spotify-Downloader
A C# GUI application that allows you to download songs from youtube-dl by using metadata from spotify.
- Newtonsoft Json
- Leaf.xnet
- Download Spotify Playlist Downloder from release.
- Extarct the zip
- Download FFMPEG and add it to environmental variables.
- Open Spotify Playlist Downloder.exe
- Paste the spotify playlist ID in the textbox and click on Get Songs. To get Playlist ID eg: https://open.spotify.com/playlist/5tGZJea3j44st1f1FjX1ph here the playlist ID is 5tGZJea3j44st1f1FjX1ph
- After fetching songs the app will list all available songs in the playlist.
- Click on the song you wish to download.
- The song will be downloaded in the Downloads folder.
- The app has three main functions.
- First it uses spotify api to get get metadata for the song.
- Second it uses youtube-dl to search the selected song in youtube and downloads the audio.
- Third it uses tageditor to edit metadata for songs.