From 11a1890da2b38c39812678fce55c78b5d069d208 Mon Sep 17 00:00:00 2001 From: Renat Gabdulhakov Date: Fri, 9 Aug 2024 05:33:12 +0000 Subject: [PATCH] RIP plex meta manager, welcome kometa Update versions --- .github/paths-filter.yml | 1 - kometa/config.json | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/paths-filter.yml b/.github/paths-filter.yml index f37c979e4..a469c951b 100644 --- a/.github/paths-filter.yml +++ b/.github/paths-filter.yml @@ -68,7 +68,6 @@ papermerge: papermerge/config.* # Image : yes photoprism: photoprism/config.* # Image : yes piwigo: piwigo/config.* # Image : yes plex: plex/config.* # Image : yes -plex_meta_manager: plex_meta_manager/config.* # Image : yes portainer: portainer/config.* # Image : yes portainer_agent: portainer_agent/config.* # Image : yes postgres: postgres/config.* # Image : yes diff --git a/kometa/config.json b/kometa/config.json index 9acec221e..38b79f912 100644 --- a/kometa/config.json +++ b/kometa/config.json @@ -1,8 +1,7 @@ { "arch": [ - "aarch64", - "amd64", - "armv7" + "arm64v8", + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections", @@ -95,5 +94,5 @@ "slug": "kometa", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/kometa", - "version": "2.0.2" + "version": "2.0.2-ls16" }