app-store/apps/bazarr/config.json

18 lines
609 B
JSON
Raw Permalink 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",
"tipi_version": 15,
"version": "1.4.3",
"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": [],
"supported_architectures": ["arm64", "amd64"]
2022-11-03 12:05:27 +00:00
}