Files
hassio-addons/plex_meta_manager/config.json
2022-04-17 00:21:35 +00:00

42 lines
1020 B
JSON

{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
"devices": [],
"environment": {},
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
"map": [
"config:rw"
],
"name": "Plex meta manager",
"options": {
"PGID": 1000,
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
"PUID": 1000
},
"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",
"upstream": "v1.16.3-ls10",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
"version": "v1.16.3-ls10-2"
}