Skip to content

Indexers

Indexers are the search sources Narratorr queries to find audiobook releases. You can configure multiple indexers — Narratorr searches them all simultaneously and combines the results.

Go to Settings > Indexers to add, edit, or remove indexers.

If you already use Prowlarr to manage your indexers, you can let Prowlarr push them into Narratorr automatically instead of configuring each one manually. Narratorr exposes a Readarr-compatible API surface, so Prowlarr treats Narratorr as a Readarr application and syncs its Torznab/Newznab indexers in.

  1. In Prowlarr, go to Settings > Apps and add a new application of type Readarr
  2. Point the Prowlarr Server and Readarr Server fields at Narratorr’s base URL (e.g., http://narratorr:3000)
  3. Paste Narratorr’s API key (found in Narratorr under Settings > Security) into the API Key field
  4. Set the sync level and click Test, then Save

Once Prowlarr is set up, it pushes your Torznab and Newznab indexers into Narratorr on its own schedule. Synced indexers appear in Settings > Indexers with a Managed by Prowlarr badge and read-only API URL/Key fields.

A website scraper that searches AudioBookBay directly for torrent/magnet links.

FieldDescription
HostnameAudioBookBay domain (changes frequently due to domain rotation)
Page LimitMaximum number of search result pages to scrape
FlareSolverr URLOptional. Required if Cloudflare blocks direct access. See Troubleshooting.

The standard API for torrent indexers, supported by Jackett, Prowlarr, and many private trackers.

FieldDescription
API URLThe Torznab API endpoint (e.g., http://jackett:9117/api/v2.0/indexers/mam/results/torznab/)
API KeyAuthentication key from your indexer or Jackett/Prowlarr
FlareSolverr URLOptional. Only needed if the indexer requires Cloudflare bypass.
  1. Open Jackett’s UI
  2. Find your indexer and click the Copy Torznab Feed button
  3. The URL includes the API key as a query parameter

Torznab is the recommended approach for most private trackers.

Narratorr has a dedicated adapter for MyAnonamouse, one of the largest private audiobook trackers. While MAM can be accessed through Prowlarr as a Torznab indexer, the native adapter provides optimized search with MAM’s category system.

FieldDescription
MAM IDYour personal MAM session ID (found in your browser cookies after logging in)
Attempt to use wedges when downloadingNever (default) or Prefer. When set to Prefer, Narratorr appends a server-side freeleech flag at download time so MAM spends a personal freeleech wedge on torrents that aren’t already freeleech.
Base URL (optional)Only change if using a custom MAM mirror (defaults to https://www.myanonamouse.net).

Once you enter a valid MAM ID, Narratorr probes MAM and displays your account status — username, class, VIP status, available wedges, and exit IP — so you can confirm the session is working before saving.

The standard API for Usenet indexers (NZBgeek, DogNZB, etc.).

FieldDescription
API URLThe Newznab API endpoint (e.g., https://api.nzbgeek.info)
API KeyYour indexer’s API key, found in your account settings
FlareSolverr URLOptional. Only needed if the indexer requires Cloudflare bypass.

After adding an indexer, always click Test to verify:

  • The URL is reachable
  • The API key is valid
  • Results come back for a sample query

If the test fails, see Troubleshooting > Indexer test fails.