Browse Source

Update radarr to v5.14.0.9383 (#1705)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
331fa1e37d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      radarr/docker-compose.yml
  2. 9
      radarr/umbrel-app.yml

2
radarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/radarr:5.12.2@sha256:e0045d420eaf298a9449e12ed1cce654f171cc1043311f0f1cadaf2afeabe795
image: linuxserver/radarr:5.14.0@sha256:a5a1fdf02aa14abc33a507eafa125ff57cb83f251a519536bce331ce9e008ef7
environment:
- PUID=1000
- PGID=1000

9
radarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.12.2.9335"
version: "5.14.0.9383"
tagline: Your movie collection manager
description: >-
Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
@ -29,9 +29,10 @@ gallery:
path: ""
releaseNotes: >-
This update includes various improvements and bug fixes:
- Added display of item tags on import lists index
- Improved parsing of IMDb and TMDb URLs as search terms
- Enhanced filename handling and trimming
- Fixed handling of release year formatting in filenames
- Improved handling of qBittorrent v5.0 initial states
- Various other minor improvements and fixes
Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases
defaultUsername: ""

Loading…
Cancel
Save