Skip to content

v2.11.0 — Command-line / headless mode

Choose a tag to compare

@Guillain-RDCDE Guillain-RDCDE released this 10 Aug 06:20

Automate Seedforger: the same proven announce engine now runs with no window, so it scripts cleanly (cron, CI, a server).

  • Headless seeding: Seedforger.exe --cli -t movie.torrent -u 800 --duration 120
  • Dry-run one announce: Seedforger.exe --test-announce -t movie.torrent --client qBittorrent
  • Full flag set for torrent/magnet, client + version, upload/download, seeder/leecher, connection profile, proxy (SOCKS/HTTP), believability toggles, duration, and --list-clients. See --help or docs/cli.md.
  • Exit codes for scripting (0 ok, 1 error/rejection, 2 usage).

Also: the README screenshot now shows the new interface. 108 tests green.