-
-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
Addarr is a Telegram bot that integrates with Sonarr and Radarr, allowing you to manage your media library through Telegram commands.
No, Addarr works with either Sonarr or Radarr independently. You can enable or disable either service in the configuration.
Yes, Addarr is completely free and open source under the MIT license.
- Python 3.7+
- Sonarr and/or Radarr
- Telegram account
- Docker (optional)
Yes, you can add multiple admin users in config.ini using the additional_admins setting.
- Docker: Pull the latest image and restart the container
- Manual: Pull from Git and restart the application
Common reasons:
- Bot not running
- Incorrect Telegram token
- User not authorized
- Network issues
No, searches must be done one at a time.
Possible reasons:
- Different title spelling
- Not available in Sonarr/Radarr databases
- Search term too vague
Set debug = true in config.ini and restart Addarr.
- Docker: Use
docker logs addarr - Manual: Check the application directory
Your Telegram user ID must be added to config.ini as an admin.
Yes, use https:// in your Sonarr/Radarr host URLs.
Yes, but each needs its own:
- Config file
- Telegram bot token
- Port (if running locally)
Yes, configure quality profiles in config.ini to match your Sonarr/Radarr settings.
- Fork the repository
- Create a feature branch
- Submit a pull request
- Report bugs and suggest features
Create an issue on the GitHub repository.
Check the repository's README and CONTRIBUTING files for development guidelines.