Coder Social home page Coder Social logo

music-migrator's Introduction

MusicMigrator

Migrate your playlists between streaming platforms, without giving away your data to third-parties.

Setup

Install dependencies

pip install -r requirements.txt

Copy file template, edit it and add the variables to the current environment

cp env.example.sh env.sh
gedit env.sh
source env.sh

Usage

Note : Only Deezer to Spotify is supported at the moment

Deezer to spotify

  • Gather your playlist ids from your deezer account, it is an integer that you find in the URL
  • Get your user id from spotify by browsing to your profile and taking it from the url, it is a string of numbers and letters
  • Run the script, log in once to your spotify account and watch the playlist migrate
python deezer_to_spotify.py

Features (per platform)

Spotify

  • Automated OAUTH using spotipy
  • Search using multiple search queries if one fails
  • Supports big playlists (>100 tracks)

TODO : fetch playlists from user profile

Deezer

  • Retrieve tracks from public playlists, using playlist ids

TODO : OAUTH, search tracks and create playlists

Project state

For now only Deezer to Spotify is supported (full deezer account to blank spotify account). More features can be implemented following the Platform class in common.py.

music-migrator's People

Contributors

storca avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.