Skip to main content

A little command line tool to download and sync playlists from Deezer or Spotify to predefined folders.

Project description

Playlist-sync

playlist-sync is a little command line tool to download and sync playlists from Deezer or Spotify to predefined folders. It reads playlists links and target folders from a JSON file.

It uses deemix under the hood to actually download the playlists.

What you will need

  • Python >= 3.8 with pip (untested on earlier versions of Python)
  • A Deeezer account. Since deemix downloads songs from Deezer, it uses your Deezer account to access Deezer servers and download music. So even if you only want to download Spotify playlists, you will need to have a Deezer account. Note that to download 320kbps MP3 or FLAC, you will need a Deezer Premium account. A free Deezer account only allow to download 128kbps MP3.
  • A Spotify account if you want to download playlists from Spotify.

Installation

Playlist-sync can be installed with pip from PyPI:

pip install playlist-sync

The pip package adds the playlist-sync command to the command line.

How to setup and use

Playlist-sync relies on two files, config.json and playlists.json, which must exist in the current working directory. config.json contains some general settings (Deezer ARL, Spotify API token, bitrate...), and playlists.json contains the links to your playlists as well as the target folders where you want them to be downloaded.

playlist-sync can create templates for these two files so you only need to fill them. In your music library folder (where you want your playlists to be downloaded), run:

playlist-sync init

It will create the 2 json files. Fill them both as explained in the wiki, here and here. Once you've filled the config.json file with your Deezer ARL (and Spotify API client ID and secret if you want to download Spotify playlists) and the playlists.json file with your playlists links, to download them all at once in the desired folders, simply run:

playlist-sync sync

How to install and use easily on Windows

  1. If you don't have it installed already, download and install Python. During installation, make sure to choose to update the PATH environment variable.
  2. Open the command prompt (search for "cmd" in the search bar) and type pip install --user playlist-sync
  3. Download the 2 scripts in the windows_scripts folder in this repo, and put them in your music library folder
  4. Double click on playlist-sync_init.cmd. It will create two json files, config.json and playlists.json, in the same folder.
  5. Fill the two json files as described here and here.
  6. To download/update your playlists, simply double click on the playlist-sync_sync.cmd file

Todo

  • Add support for SoundCloud and YouTube playlists, with youtube-dl
  • Sync Serato/rekordbox crates with downloaded playlists
  • Use ISRC numbers to prevent downloading songs from different playlists twice, and make hardlinks between files instead

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

playlist-sync-0.1.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

playlist_sync-0.1.0-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page