From d7f469c92465ddca597dfd23c0d954c2b907be21 Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 11 Apr 2021 17:24:01 +0200 Subject: [PATCH] bazarr app for heimdalljs --- Bazarr/app.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Bazarr/app.json b/Bazarr/app.json index 8c3f15131..c67c2eac4 100644 --- a/Bazarr/app.json +++ b/Bazarr/app.json @@ -6,5 +6,22 @@ "description": "Bazarr is a companion application to Sonarr and Radarr. It manage and download subtitles based on your requirements. You defined your preferences by TV show or movies and Bazarr take care of everything for you.", "enhanced": true, "tile_background": "dark", - "icon": "bazarr.png" + "icon": "bazarr.png", + "config": { + "type": "apikey", + "stat1": { + "name": "missing series", + "url": ":url:/api/episodes/wanted?apikey=:apikey:", + "key": "total", + "filter": "none", + "updateOnChange": "No" + }, + "stat2": { + "name": "missing movies", + "url": ":url:/api/movies/wanted?apikey=:apikey:", + "key": "total", + "filter": "none", + "updateOnChange": "No" + } + } } \ No newline at end of file