Indexers
Indexer settings are configured in the [indexers] section of your config.toml file. MediaManager supports both Prowlarr and Jackett as indexer providers.
Prowlarr ([indexers.prowlarr])
[indexers.prowlarr])enabledSet totrueto enable Prowlarr. Default isfalse.urlBase URL of your Prowlarr instance.api_keyAPI key for Prowlarr. You can find this in Prowlarr's settings under General.timeout_secondsTimeout in seconds for requests to Prowlarr. Default is60.
Symptoms of timeouts are typically no search results ("No torrents found!") in conjunction with logs showing read timeouts.
Jackett ([indexers.jackett])
[indexers.jackett])enabledSet totrueto enable Jackett. Default isfalse.urlBase URL of your Jackett instance.api_keyAPI key for Jackett. You can find this in Jackett's dashboard.indexersList of indexer names to use with Jackett.timeout_secondsTimeout in seconds for requests to Jackett. Refer to the Prowlarr section for details.
Example Configuration
Last updated