Skip to content

WIP: Script for syncing your Spotify Playlists with a disk folder. Adapted from Jason Chen https://github.com/JayChen35/spotify-to-mp3-python.

Notifications You must be signed in to change notification settings

matBonet/spotify-local-mp3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Local MP3

Script for reading personal playlists from spotify, downloading them and organizing them into folders.

Necessary configuration

Create a .env file at the root folder with the following information:

SPOTIPY_CLIENT_ID = ...\*
SPOTIPY_CLIENT_SECRET = ...\*
SPOTIPY_REDIRECT_URI = ...\*

SPOTIFY_USERNAME = ...\*

* See this link to set up the Spotify API.

To-do

  • Parse out emojis
  • Build file tree structure
  • Check difference to destination path
  • Search songs on youtube
  • Download with yt-dlp
  • Convert to mp3
  • Save on destination path
  • Generate .m3u files

About

WIP: Script for syncing your Spotify Playlists with a disk folder. Adapted from Jason Chen https://github.com/JayChen35/spotify-to-mp3-python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%