mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 09:57:42 +01:00
Updater bot : plex_meta_manager updated to v1.15.1-ls2
This commit is contained in:
@@ -1 +1,4 @@
|
||||
|
||||
## v1.15.1-ls2 (07-02-2022)
|
||||
- Update to latest version from linuxserver/docker-plex-meta-manager
|
||||
- Initial build
|
||||
|
||||
@@ -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?"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user