|
2 | 2 | { |
3 | 3 | "id": "bool_plex_movie_support", |
4 | 4 | "type": "bool", |
5 | | - "label": "Plex Movie agent support (Add themes to the updated Plex Movie agent)", |
| 5 | + "label": "bool_plex_movie_support", |
6 | 6 | "default": "True", |
7 | 7 | "secure": "false" |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "id": "bool_plex_series_support", |
11 | 11 | "type": "bool", |
12 | | - "label": "Plex Series agent support (Add themes to the updated Plex Series agent)", |
| 12 | + "label": "bool_plex_series_support", |
13 | 13 | "default": "True", |
14 | 14 | "secure": "false" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "id": "bool_overwrite_plex_provided_themes", |
18 | 18 | "type": "bool", |
19 | | - "label": "Overwrite Plex provided themes", |
| 19 | + "label": "bool_overwrite_plex_provided_themes", |
20 | 20 | "default": "False", |
21 | 21 | "secure": "false" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "id": "bool_prefer_mp4a_codec", |
25 | 25 | "type": "bool", |
26 | | - "label": "Prefer MP4A AAC Codec (Improves compatibility with Apple devices)", |
| 26 | + "label": "bool_prefer_mp4a_codec", |
27 | 27 | "default": "True", |
28 | 28 | "secure": "false" |
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "id": "bool_remove_unused_theme_songs", |
32 | 32 | "type": "bool", |
33 | | - "label": "Remove unused theme songs (frees up space in your Plex metadata directory)", |
| 33 | + "label": "bool_remove_unused_theme_songs", |
34 | 34 | "default": "True", |
35 | 35 | "secure": "false" |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "id": "bool_remove_unused_art", |
39 | 39 | "type": "bool", |
40 | | - "label": "Remove unused art (applies to collections, frees up space in your Plex metadata directory)", |
| 40 | + "label": "bool_remove_unused_art", |
41 | 41 | "default": "False", |
42 | 42 | "secure": "false" |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "id": "bool_remove_unused_posters", |
46 | 46 | "type": "bool", |
47 | | - "label": "Remove unused posters (applies to collections, frees up space in your Plex metadata directory)", |
| 47 | + "label": "bool_remove_unused_posters", |
48 | 48 | "default": "False", |
49 | 49 | "secure": "false" |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "id": "bool_auto_update_items", |
53 | 53 | "type": "bool", |
54 | | - "label": "Automatically update items (only items changed or previously missing in ThemerrDB)", |
| 54 | + "label": "bool_auto_update_items", |
55 | 55 | "default": "True", |
56 | 56 | "secure": "false" |
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "id": "bool_auto_update_movie_themes", |
60 | 60 | "type": "bool", |
61 | | - "label": "Update movie themes during automatic update", |
| 61 | + "label": "bool_auto_update_movie_themes", |
62 | 62 | "default": "True", |
63 | 63 | "secure": "false" |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "id": "bool_auto_update_tv_themes", |
67 | 67 | "type": "bool", |
68 | | - "label": "Update tv show themes during automatic update", |
| 68 | + "label": "bool_auto_update_tv_themes", |
69 | 69 | "default": "True", |
70 | 70 | "secure": "false" |
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "id": "bool_auto_update_collection_themes", |
74 | 74 | "type": "bool", |
75 | | - "label": "Update collection themes during automatic update", |
| 75 | + "label": "bool_auto_update_collection_themes", |
76 | 76 | "default": "True", |
77 | 77 | "secure": "false" |
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "id": "bool_update_collection_metadata_plex_movie", |
81 | 81 | "type": "bool", |
82 | | - "label": "Update collection metadata for Plex Movie agent (Updates poster, art, and summary)", |
| 82 | + "label": "bool_update_collection_metadata_plex_movie", |
83 | 83 | "default": "False", |
84 | 84 | "secure": "false" |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "id": "bool_update_collection_metadata_legacy", |
88 | 88 | "type": "bool", |
89 | | - "label": "Update collection metadata for legacy agents (Updates poster, art, and summary)", |
| 89 | + "label": "bool_update_collection_metadata_legacy", |
90 | 90 | "default": "True", |
91 | 91 | "secure": "false" |
92 | 92 | }, |
93 | 93 | { |
94 | 94 | "id": "int_update_themes_interval", |
95 | 95 | "type": "text", |
96 | | - "label": "Interval for automatic update task, in minutes (min: 15)", |
| 96 | + "label": "int_update_themes_interval", |
97 | 97 | "default": "60", |
98 | 98 | "secure": "false" |
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "id": "int_update_database_cache_interval", |
102 | 102 | "type": "text", |
103 | | - "label": "Interval for database cache update task, in minutes (min: 15)", |
| 103 | + "label": "int_update_database_cache_interval", |
104 | 104 | "default": "60", |
105 | 105 | "secure": "false" |
106 | 106 | }, |
107 | 107 | { |
108 | 108 | "id": "int_plexapi_plexapi_timeout", |
109 | 109 | "type": "text", |
110 | | - "label": "PlexAPI Timeout, in seconds (min: 1)", |
| 110 | + "label": "int_plexapi_plexapi_timeout", |
111 | 111 | "default": "180", |
112 | 112 | "secure": "false" |
113 | 113 | }, |
114 | 114 | { |
115 | 115 | "id": "int_plexapi_upload_retries_max", |
116 | 116 | "type": "text", |
117 | | - "label": "Max Retries, integer (min: 0)", |
| 117 | + "label": "int_plexapi_upload_retries_max", |
118 | 118 | "default": "6", |
119 | 119 | "secure": "false" |
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "id": "int_plexapi_upload_threads", |
123 | 123 | "type": "text", |
124 | | - "label": "Multiprocessing Threads, integer (min: 1)", |
| 124 | + "label": "int_plexapi_upload_threads", |
125 | 125 | "default": "3", |
126 | 126 | "secure": "false" |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "id": "str_youtube_cookies", |
130 | 130 | "type": "text", |
131 | | - "label": "YouTube Cookies (JSON format)", |
| 131 | + "label": "str_youtube_cookies", |
132 | 132 | "default": "", |
133 | 133 | "secure": "true" |
134 | 134 | }, |
135 | 135 | { |
136 | 136 | "id": "enum_webapp_locale", |
137 | 137 | "type": "enum", |
138 | | - "label": "Web UI Locale", |
| 138 | + "label": "enum_webapp_locale", |
139 | 139 | "default": "en", |
140 | 140 | "values": [ |
141 | 141 | "de", |
|
153 | 153 | { |
154 | 154 | "id": "str_webapp_http_host", |
155 | 155 | "type": "text", |
156 | | - "label": "Web UI Host Address (requires Plex Media Server restart)", |
| 156 | + "label": "str_webapp_http_host", |
157 | 157 | "default": "0.0.0.0", |
158 | 158 | "secure": "false" |
159 | 159 | }, |
160 | 160 | { |
161 | 161 | "id": "int_webapp_http_port", |
162 | 162 | "type": "text", |
163 | | - "label": "Web UI Port (requires Plex Media Server restart)", |
| 163 | + "label": "int_webapp_http_port", |
164 | 164 | "default": "9494", |
165 | 165 | "secure": "false" |
166 | 166 | }, |
167 | 167 | { |
168 | 168 | "id": "bool_webapp_log_werkzeug_messages", |
169 | 169 | "type": "bool", |
170 | | - "label": "Log all web server messages (requires Plex Media Server restart)", |
| 170 | + "label": "bool_webapp_log_werkzeug_messages", |
171 | 171 | "default": "False", |
172 | 172 | "secure": "false" |
173 | 173 | }, |
174 | 174 | { |
175 | 175 | "id": "bool_migrate_locked_themes", |
176 | 176 | "type": "bool", |
177 | | - "label": "Migrate themes from < v0.3.0 (If you used Themerr before v0.3.0, set this to True)", |
| 177 | + "label": "bool_migrate_locked_themes", |
178 | 178 | "default": "False", |
179 | 179 | "secure": "false" |
180 | 180 | }, |
181 | 181 | { |
182 | 182 | "id": "bool_migrate_locked_collection_fields", |
183 | 183 | "type": "bool", |
184 | | - "label": "Migrate collection metadata from < v0.3.0 (If you used Themerr before v0.3.0, set this to True)", |
| 184 | + "label": "bool_migrate_locked_collection_fields", |
185 | 185 | "default": "False", |
186 | 186 | "secure": "false" |
187 | 187 | }, |
188 | 188 | { |
189 | 189 | "id": "bool_ignore_locked_fields", |
190 | 190 | "type": "bool", |
191 | | - "label": "Ignore locked fields (Always upload media, even if fields are locked)", |
| 191 | + "label": "bool_ignore_locked_fields", |
192 | 192 | "default": "False", |
193 | 193 | "secure": "false" |
194 | 194 | } |
|
0 commit comments