From c006d203b251c797b6ee6e4c035848dddbe053a2 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Fri, 21 Nov 2025 19:28:34 -0500 Subject: [PATCH] Add environment configuration for Spotify playlist generator --- spotify-playlist-generator/.env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spotify-playlist-generator/.env diff --git a/spotify-playlist-generator/.env b/spotify-playlist-generator/.env new file mode 100644 index 0000000..1018cd4 --- /dev/null +++ b/spotify-playlist-generator/.env @@ -0,0 +1,9 @@ +SPOTIPY_CLIENT_ID=SpotifyClientID +SPOTIPY_CLIENT_SECRET=SpotifyClientSecret +SPOTIPY_REDIRECT_URI=http://127.0.0.1:8080/ +MUSIC_DIR=/srv/music/Music-Library +PLAYLIST_DIR=/srv/music/spotify-playlists +NAVIDROME_DB_FILE=/srv/navidrome/navidrome.db +ITEMS_PER_PLAYLIST=250 +NUM_USER_PLAYLISTS=10 +LOG_LEVEL=40 \ No newline at end of file