Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
10 deletions
-
lidarr/docker-compose.yml
-
lidarr/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/lidarr:2.6.4@sha256:5e686381e39ebbf84098d5ff6c5b40da0be3b48e0a18b81584a12f4d7e2d1951 |
|
|
|
image: linuxserver/lidarr:2.7.1@sha256:0560361ab8df29c3d23d12c8e57a7011c4d739018369e6a5ae21f35d60a3e123 |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
- PGID=1000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: lidarr |
|
|
|
category: media |
|
|
|
name: Lidarr |
|
|
|
version: "2.6.4.4402" |
|
|
|
version: "2.7.1.4417" |
|
|
|
tagline: Looks and smells like Sonarr but made for music |
|
|
|
description: >- |
|
|
|
Lidarr is a music collection manager for Usenet and BitTorrent users. |
|
|
@ -34,14 +34,9 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and bug fixes: |
|
|
|
- Added a "Last Searched" column on Wanted screens |
|
|
|
- Improved validation for individual album adding |
|
|
|
- Enhanced error handling for adding albums to existing artists |
|
|
|
- Added a warning in the queue for downloads containing executable or archive files without detected audio files |
|
|
|
- Implemented a check for available space before grabbing |
|
|
|
- Improved SSL Certificate validation messaging |
|
|
|
- Enhanced tag management and auto-tagging functionality |
|
|
|
Highlights: |
|
|
|
- Updated translations and localization |
|
|
|
- Various bug fixes and performance improvements |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Lidarr/Lidarr/releases. |
|
|
|