Go to file
Evert Prants 035a88627e
initial stash
2022-01-04 18:51:22 +02:00
.gitignore initial stash 2022-01-04 18:51:22 +02:00
README.md initial stash 2022-01-04 18:51:22 +02:00
metasearcher.js initial stash 2022-01-04 18:51:22 +02:00
package-lock.json initial stash 2022-01-04 18:51:22 +02:00
package.json initial stash 2022-01-04 18:51:22 +02:00
resultvisualizer.js initial stash 2022-01-04 18:51:22 +02:00

README.md

Automatic Spotify scrape

Looks for your local music files on Spotify and helps you create a playlist. This is useful for migrating your local music to Spotify. Your tracks need to have valid metadata (artist and title is the minimum)!.

Feel free to use https://lunasqu.ee/callback as a callback url. It just prints query parameters to html. even if i wanted to i couldn't steal your code as i do not know your client secret.

  1. create Spotify app: https://developer.spotify.com/dashboard/login
  2. npm i
  3. put your Spotify credentials in credentials.json following the example.
  4. node metasearcher.js /path/to/music/directory scan the directory for music files and create a spotify.json file from matches.
  5. node resultvisualizer.js create a html table from the spotify.json file.