Skip to content

Profiles

Kevin Zhang edited this page Apr 21, 2019 · 3 revisions

Dottorrent-gui supports the import and export of profiles, which makes it easy for users to easily create torrents using different trackers and settings. Dottorrent-gui profiles are simple JSON files, of which a specification is provided below. Operators of BitTorrent trackers and communities can also use this specification to generate preconfigured tracker profiles for their users.

{
    "trackers": ["list", "of", "strings"],
    "web_seeds": ["list", "of", "strings"],
    "exclude": ["list", "of", "strings"],
    "private": true,
    "source": "string",
    "compute_md5": false
}

exclude refers to filename exclusion patterns; source refers to the optional source string to be embedded in the torrent file.

Clone this wiki locally