mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
bazarr app for heimdalljs
This commit is contained in:
parent
70613c4242
commit
d7f469c924
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user