eviabs / downtify-premium

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analytics Is this project still maintained?

What is Downtify?

Downtify is an open source Spofity downloader which makes it possible to download all your favourite songs and/or playlists directly from Spotify.

down-prem

A Spotify Premium account is required.

This project was forked from Shawak/downtify and was modified a bit.

Usage

  1. Paste in the text box the song(s) you want to download
  2. Press Enter key to list the song(s) you have just pasted
  3. Select the song(s) you want to download from that list
  4. Press Download

Configuration

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.

Downloading

You can download the latest version from here.

Known Issues

  1. 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-premium textbox
    • Press enter, and all of the songs will be loaded

Bugs

Feel free to help developing this mod by reporting any issues at our bug tracker.

License

Downtify is licensed under the GNU General Public License v3, for more information please check out the license information.

About

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.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%