-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathshift.json
More file actions
51 lines (51 loc) · 1.9 KB
/
shift.json
File metadata and controls
51 lines (51 loc) · 1.9 KB
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
43
44
45
46
47
48
49
50
51
{
"confirmCheck": false,
"confirmRemove": false,
"confirmStartAll": true,
"confirmStopAll": false,
"confirmTrash": true,
"contentMagic": false,
"dark": false,
"deleteTorrentLabelByKey": true,
"fileLink": "/secret/${torrent.downloadDir}/",
"fileLinkEnabled": false,
"folderLink": "/secret/${torrent.downloadDir}/",
"folderLinkEnabled": false,
"incompleteFileLink": "/secret/${session.incomplete-dir}/",
"incompleteFileLinkEnabled": false,
"incompleteFolderLink": "/secret/${session.incomplete-dir}/",
"incompleteFolderLinkEnabled": false,
"labelMaticEnabled": false,
"labelMaticRules": [
[ "name", [ "Indiana.Jones" ], [ "Action", "Adventure" ] ],
[ "downloadDir", [ "anime" ], [ "Animation", "Anime" ] ]
],
"labels": [
"Action", "Adventure", "Animation", "Anime", "Art", "Book", "Comedy",
"Comic", "Crime", "Drama", "Detective", "Fantasy", "Food", "Game",
"Gameshow", "History", "Horror", "Movie", "Music", "Musical", "Nature",
"Romance", "Sci-fi", "Software", "Sport", "Talkshow", "Thriller", "TV",
"War", "Western", "XXX"
],
"localStorageEnabled": false,
"mimeTypeIconTemplate": "https://raw.githubusercontent.com/eagerterrier/MimeTypes-Link-Icons/master/images/${file}-icon-64x64.png",
"minSeeders": 8,
"notificationLevel": 0,
"pasteMagnet": false,
"paths": [],
"pathsPersistent": false,
"registerMagnetHandler": false,
"replaceMagnet": true,
"screenshotMode": false,
"showExitMessage": false,
"showSpeedTitle": false,
"soundEnabled": false,
"soundDone": "",
"soundVolume": 0.1,
"styleSheet": [ "shift.css", "base.css", "terminal.css", "touch.css" ],
"torrentLink": "/secret/torrents/",
"torrentLinkEnabled": false,
"torrentLinkTemplate": "wget \"${shift.torrentLink}${torrent.hashString}.torrent\" -O \"${torrent.name}.torrent\"",
"torrentLinkTemplateEnabled": false,
"trackers": "udp://tracker.torrent.eu.org:451/announce"
}