The best in open-source music discovery.

Personalized recommendations, Spotify playlist imports, and custom weekly playlists for the Lidarr-based music stacks.

Aurral discover page

Multiple ways to listen.

Monitor artists and full albums, build static playlists for single tracks, or run multiple flows shaped by your library and listening history.

Artists & albums

Use Lidarr to monitor artists, track releases, and pull full albums into your library.

Static playlists

Create or import fixed playlists when you want exact tracks, not rotating picks.

Flows

Spin up multiple automated flows built from your own library and listening history.

Built for the stack self-hosters already trust.

Keep your server. Add a real discovery layer.

Flow pipeline discover-weekly
01
Discover

Score artists against your library, listening context, and trends.

02
Download

Queue tracks through Soulseek with retry logic for playlist and flow behavior.

03
Listen

Refresh static playlists or weekly flows and surface them in Navidrome.

One interface from recommendation to playback.

Cut out the messy middle of your music stack.

  • See library state before you request.
  • Track requests, downloads, and imports in one place.
  • Run weekly flows and static playlists side by side.
  • Import Spotify playlists with the built-in converter.

Open source. Docker first. Fast to test.

Start it, connect your stack, and see the difference quickly.

~/media/aurral
$ docker compose up -d
Starting aurral ... done
$ open http://localhost:3001
Connect Lidarr, Last.fm, and your download path.
$ import your first playlist
Aurral is ready
MIT
License
Library-aware
Recommendations
...
GitHub stars
Flows + playlists
Two discovery modes
services:
  aurral:
    image: ghcr.io/lklynet/aurral:latest
    restart: unless-stopped
    ports:
      - "3001:3001"
    environment:
      - DOWNLOAD_FOLDER=${DL_FOLDER:-./data/downloads}
    volumes:
      - ${DL_FOLDER:-./data/downloads}:/app/downloads
      - ${STORAGE:-./data}:/app/backend/data

Your library deserves a real discovery engine.

Run Aurral locally and upgrade from storage to discovery.