forked from Inrixia/Floatplane-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
60 lines (60 loc) · 1.36 KB
/
settings.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
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
52
53
54
55
56
57
58
59
60
{
"version": "4.6.3",
"videoFolder": "./videos/",
"maxVideos": 5,
"maxParallelDownloads": -1,
"repeatScript": "false",
"extras": {
"downloadArtwork": true,
"artworkFormat": "png",
"saveNfo": false
},
"fileFormatting": {
"formatWithEpisodes": true,
"formatWithDate": false,
"formatWithSubChannel": true,
"yearsAsSeasons": false,
"monthsAsSeasons": false,
"ignoreFolderStructure": false,
"countFromOne": false
},
"ffmpeg": true,
"downloadUpdateTime": 250,
"checkForNewSubscriptions": true,
"TheWANShow": {
"enabled": false,
"audio": {
"quality": "highest",
"saveSeperately": false
},
"video": {
"quality": "highest",
"saveSeperately": false
},
"combineAndSaveAudioVideo": true,
"downloadThreads": 5,
"downloadArtwork": true
},
"subscriptions": {},
"autoFetchServer": true,
"floatplaneServer": "https://edge01-na.floatplane.com",
"video_res": 1080,
"logging": false,
"logFile": "./float.log",
"plexSection": "0",
"remotePlexUpdates": {
"enabled": false,
"serverIPAddr": "",
"serverPort": 32400,
"plexToken": ""
},
"localPlexUpdates": {
"enabled": false,
"plexScannerInstall": "C:/Program Files (x86)/Plex/Plex Media Server/Plex Media Scanner.exe"
},
"user": "",
"password": "",
"key": "",
"cookie": [],
"cookies": {}
}