mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
initial build
This commit is contained in:
32
plex_meta_manager/config.json
Normal file
32
plex_meta_manager/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "Plex meta manager",
|
||||
"version": "1.0",
|
||||
"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.0",
|
||||
"devices": [],
|
||||
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
|
||||
"environment": {},
|
||||
"map": ["config:rw"],
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
"HOME": "/config/addons_config/plex-data-manager"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PUID": "bool",
|
||||
"PGID": "bool",
|
||||
"TZ": "str?",
|
||||
"HOME": "str",
|
||||
"PMM_CONFIG": "str?",
|
||||
"PMM_TIME": "str?",
|
||||
"PMM_RUN": "bool?",
|
||||
"PMM_TEST": "bool?",
|
||||
"PMM_NO_MISSING": "bool?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user