Self-hosted music discovery for Lidarr. Connect your services, subscribe to playlists and charts, and let new artists flow into your library.
Works with your favorite services
Plus AI recommendations via OpenAI, Anthropic, or Ollama
Lidarr is great at downloading music, but finding new artists is manual work. You're constantly switching between Spotify, Last.fm, and charts to find what's new. Mixarr is the missing Lidarr companion in your *arr stack.
Connect your music services and set up subscriptions that run on schedule. Subscriptions pull artists from your Spotify playlists, Last.fm recommendations, and global charts—then send them straight to Lidarr. Free, open-source, and self-hosted with Docker.
Connect Spotify, TIDAL, Deezer, Last.fm, Plex, MusicBrainz, and ListenBrainz. Pull from playlists, charts, and recommendations.
Ask your AI provider for recommendations based on your Lidarr library. Works with OpenAI, Anthropic, or self-hosted Ollama.
39 subscription types run on schedule. Discover Weekly, Release Radar, global charts, and more—all feeding your review queue.
Subscription results feed directly into Lidarr. Review new artists before import, or auto-add them. Your library grows while you sleep.
Click any image to enlarge
git clone https://github.com/aquantumofdonuts/mixarr.git
cd mixarr
git checkout latest
cp .env.example .env
docker compose up -d --build
# Access at https://your-ip:3443
docker run -d \
--name mixarr \
-p 3443:443 \
-v ~/mixarr-data:/data \
-e SESSION_SECRET="$(openssl rand -hex 32)" \
-e FRONTEND_URL="https://YOUR-IP:3443" \
-e BASE_URL="https://YOUR-IP:3443" \
ghcr.io/aquantumofdonuts/mixarr:latest
Coming Soon
Requirements: Docker, Docker Compose, Lidarr instance
View Full Documentation