Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 4.38 KB

README.md

File metadata and controls

95 lines (67 loc) · 4.38 KB

bittorrent-tracker-editor will add/remove bittorrent tracker from the torrent file(s). This software works on Windows XP SP3, Windows 7+, macOS and Linux.


Code Status:

Build Status for Windows, macOS and Linux build.


Warning:

There is no backup function in this software. Used it at your own risk. Bittorrent work fine without this program. You probably don't need this software.


Which program to use for add/remove bittorrent trackers?

  • Edit one torrent file: You can use https://torrenteditor.com/
  • Edit multiple torrent file: Use this program. It is made for changing multiple torrent files.

Features:

  • Select one torrent file or a folder with torrent files.
  • Add one or more tracker at the same time.
  • Remove one or more tracker at the same time.
  • Remove all the tracker to create tracker less torrent. DHT torrent
  • Change public/private flag. Warning: This will change the torrent info HASH.
  • Preset add/remove tracker via add_trackers.txt and remove_trackers.txt files when present in the same folder as the executable file.
  • Optional start as console program. (See readme.txt inside download)
  • Show torrent files content.

Downloads:


Software version

1.32.0.RC.4

  • ADD: Add more options for updating the torrent tracker list. (Issue 8)
  • ADD: Add trackers but keep the original unique trackers list instact. (Issue 12)
  • FIX: Trackers with https (Issue 9)
  • FIX: Read torrent file with string size langer that 1MB (Issue 10)
  • FIX: Give user a warning when torrent file is read only file. (Issue 14)
  • FIX: Give user a warning when torrent file update failed. (Issue 15)

1.31

  • Add: Edit comment in data/info grid column.
  • FIX: (Issue 6)

1.30

  • Add: Tab page Files/trackers/info
  • Add: Optional start as console program. (See readme.txt inside download)
  • Add: remove_trackers.txt will remove specific trackers form torrent.
  • Add: export_trackers.txt is created after updating the torrent.
  • Add: drag and drop of trackers file (with '.txt' file extension)
  • FIX: (Issue 4) + (Issue 5)

1.21

  • FIX: Support for Unicode in filename. (Chinese etc.)

1.20

  • Add: Tab page torrent info/data.
  • Add: Drag & Drop torrent files or a folder with torrent files inside.

1.10

  • Add: Tab page for public/private flag. (Issue 1)
  • Add: Load tracker list from file via menu or at start-up, when file add_trackers.txt is present in the same folder as the executable file.

1.00

  • First release

This screen shot show the program, after a folder is selected with 97 torrent files inside. The normal procedure is to deselect the trackers that no longer working. Optionally add your own trackers. And press the 'Update torrent'



License:

bittorrent-tracker-editor is released under MIT License


This program is developed using Lazarus RAD and Free Pascal compiler.