app-store/apps/lidarr/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

21 lines
778 B
JSON

{
"$schema": "../schema.json",
"name": "Lidarr",
"available": true,
"exposable": true,
"port": 8131,
"id": "lidarr",
"tipi_version": 6,
"version": "1.4.5",
"categories": [
"media",
"music"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"short_desc": " Looks and smells like Sonarr but made for music.",
"author": "lidarr.audio",
"source": "https://github.com/Lidarr/Lidarr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}