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.
What is Cardigann?
Cardigann is a generic indexer definition format that describes how to interact with torrent/usenet indexers. It was originally developed for Jackett and is now used by Prowlarr as well.
Mydia includes a native Cardigann implementation, allowing you to use hundreds of indexers directly without running a separate indexer manager.
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
- RARBG (mirrors)
- YTS
- And others...
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 > Indexers
- 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.
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
When to Use Prowlarr/Jackett
Consider using Prowlarr or Jackett instead if:
- You need more reliable indexer support
- You require specific indexers that don't work with Cardigann
- You want centralized indexer management
- You need advanced features like sync
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
Architecture
For technical details about the Cardigann implementation, see the Cardigann Architecture documentation.