Files
hassio-addons/plex_meta_manager/config.json
2022-02-07 10:16:35 +01:00

33 lines
943 B
JSON

{
"name": "Plex meta manager",
"version": "1.15.1",
"slug": "plex-meta-manager",
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"upstream": "1.15.1",
"devices": [],
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
"environment": {},
"map": ["config:rw"],
"options": {
"PUID": 1000,
"PGID": 1000,
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"HOME": "str",
"PMM_CONFIG": "str?",
"PMM_TIME": "str?",
"PMM_RUN": "bool?",
"PMM_TEST": "bool?",
"PMM_NO_MISSING": "bool?"
}
}