From b34aeeb19209746fb760567dd10061ca4bb526db Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 12 Dec 2025 16:22:58 -0400 Subject: [PATCH] Scrobble --- scrobble/.env.example | 6 ++++-- scrobble/docker-compose.yml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scrobble/.env.example b/scrobble/.env.example index 88f614c..eadde61 100644 --- a/scrobble/.env.example +++ b/scrobble/.env.example @@ -1,6 +1,8 @@ LZE_TOKEN= JELLYFIN_APIKEY= -JELLYFIN_USER= MALOJA_API_KEY= SPOTIFY_CLIENT_ID= -SPOTIFY_CLIENT_SECRET= \ No newline at end of file +SPOTIFY_CLIENT_SECRET= +PLEX_TOKEN= +LASTFM_API_KEY= +LASTFM_SECRET= \ No newline at end of file diff --git a/scrobble/docker-compose.yml b/scrobble/docker-compose.yml index 3596dd8..83f44dd 100644 --- a/scrobble/docker-compose.yml +++ b/scrobble/docker-compose.yml @@ -19,8 +19,11 @@ services: - 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 + - PLEX_URL=https://plex.shoebottom.ca - MALOJA_URL=http://maloja:42010 - SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback + - JELLYFIN_USER=Isaac # filter by user + - PLEX_USERS_ALLOW=IsaacShoebottom # filter by user - 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