An open API service indexing awesome lists of open source software.

https://github.com/ppcamp/python-spotify-playlist-maker

It will use a given folder in your computer to generate and populate spotify playlists
https://github.com/ppcamp/python-spotify-playlist-maker

Last synced: about 1 year ago
JSON representation

It will use a given folder in your computer to generate and populate spotify playlists

Awesome Lists containing this project

README

          

# spotify music creator

This repository contains a simple script that will read your local repository
and then, it'll create playlists and assign your musics to them.

> As a note, today (05/08/2023) we can use a website for this, see https://soundiiz.com/

```mermaid
flowchart LR
S[[Local Computer]] -- script reads --> Musics
Musics -- that are searched and stored into --> id1[(Spotify Database)]
```

IMPORTANT: this script won't copy your local music

IMPORTANT: this script don't ensure that the musics are correct (the music matching depends only of
spotify algorithms)

IMPORTANT: this script may not work for some musics (if it's some remix or if it don't exist in
spotify db)







Example

## Requirements

- python 3.10
- spotify account
- jupyter server/notebook