{ "name": "Plex meta manager", "version": "v1.15.1-ls3", "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": "v1.15.1-ls3", "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", "PMM_CONFIG": "str", "TZ": "str?", "PMM_TIME": "str?", "PMM_RUN": "bool?", "PMM_TEST": "bool?", "PMM_NO_MISSING": "bool?" } }