qbittorrent-tracker-editor is a script designed to update a specified part of all trackers when it receives a webhook from an application in the *arr suite giving the indexer name.
The script listens for the update_tracker webhook.
- Automatically updates the specified tracker.
- Handles indexer names that may contain the " (Prowlarr)" part, removing it as needed.
- Configure your *arr application to send the
update_trackerwebhook to the script. - Ensure the indexer name is correctly specified, even if it includes " (Prowlarr)".
You can either build the image yourself or use the pre-built image from the Github Packages registry.
Using the docker-compose file, edit the environment variables to match your setup and run docker-compose up -d.
When the script receives the update_tracker webhook, it will process the indexer name and update the tracker accordingly.
This project is licensed under the MIT License.