forked from tnychn/torrodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.torgo.json
26 lines (26 loc) · 1.1 KB
/
example.torgo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"__comment":"Set a temporary directory for downloads etc - remove line or rename to _Datadir to use default windows temp dir",
"DataDir": "T:/temp",
"__comment":"Set a limit for results",
"ResultsLimit": 100,
"__comment":"Torrent port to use",
"TorrentPort": 34343,
"__comment":"This is the port used for the local server that allows you to access the video from the video player",
"HostPort": 35355,
"__comment":"Proxy to use for requests",
"Proxy": "https://127.0.0.1:31337",
"__comment":"Set limit for connections to currently running torrent",
"EstablishedConnsPerTorrent": 35,
"__comment":"Set limit for allowable half open connections",
"HalfOpenConnsPerTorrent": 25,
"__comment":"Set limit for total allowable half open connections",
"TotalHalfOpenConns": 50,
"__comment":"Set EZTV cookie - currently not implemented",
"eztv_cookie": "0odhb6e5o8fuhpk5rvgmpovdhk",
"__comment":"Set EXT cookie - currently not implemented",
"ext_cookie": "46f7245221c3a26",
"__comment":"Custom flags to pass to mpv player",
"mpv_params": "--profile=movie-flask",
"__comment":"Enable debug messages",
"Debug": false
}