From e2d46124adad3f18ee72cf5c1cd5839dd9bf8d52 Mon Sep 17 00:00:00 2001 From: Bruvv Date: Sat, 1 Jan 2022 14:41:12 +0100 Subject: [PATCH] changed configs to make it more readable --- bazarr/config.json | 20 ++++++++++---------- radarr/config.json | 18 +++++++++--------- sonarr/config.json | 18 +++++++++--------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/bazarr/config.json b/bazarr/config.json index 48ac8051d..00dcb6453 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,4 +1,9 @@ { + "name": "Bazarr NAS", + "version": "1.0.2", + "slug": "bazarr_nas", + "description": "Companion application to Sonarr and Radarr to download subtitles", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/bazarr/Readme.md", "apparmor": true, "arch": [ "aarch64", @@ -6,13 +11,15 @@ "armv7", "armhf" ], + "boot": "auto", + "upstream": "1.0.2", + "webui": "http://[HOST]:[PORT:6767]", + "startup": "services", "backup_exclude": [ "**/Backups/*", "**/logs/*", "**/MediaCover/*" ], - "boot": "auto", - "description": "Companion application to Sonarr and Radarr to download subtitles", "devices": [ "/dev/sda", "/dev/sdb", @@ -56,7 +63,6 @@ "media:rw", "ssl" ], - "name": "Bazarr NAS", "options": { "PUID": 0, "PGID": 0 @@ -78,11 +84,5 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?" - }, - "slug": "bazarr_nas", - "startup": "services", - "upstream": "1.0.2", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.2", - "webui": "http://[HOST]:[PORT:6767]" + } } diff --git a/radarr/config.json b/radarr/config.json index bfcf85703..6c77c705b 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -1,8 +1,15 @@ { + "name": "Radarr NAS", + "version": "3.2.2.5080-6", + "slug": "radarr_nas", + "description": "A fork of Sonarr to work with movies like Couchpotato", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/radarr/Readme.md", "apparmor": true, "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", - "description": "A fork of Sonarr to work with movies like Couchpotato", + "upstream": "3.2.2.5080", + "webui": "http://[HOST]:[PORT:7878]", + "startup": "services", "devices": [ "/dev/sda", "/dev/sdb", @@ -40,7 +47,6 @@ "PGID": "0" }, "map": ["config:rw", "share:rw", "media:rw", "ssl"], - "name": "Radarr NAS", "options": { "PUID": 0, "PGID": 0, @@ -64,11 +70,5 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?" - }, - "slug": "radarr_nas", - "startup": "services", - "upstream": "3.2.2.5080", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.2.5080-6", - "webui": "http://[HOST]:[PORT:7878]" + } } diff --git a/sonarr/config.json b/sonarr/config.json index 5ca605335..be5056073 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,8 +1,15 @@ { + "name": "Sonarr NAS", + "version": "3.0.6.1342-5", + "slug": "sonarr_nas", + "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/sonarr/Readme.md", "apparmor": true, "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", - "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", + "upstream": "3.0.6.1342", + "webui": "http://[HOST]:[PORT:8989]", + "startup": "services", "devices": [ "/dev/sda", "/dev/sdb", @@ -40,7 +47,6 @@ "PGID": "0" }, "map": ["config:rw", "share:rw", "media:rw", "ssl"], - "name": "Sonarr NAS", "options": { "PUID": 0, "PGID": 0, @@ -64,11 +70,5 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?" - }, - "slug": "sonarr_nas", - "startup": "services", - "upstream": "3.0.6.1342", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.0.6.1342-5", - "webui": "http://[HOST]:[PORT:8989]" + } }