mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-11 00:49:59 +02:00
crlf to lf + sort json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "lscr.io/linuxserver/plex-meta-manager:arm32v7-latest",
|
||||
"aarch64": "lscr.io/linuxserver/plex-meta-manager:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex-meta-manager:amd64-latest"
|
||||
"amd64": "lscr.io/linuxserver/plex-meta-manager:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/plex-meta-manager:arm32v7-latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
{
|
||||
"name": "Plex meta manager",
|
||||
"version": "v1.16.1-ls6",
|
||||
"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",
|
||||
@@ -11,30 +6,35 @@
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"upstream": "v1.16.1-ls6",
|
||||
"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}",
|
||||
"environment": {},
|
||||
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Plex meta manager",
|
||||
"options": {
|
||||
"PUID": 1000,
|
||||
"PGID": 1000,
|
||||
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml"
|
||||
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
|
||||
"PUID": 1000
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"PMM_CONFIG": "str",
|
||||
"TZ": "str?",
|
||||
"PMM_TIME": "str?",
|
||||
"PMM_NO_MISSING": "bool?",
|
||||
"PMM_RUN": "bool?",
|
||||
"PMM_TEST": "bool?",
|
||||
"PMM_NO_MISSING": "bool?"
|
||||
}
|
||||
"PMM_TIME": "str?",
|
||||
"PUID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "plex-meta-manager",
|
||||
"upstream": "v1.16.1-ls6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
|
||||
"version": "v1.16.1-ls6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user