https://github.com/czechh/vinylify
Import Spotify playlists to Discogs
https://github.com/czechh/vinylify
discogs music spotify
Last synced: 10 months ago
JSON representation
Import Spotify playlists to Discogs
- Host: GitHub
- URL: https://github.com/czechh/vinylify
- Owner: Czechh
- License: mit
- Created: 2024-02-17T03:48:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T22:53:01.000Z (about 2 years ago)
- Last Synced: 2025-03-26T11:49:35.718Z (about 1 year ago)
- Topics: discogs, music, spotify
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vinylify
Take a Spotify playlist and turn it into a Discogs collection folder.
## Requirements
- Get Discogs personal token https://www.discogs.com/settings/developers
- Get Spotify client_id and client_secret https://developer.spotify.com/dashboard/applications (callback=`http://localhost:8888/callback`)
- Get YouTube API key https://console.developers.google.com/ (enable YouTube Data API v3)
Set `.env` file with the following:
```env
RSPOTIFY_CLIENT_ID=
RSPOTIFY_CLIENT_SECRET=
RSPOTIFY_REDIRECT_URI=
DISCOGS_TOKEN=
DISCOGS_USERNAME=
YOUTUBE_API_KEY=
```