Updater bot : plex_meta_manager updated to v1.15.1-ls2

This commit is contained in:
alexbelgium
2022-02-07 11:30:50 +01:00
parent edd1b541e1
commit 4d3b6a7e26
2 changed files with 17 additions and 6 deletions

View File

@@ -1 +1,4 @@
## v1.15.1-ls2 (07-02-2022)
- Update to latest version from linuxserver/docker-plex-meta-manager
- Initial build

View File

@@ -1,23 +1,32 @@
{
"name": "Plex meta manager",
"version": "1.15.1",
"version": "v1.15.1-ls2",
"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"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"upstream": "1.15.1",
"upstream": "v1.15.1-ls2",
"devices": [],
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
"environment": {},
"map": ["config:rw"],
"map": [
"config:rw"
],
"options": {
"PUID": 1000,
"PGID": 1000,
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -29,4 +38,3 @@
"PMM_NO_MISSING": "bool?"
}
}