Skip to content

Multi-tracker

The bot can upload the same content to a single tracker or to every tracker configured in MULTI_TRACKER (configuration).

-tracker — one specific tracker

unit3dup -tracker ptt -u "/path/movie.mkv"

Uploads only to the given tracker. The name must be in the MULTI_TRACKER list, otherwise:

Tracker 'xyz' not found. Please update your configuration file

Without -tracker, the bot uses the first tracker in the list — this also applies to all search commands.

-mt — all trackers

unit3dup -mt -u "/path/movie.mkv"

Uploads to all the trackers in MULTI_TRACKER, one after the other: for each it builds the torrent with the right announce URL, uploads it and starts seeding.

On startup the bot checks that every tracker responds:

Tracker -> 'ITT' Online
Tracker -> 'PTT' Online

Every tracker needs its PID

Each tracker in MULTI_TRACKER must have both *_APIKEY and *_PID configured: without the PID the bot exits with -> No PID value. If you don't use a tracker, remove it from the list.