Keep a complete, centralized record of your music listening habits regardless of the platform or device you use. This dockerized application connects directly to service APIs, eliminating the need for browser extensions or dedicated mobile apps. By monitoring your activity from various sources like Spotify, Plex, and YouTube Music, it automatically forwards your plays to destinations such as Last.fm and ListenBrainz.
Key Features:
services:
multi-scrobbler:
image: foxxmd/multi-scrobbler:latest
container_name: multi-scrobbler
ports:
- 9078:9078
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# Configuration is primarily handled via the config.json file in the ./config directory.
# You can override settings using environment variables here if needed (e.g. MS_DEBUG=true).Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago