How to setup Automation (spotify API) - ninacoder-info/music-engine-web-wiki GitHub Wiki
First you need to get your own spotify API, visit https://developer.spotify.com/documentation/web-api/quick-start/
After got your own API key and secret key, open .env file, scroll down to bottom.
Add following lines
SPOTIFY_CLIENT_ID=a2d6d0cbd40044b1930e05c70762467a
SPOTIFY_CLIENT_SECRET=969efd6070e4485588f33bd0e7919f4a
Open your admin -> settings -> music, enable option "Import songs, artists, album from Spotify"
Done