Add Lidarr

This commit is contained in:
Andrew Brereton 2022-10-07 11:10:43 +11:00
parent 10f23157de
commit 29bde4f531
4 changed files with 50 additions and 0 deletions

15
apps/lidarr/config.json Normal file
View File

@ -0,0 +1,15 @@
{
"$schema": "../schema.json",
"name": "Lidarr",
"available": true,
"port": 8131,
"id": "lidarr",
"tipi_version": 1,
"version": "1.0.2.2592",
"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": []
}

View File

@ -0,0 +1,18 @@
version: "3.7"
services:
sonarr:
image: lscr.io/linuxserver/lidarr:1.0.2
container_name: lidarr
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data:/config
- ${ROOT_FOLDER_HOST}/media:/media
ports:
- ${APP_PORT}:8686
restart: unless-stopped
networks:
- tipi_main_network

View File

@ -0,0 +1,17 @@
## Looks and smells like Sonarr but made for music.
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.
### Major Features Include
- Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
- Automatically detects new tracks.
- Can scan your existing library and download any missing tracks.
- Can watch for better quality of the tracks you already have and do an automatic upgrade.
- Automatic failed download handling will try another release if one fails
- Manual search so you can pick any release or to see why a release was not downloaded automatically
- Fully configurable track renaming
- Full integration with SABnzbd and NZBGet
- Full integration with Kodi, Plex (notification, library update, metadata)
- Full support for specials and multi-album releases
- And a beautiful UI

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB