blind-oracle / transmission-trackers

Script to automatically add trackers from a list to all torrents in Transmission
115 stars 28 forks source link

Automatically Reannounce Torrent & Cronjob Support #19

Closed mehulboricha closed 3 months ago

mehulboricha commented 3 months ago

Hey,

I noticed that whenever new trackers are added the torrent is not announced immediately. It shows "Announce Not Scheduled" for around 20-30 minutes. Instead I used the inbuilt function of transmissionrpc library that allows the reannouncement. I have added a delay of 1 second once the trackers are added. It is working fine, I have been using it since about a week. It would be a good addition to this repo.

Another commit is related to automating the trackers addition using cronjob. I have been using 2 instances of Transmissions, one directly on the raspberry pi and another one in a docker container. Both does not run 24x7 but when they are running this script will execute at decided interval (in my case 15 minutes) and add the trackers. I have also added the usage in the readme file.

Thank You