bazarr app for heimdalljs

This commit is contained in:
manu 2021-04-11 17:24:01 +02:00
parent 70613c4242
commit d7f469c924

View File

@ -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"
}
}
}