forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 940 Bytes
/
config.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
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
"devices": [],
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "Plex meta manager",
"options": {
"PGID": 0,
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
"PUID": 0
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PMM_CONFIG": "str",
"PMM_NO_MISSING": "bool?",
"PMM_RUN": "bool?",
"PMM_TEST": "bool?",
"PMM_TIME": "str?",
"PUID": "int",
"TZ": "str?"
},
"slug": "plex-meta-manager",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"version": "v1.18.3-ls46"
}