Add listenbrainz client

This commit is contained in:
2025-12-12 16:38:14 -04:00
parent b34aeeb192
commit a74fafdc8c
2 changed files with 3 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ SPOTIFY_CLIENT_ID=<id>
SPOTIFY_CLIENT_SECRET=<secret>
PLEX_TOKEN=<plextoken>
LASTFM_API_KEY=<key>
LASTFM_SECRET=<secret>
LASTFM_SECRET=<secret>
LZ_TOKEN=<listenbrainztoken>

View File

@@ -24,6 +24,7 @@ services:
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
- JELLYFIN_USER=Isaac # filter by user
- PLEX_USERS_ALLOW=IsaacShoebottom # filter by user
- LZ_USER=IsaacDaybreak
- 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