Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Bash script for adding trackers to a torrent.

Notifications You must be signed in to change notification settings

DontBeAPadavan/add_trackers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Get more trackers

See no peers for some torrent(s)? Add more tracker(s) from torrentz.eu.

Installation

  • Install Entware,
  • Install necesary packages:
opkg install transmission-remote-openssl
  • Download script and make it executable:
wget --no-check-certificate -O /opt/bin/add_trackers.sh https://raw.githubusercontent.com/DontBeAPadavan/add_trackers/master/add_trackers.sh
chmod +x /opt/bin/add_trackers.sh

Usage

Run script to add some more trackers for active torrents:

/opt/home/admin # add_trackers.sh
Processing torrent #56...
No additional trackers found, sorry.
Processing torrent #77...
adding trackers for 03691e7963a838cc2555fb357a1aaef0c0037b82...
* http://www.opentrackr.org/announce... failed.
* http://mgtracker.org:2710/announce... failed.
Processing torrent #88...
No additional trackers found, sorry.
Processing torrent #94...
adding trackers for 620c571308ee3d4b3f3f0811aaef0c45361b29a5...
* http://www.opentrackr.org/announce... done.
* http://tracker.bittorrent.am/announce... done.
* http://retracker.krs-ix.ru:80/announce... done.
* http://mgtracker.org:2710/announce... done.
* http://explodie.org:6969/announce... done.

Don't be confused with failed message. In most cases, it means tracker(s) already added and/or exists in current torrent.

About

Bash script for adding trackers to a torrent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%