Downtify is an open source Spofity downloader which makes it possible to download all your favourite songs and/or playlists directly from Spotify.
A Spotify Premium account is required.
This project was forked from Shawak/downtify and was modified a bit.
- Paste in the text box the song(s) you want to download
- Press
Enterkey to list the song(s) you have just pasted - Select the song(s) you want to download from that list
- Press
Download
To use Downtify, you need to clone/download this repo and edit the config.xml file:
<configuration>
<username>username</username>
<password>password</password>
<language>en</language>
<file_exists>SKIP</file_exists>
<clientId>clientId</clientId>
<clientSecret>clientSecret</clientSecret>
<volume_normalization>false</volume_normalization>
</configuration>username + password must be valid Premium user credentials.
clientId + clientSecret should be retrived from here.
You can download the latest version from here.
- Playlists cannot be loaded at the moment. To download a full playlist follow this:
- Open a playlist on Spotify
- Select a single song
- Press CTRL+A to select all songs
- Press CTRL+C to copy all URIs to clipboard
- Paste this in
downtify-premiumtextbox - Press enter, and all of the songs will be loaded
Feel free to help developing this mod by reporting any issues at our bug tracker.
Downtify is licensed under the GNU General Public License v3, for more information please check out the license information.