app-store/apps/bazarr/config.json

17 lines
559 B
JSON
Raw Normal View History

2022-11-03 12:05:27 +00:00
{
"$schema": "../schema.json",
"name": "Bazarr",
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-11-03 12:05:27 +00:00
"port": 6767,
"id": "bazarr",
2022-11-11 19:33:58 +00:00
"tipi_version": 3,
2022-11-03 12:05:27 +00:00
"version": "1.1.2",
2022-11-11 19:33:58 +00:00
"categories": ["media", "utilities"],
2022-11-03 12:05:27 +00:00
"description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.",
2022-11-11 19:33:58 +00:00
"short_desc": "A companion application to Sonarr and Radarr that manages and downloads subtitles",
2022-11-03 12:05:27 +00:00
"author": "morpheus65535",
"source": "https://github.com/morpheus65535/bazarr",
"form_fields": []
}