diff --git a/incubator/plex-meta-manager/0.0.4/app-readme.md b/incubator/plex-meta-manager/0.0.4/app-readme.md deleted file mode 100644 index bf840f3daf..0000000000 --- a/incubator/plex-meta-manager/0.0.4/app-readme.md +++ /dev/null @@ -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 diff --git a/incubator/plex-meta-manager/0.0.4/CHANGELOG.md b/incubator/plex-meta-manager/0.0.5/CHANGELOG.md similarity index 81% rename from incubator/plex-meta-manager/0.0.4/CHANGELOG.md rename to incubator/plex-meta-manager/0.0.5/CHANGELOG.md index 594a8874bd..2968768746 100644 --- a/incubator/plex-meta-manager/0.0.4/CHANGELOG.md +++ b/incubator/plex-meta-manager/0.0.5/CHANGELOG.md @@ -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 diff --git a/incubator/plex-meta-manager/0.0.4/Chart.lock b/incubator/plex-meta-manager/0.0.5/Chart.lock similarity index 80% rename from incubator/plex-meta-manager/0.0.4/Chart.lock rename to incubator/plex-meta-manager/0.0.5/Chart.lock index 4bd98310de..4b277470cb 100644 --- a/incubator/plex-meta-manager/0.0.4/Chart.lock +++ b/incubator/plex-meta-manager/0.0.5/Chart.lock @@ -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" diff --git a/incubator/plex-meta-manager/0.0.4/Chart.yaml b/incubator/plex-meta-manager/0.0.5/Chart.yaml similarity index 79% rename from incubator/plex-meta-manager/0.0.4/Chart.yaml rename to incubator/plex-meta-manager/0.0.5/Chart.yaml index eb7a5b3e05..2c998a92ee 100644 --- a/incubator/plex-meta-manager/0.0.4/Chart.yaml +++ b/incubator/plex-meta-manager/0.0.5/Chart.yaml @@ -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 diff --git a/incubator/plex-meta-manager/0.0.4/README.md b/incubator/plex-meta-manager/0.0.5/README.md similarity index 90% rename from incubator/plex-meta-manager/0.0.4/README.md rename to incubator/plex-meta-manager/0.0.5/README.md index aee4f82c7e..babbf18503 100644 --- a/incubator/plex-meta-manager/0.0.4/README.md +++ b/incubator/plex-meta-manager/0.0.5/README.md @@ -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)** diff --git a/incubator/plex-meta-manager/0.0.5/app-readme.md b/incubator/plex-meta-manager/0.0.5/app-readme.md new file mode 100644 index 0000000000..ae4fbdeb95 --- /dev/null +++ b/incubator/plex-meta-manager/0.0.5/app-readme.md @@ -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 diff --git a/incubator/plex-meta-manager/0.0.4/charts/common-10.4.4.tgz b/incubator/plex-meta-manager/0.0.5/charts/common-10.4.4.tgz similarity index 100% rename from incubator/plex-meta-manager/0.0.4/charts/common-10.4.4.tgz rename to incubator/plex-meta-manager/0.0.5/charts/common-10.4.4.tgz diff --git a/incubator/plex-meta-manager/0.0.4/ix_values.yaml b/incubator/plex-meta-manager/0.0.5/ix_values.yaml similarity index 92% rename from incubator/plex-meta-manager/0.0.4/ix_values.yaml rename to incubator/plex-meta-manager/0.0.5/ix_values.yaml index 9b5aeaec27..da7e17399a 100644 --- a/incubator/plex-meta-manager/0.0.4/ix_values.yaml +++ b/incubator/plex-meta-manager/0.0.5/ix_values.yaml @@ -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 diff --git a/incubator/plex-meta-manager/0.0.4/questions.yaml b/incubator/plex-meta-manager/0.0.5/questions.yaml similarity index 99% rename from incubator/plex-meta-manager/0.0.4/questions.yaml rename to incubator/plex-meta-manager/0.0.5/questions.yaml index b64b3d71fd..1ff5d12f35 100644 --- a/incubator/plex-meta-manager/0.0.4/questions.yaml +++ b/incubator/plex-meta-manager/0.0.5/questions.yaml @@ -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" diff --git a/incubator/plex-meta-manager/0.0.4/templates/common.yaml b/incubator/plex-meta-manager/0.0.5/templates/common.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.4/templates/common.yaml rename to incubator/plex-meta-manager/0.0.5/templates/common.yaml diff --git a/incubator/plex-meta-manager/0.0.4/values.yaml b/incubator/plex-meta-manager/0.0.5/values.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.4/values.yaml rename to incubator/plex-meta-manager/0.0.5/values.yaml