Mixarr v1.0.0 - Initial Public Release
Mixarr is a music discovery and library management companion for Lidarr. It connects to your favorite music services to find new artists and automatically adds them to your collection.
Features
Music Service Integrations
- Spotify - Full OAuth: followed artists, playlists, Discover Weekly, Release Radar, Daily Mix, new releases
- TIDAL - Full OAuth: followed artists, playlists, discovery mixes, new arrivals
- Deezer - Public API: charts, genre browsing, artist search
- Last.fm - API: global/country charts, genre tags, geographic artists, scrobble history, similar artists
- MusicBrainz - New release discovery and metadata
- ListenBrainz - Top artists, recommendations, similar users
- Plex/Tautulli - Similar artists based on your Plex listening history
AI-Powered Discovery
- Natural language artist recommendations
- OpenAI, Anthropic, and Ollama support
- "Find artists like Radiohead but more electronic" style queries
39 Subscription Types
Automated discovery from charts, playlists, recommendations, and more across all services. Run on schedule or manually.
Review Queue
Discovered artists land in your review queue for approval before being added to Lidarr. Preview artist details, albums, and make informed decisions.
Library Health
- Analyze your Lidarr library for missing metadata
- Find artists without albums, posters, bios, or genres
- Bulk metadata enrichment from Last.fm, Deezer, Discogs
- Duplicate artist detection
Universal Search
Search across Lidarr, Spotify, TIDAL, Deezer, Last.fm, and MusicBrainz from one interface.
Additional Features
- Multi-user support with admin/user roles
- SSO authentication (Google OAuth, SAML 2.0, Plex)
- PWA support - installable, works offline
- Label browsing - click any label to see all artists
- Notifications via Discord and generic webhooks
- Background jobs with real-time progress via WebSocket
- Docker deployment with Caddy reverse proxy for HTTPS
Docker Quick Start
git clone https://github.com/aquantumofdonuts/mixarr.git
cd mixarr
git checkout v1.0.0
cp .env.example .env
docker compose up -d --buildAccess at https://your-ip:3443
Requirements
- Docker & Docker Compose
- Lidarr instance with API access
Acknowledgments
Built for the *arr ecosystem community. Feedback and contributions welcome!