An automatic tracker addition service for Transmission 4.0 on Linux. this is inspired by transmission-trackers. This project is utilizing the new version of Transmission feature which allows you to add default trackers in the settings.
You need the following dependencies to install this project:
- Transmission 4.0 or higher
- Python 3
To install, run:
sudo make install
To start the service, run:
sudo make enable_service
To uninstall, run:
sudo make uninstall
This project is licensed under the MIT License - see the LICENSE file for details.