forked from StudioNirin/PlexCache-D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplexcache_settings (ReduxExample).json
More file actions
executable file
·78 lines (78 loc) · 1.99 KB
/
Copy pathplexcache_settings (ReduxExample).json
File metadata and controls
executable file
·78 lines (78 loc) · 1.99 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
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
{
"PLEX_URL": "http://192.168.0.188:32400/",
"PLEX_TOKEN": "z-GgLkL5ifrHkk-3MAFT",
"plex_source": "/media/movies/",
"plex_library_folders": [
"movies-dad",
"movies-4k",
"movies",
"movies-anime4k",
"movies-anime",
"series-anime",
"series-dad",
"series4k",
"series",
"series-animated"
],
"valid_sections": [
2,
1,
6,
5,
3,
4
],
"number_episodes": 5,
"days_to_monitor": 99,
"watchlist_toggle": true,
"watchlist_episodes": 1,
"watchlist_cache_expiry": 6,
"users_toggle": true,
"users": [
{
"title": "Frank Grimes",
"token": "hf893h9fh3f",
"is_local": false,
"skip_ondeck": false,
"skip_watchlist": false
},
{
"title": "Princess Bubblegum",
"token": "3fh948h3fh39f4h8",
"is_local": false,
"skip_ondeck": false,
"skip_watchlist": false
},
{
"title": "dominicturreto",
"token": "4354543g42345g2",
"is_local": false,
"skip_ondeck": false,
"skip_watchlist": false
}
],
"skip_ondeck": [],
"skip_watchlist": [],
"remote_watchlist_toggle": true,
"remote_watchlist_rss_url": "https://rss.plex.tv/64477hyy8-54b3-4b19-a3a7-333c6babbbb40",
"watched_move": true,
"watched_cache_expiry": 48,
"cache_dir": "/mnt/cachedrive/media/",
"real_source": "/mnt/user/media/",
"nas_library_folders": [
"movies/movies-dad",
"movies/movies-4k",
"movies/movies",
"movies/movies-anime4k",
"movies/movies-anime",
"tv/series-anime",
"tv/series-dad",
"tv/series4k",
"tv/series",
"tv/series-animated"
],
"exit_if_active_session": false,
"max_concurrent_moves_cache": 5,
"max_concurrent_moves_array": 2,
"debug": false
}