Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Python3 script run using YAML config files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
@@ -1,6 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## [plex-meta-manager-0.0.5](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.4...plex-meta-manager-0.0.5) (2022-07-15)
|
||||
|
||||
|
||||
|
||||
## [plex-meta-manager-0.0.4](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.3...plex-meta-manager-0.0.4) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
digest: sha256:e76f58e980866194e06f0e9135c981662f0b1132d3c5848dbf344c48ab657396
|
||||
generated: "2022-07-14T20:59:33.79298281Z"
|
||||
generated: "2022-07-15T09:26:51.364484811Z"
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: plex-meta-manager
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
appVersion: "1.17.1"
|
||||
description: Python3 script run using YAML config files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections
|
||||
description: Python script to update metadata and automatically build collections.
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/plex-meta-manager
|
||||
@@ -1,6 +1,6 @@
|
||||
# plex-meta-manager
|
||||
|
||||
Python3 script run using YAML config files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections
|
||||
Python script to update metadata and automatically build collections.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
3
incubator/plex-meta-manager/0.0.5/app-readme.md
Normal file
3
incubator/plex-meta-manager/0.0.5/app-readme.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Python script to update metadata and automatically build collections.
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
@@ -12,8 +12,9 @@ podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
PMM_CONFIG: "/config/config.yaml"
|
||||
PMM_TIME: "03:00"
|
||||
PMM_RUN: false
|
||||
PMM_RUN: true
|
||||
PMM_TEST: false
|
||||
PMM_NO_MISSING: false
|
||||
|
||||
@@ -154,32 +154,32 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: CUSTOM_CONFIG_FILE
|
||||
label: "Set Custom config file"
|
||||
description: "enable this and point the config.yaml to a dir"
|
||||
- variable: PMM_CONFIG
|
||||
label: "PMM CONFIG"
|
||||
description: "Specify a internal config.yaml"
|
||||
schema:
|
||||
type: string
|
||||
default: "/config/config.yaml"
|
||||
- variable: PMM_RUN
|
||||
label: "PMM RUN"
|
||||
description: "Set to false to run with a scheduler."
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: customtime
|
||||
label: "Set PMM Time"
|
||||
schema:
|
||||
show_if: [["PMM_RUN", "=", false]]
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: PMM_CONFIG
|
||||
label: "PMM CONFIG"
|
||||
description: "Specify a custom config file to use internally ex: /config/config.yaml"
|
||||
- variable: PMM_TIME
|
||||
label: "PMM TIME"
|
||||
description: "Comma-separated list of times to update each day. Format: HH:MM"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PMM_TIME
|
||||
label: "PMM TIME"
|
||||
description: "Comma-separated list of times to update each day. Format: HH:MM"
|
||||
schema:
|
||||
type: string
|
||||
default: "03:00"
|
||||
- variable: PMM_RUN
|
||||
label: "PMM RUN"
|
||||
description: "Set to True to run without the scheduler."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: PMM_TEST
|
||||
label: "PMM TEST"
|
||||
description: "Set to True to run in debug mode with only collections that have test: true"
|
||||
Reference in New Issue
Block a user