-
Notifications
You must be signed in to change notification settings - Fork 19
/
ptpapi.conf.example
42 lines (34 loc) · 1.03 KB
/
ptpapi.conf.example
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[Main]
# The base URL to use when making HTTP calls
#baseURL=https://passthepopcorn.me/
# Where cookies are stored from the site, to reduce the necessary number of logins
#cookiesFile=~/.ptp.cookies.txt
# The directory to download any .torrent files to (the . means download to the current directory)
#downloadDirectory=.
# A filter to select a torrent automatically from a movie
# See the README for more information
#filter=
[PTP]
# Your ApiUser value
ApiUser=
# Your ApiKey value
ApiKey=
## Deprecated
# Your site username
#username=
# Your site password
#password=
# Your passkey (can be found on upload.php, it's that random string of number and letters inside the announce URL)
#passkey=
[Reseed]
# The action to use when creating new files to seed
# hard = hard links, soft = symlinks
#action=hard
# Where to create any new files
# Defaults to the same directory as where the reseed match was found
#createInDirectory=
# The methods to use when searching for a file, in order
# Available methods:
# * filename
# * title
#findBy=filename,title