Giter Club home page Giter Club logo

spotify-to-mp3-music-converter's Introduction

Spotify-to-MP3-Music-Converter

*** Complies with all YouTube copyright requirements, for personal use only ***

A text based application to download songs from a spotify playlist into MP3 format by downloading the song's lyrical youtube video. The songs are then organized in corresponding playlists in the output/ folder (the folder can be imported into apple music to sync with other local music for mac users).

Credit to the GitHub user brentvollebregt for inspiration for this project.

Executable File

  1. Open the executable file named SpotifyDownloaderUI (will take a second to load the terminal session)
  2. The output folder for downloaded playlists will be created adjacent to the location of the executable file

Python File

Set-up

  1. Clone this repository
  2. Install all the required libraries from requirements.txt into the Python path (must keep libraries up to date)
  3. Download the ffmpeg and ffprobe executables from http://ffmpeg.org/download.html and place them in your Python path (must keep file versions up to date)

Usage

  1. Run the SpotifyDownloaderUI.py file with python3 (I wrote the program using Python 3.8.1)
  2. The output folder for downloaded playlists will be created adjacent to the location of the Python file

Tips

Click the three dots at the top of a playlist (on the desktop version of Spotify), click share, and click "Copy Spotify URI" to retrieve the playlist's URI.

Make sure your version of youtube_dl is up to date, as if it is not, the downloading commands will likely be unsuccessful. To update youtube_dl after it is already installed with pip, run: sudo pip install -U youtube-dl (or run: python3.10 -m pip install youtubedl)

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.