multi-scrobbler review 2026: how this open-source, self-hosted scrobbling tool syncs listening history to Last.fm and ListenBrainz, plus setup and features.
Category
Media & Audio/Video Tools
Pricing
Open Source, from Free
Verified
Not yet
Last updated
July 18, 2026
APIOpen SourceSelf-Hosted
Overview
multi-scrobbler is an open-source, self-hosted tool built by developer FoxxMD to solve a common problem for people who listen to music across many different apps and devices: keeping a single, accurate scrobble history on services like Last.fm or ListenBrainz. Instead of installing a separate scrobbling plugin for every player, multi-scrobbler runs as one background service that talks directly to the APIs of each listening source.
The project is commonly deployed via Docker and is popular within the self-hosted home media community, often running alongside servers like Jellyfin, Plex, or Navidrome to fill in scrobbling functionality those platforms lack natively.
Key Features
multi-scrobbler connects to a range of Sources, including Spotify, Plex, Jellyfin, Navidrome, and YouTube Music, and forwards listening activity to Clients such as Last.fm, ListenBrainz, and the self-hosted Maloja scrobble tracker. Because it talks directly to service APIs, it captures plays regardless of which app or device was used.
The tool includes a web dashboard for reviewing scrobble history, status, and logs, plus monitoring options like webhook alerts, healthcheck endpoints, and Prometheus metrics. It can also clean up and correct scrobble metadata using pattern matching or MusicBrainz lookups for more accurate artist and track data.
Pricing
multi-scrobbler is completely free and open-source software released under the MIT license, with no paid tiers or subscription plans. Users self-host it on their own hardware or server, most commonly via a Docker container.
As a single-maintainer open-source project, development is community and volunteer-driven rather than commercially funded, and there is no official company or paid support offering behind it.
Key Features
Multi-Source Scrobble Capture — Connects directly to APIs of sources like Spotify, Plex, Jellyfin, Navidrome, and YouTube Music to capture listening activity.
Multi-Client Scrobbling — Sends captured scrobbles to multiple destinations simultaneously, including Last.fm, ListenBrainz, and Maloja.
Web Dashboard — A built-in interface shows scrobble status, history, and system logs for monitoring activity.
Monitoring Integrations — Supports webhook notifications via Gotify, Ntfy, and Apprise, plus healthcheck endpoints and Prometheus metrics.
Scrobble Metadata Correction — Cleans up and corrects track and artist metadata using pattern matching or MusicBrainz database lookups.
Docker Deployment — Ships as a Docker image for easy self-hosted deployment on x86 and ARM systems, alongside a Node.js install option.
Direct API Integration — Communicates directly with service APIs rather than relying on per-app plugins, capturing plays across any device.
Self-Hosted Data Control — Keeps listening data under the user's own control since the tool and its logs run entirely on infrastructure the user manages.
Pros & Cons
Pros
Unifies scrobbling from many different music sources into one self-hosted tool
Free and open source under the MIT license with no subscription cost
Direct API integration means it captures listening regardless of the device or app used
Built-in dashboard and monitoring integrations make it easy to verify it is working correctly
Metadata correction via MusicBrainz improves scrobble accuracy for messy track data
Cons
Requires self-hosting knowledge and infrastructure such as Docker to deploy
No official company support; help comes from GitHub issues and community documentation
Initial configuration of multiple sources and clients can require careful API credential setup
Smaller user base than mainstream scrobbling apps means fewer third-party tutorials
Depends on the continued availability and API stability of each connected music service
Pricing
Open Source (Self-Hosted) Free N/A
Frequently Asked Questions
What does multi-scrobbler do?
multi-scrobbler is a self-hosted tool that captures your music listening activity from multiple sources like Spotify, Plex, and Jellyfin and scrobbles it to services like Last.fm and ListenBrainz.
Is multi-scrobbler free?
Yes, multi-scrobbler is free and open-source software released under the MIT license, with no paid tiers.
How is multi-scrobbler deployed?
It is most commonly deployed as a Docker container, though it can also be run locally using Node.js.
What services can multi-scrobbler scrobble to?
It can send scrobbles to Last.fm, ListenBrainz, and the self-hosted Maloja scrobble tracker.
Why would I use multi-scrobbler instead of a single app's built-in scrobbler?
multi-scrobbler consolidates scrobbling from many different sources and apps into one place, so you do not need a separate plugin or extension for every platform you listen on.
Who maintains multi-scrobbler?
multi-scrobbler is developed and maintained by FoxxMD as an open-source project on GitHub.