From c42cda3191ca0b0d60b7e179697d2ca6928be66a Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 12 Dec 2025 16:11:20 -0400 Subject: [PATCH] Stage 1 --- navidrome/docker-compose.yml | 1 + scrobble/.env.example | 5 ++++- scrobble/docker-compose.yml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/navidrome/docker-compose.yml b/navidrome/docker-compose.yml index 01ac9b3..ab4319e 100644 --- a/navidrome/docker-compose.yml +++ b/navidrome/docker-compose.yml @@ -11,6 +11,7 @@ services: environment: # https://www.navidrome.org/docs/usage/configuration-options/#available-options ND_BASEURL: "https://navidrome.shoebottom.ca" + ND_LISTENBRAINZ_BASEURL: "https://multi-scrobbler.shoebottom.ca/1/" ND_ALBUMPLAYCOUNT: "normalized" ND_RECENTLYADDEDBYMODTIME: "true" volumes: diff --git a/scrobble/.env.example b/scrobble/.env.example index 1cb344a..88f614c 100644 --- a/scrobble/.env.example +++ b/scrobble/.env.example @@ -1,3 +1,6 @@ +LZE_TOKEN= JELLYFIN_APIKEY= JELLYFIN_USER= -MALOJA_API_KEY= \ No newline at end of file +MALOJA_API_KEY= +SPOTIFY_CLIENT_ID= +SPOTIFY_CLIENT_SECRET= \ No newline at end of file diff --git a/scrobble/docker-compose.yml b/scrobble/docker-compose.yml index f6174f6..3596dd8 100644 --- a/scrobble/docker-compose.yml +++ b/scrobble/docker-compose.yml @@ -17,8 +17,10 @@ services: - ../stack.env environment: - TZ=America/Moncton # Specify timezone from TZ Database name found here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + - LZENDPOINT_ENABLE=true - JELLYFIN_URL=https://jellyfin.shoebottom.ca - MALOJA_URL=http://maloja:42010 + - SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback - PUID=1000 # required if running docker on linux host, see main README Docker setup instructions - PGID=1000 # required if running docker on linux host, see main README Docker setup instructions