forked from ngovil21/Plex-Cleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cleaner.conf.default
85 lines (85 loc) · 1.74 KB
/
Cleaner.conf.default
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"test": true,
"Host": "127.0.0.1",
"Port": "32400",
"SectionList": [],
"IgnoreSections": [],
"LogFile": "",
"LogFileMode": "",
"trigger_rescan": false,
"EmailLog": false,
"EmailServer": "",
"EmailServerPort": 0,
"EmailServerUseTLS": false,
"EmailUsername": "",
"EmailPassword": "",
"EmailRecipient": "",
"Token": "",
"Username": "",
"Password": "",
"Shared": false,
"DeviceName": "",
"RemoteMount": "",
"LocalMount": "",
"plex_delete": false,
"similar_files": false,
"cleanup_movie_folders": false,
"minimum_folder_size": 30,
"default_episodes": 0,
"default_minDays": 14,
"default_maxDays": 0,
"default_action": "flag",
"default_watched": true,
"default_progressAsWatched": 0,
"default_location": "",
"default_onDeck": true,
"default_homeUsers": "",
"default_ignoreFolders": [
"/path/to/ignore/folder1",
"/path/to/ignore/folder2"
],
"ShowPreferences": {
"Show 1": {
"onDeck": true,
"maxDays": 30,
"minDays": 10,
"episodes": 3,
"location": "/path/to/folder",
"action": "delete",
"watched": true
},
"Show 2": {
"onDeck": false,
"maxDays": 30,
"minDays": 10,
"episodes": 0,
"location": "/path/to/folder",
"action": "delete",
"watched": false
},
"Show 3": {
"action": "keep"
}
},
"MoviePreferences": {
"action": "keep",
"location": "",
"minDays": 21,
"onDeck": true,
"watched": true
},
"Profiles": {
"Profile 1": {
"onDeck": true,
"maxDays": 30,
"minDays": 10,
"homeUsers": "",
"episodes": 3,
"location": "/path/to/folder",
"action": "delete",
"watched": true
}
},
"Version": 1.95,
"Client_ID": ""
}