Cardigann Indexers
Mydia includes built-in Cardigann indexer support, allowing direct indexer connections without Prowlarr or Jackett.
Experimental Feature
Cardigann support is highly experimental. Only a limited number of indexers have been tested. If you encounter issues, please report them on GitHub.
Cardigann is the community indexer definition format from Jackett, also used by Prowlarr. Mydia reads those definitions natively, so you can point it at trackers without running a separate indexer manager.
For why Mydia ships its own engine and what that trades away, see Why Mydia ships its own indexer implementation. The short version: use Prowlarr or Jackett when reliability matters more than running fewer services.
Enabling Cardigann
Cardigann is enabled by default:
To disable:
Supported Indexers
Mydia includes definitions for many popular indexers. However, only a subset have been thoroughly tested.
Tested Indexers:
- 1337x
- YTS
Untested but Included:
Many more indexer definitions are included but haven't been verified. They may work, have issues, or not work at all.
Configuration
Adding a Cardigann Indexer
- Navigate to Admin > Configuration, then the Indexers tab
- Click Add Indexer
- Select the indexer from the Cardigann list
- Enter required credentials (if applicable)
- Test and save
Indexer Settings
Each indexer may have specific settings:
- Username/Password
- API Key
- Cookie authentication
- Site-specific options
Refer to the indexer's requirements in the Admin UI.
FlareSolverr Integration
Some indexer sites are protected by Cloudflare or similar anti-bot services. You can use FlareSolverr to bypass these challenges automatically.
Setup
- Run a FlareSolverr instance (e.g., via Docker)
- Configure the following environment variables:
FLARESOLVERR_URL=http://flaresolverr:8191
# FLARESOLVERR_ENABLED is auto-enabled when URL is set
# FLARESOLVERR_TIMEOUT=60000
# FLARESOLVERR_MAX_TIMEOUT=120000
See Environment Variables for the full reference.
Limitations
Known Issues
- Some indexers may not parse results correctly
- Authentication may fail on some sites
- Rate limiting varies by indexer
- CAPTCHA challenges not supported
Troubleshooting
Search Returns No Results
- Test the indexer connection
- Check if the site is accessible
- Verify credentials if required
- Check application logs for errors
Authentication Errors
- Verify credentials are correct
- Some sites require manual cookie refresh
- Check if site requires 2FA (not supported)
Rate Limiting
- Reduce search frequency
- Add delay between requests
- Consider using fewer indexers
Reporting Issues
When reporting Cardigann issues:
- Include the indexer name
- Describe the expected vs. actual behavior
- Include relevant log entries
- Specify if it works with Prowlarr/Jackett
Next Steps
- Indexers - Prowlarr, Jackett, and NZBHydra2 setup
- How a Title Becomes a File - Why Mydia has a native Cardigann engine at all, and what it trades away