Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update radarr to version v5.16.3.9541 #1972

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion radarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: linuxserver/radarr:5.15.1@sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3
image: linuxserver/radarr:5.16.3@sha256:ee4c2213b769bc9a891b5dd5aa1786804634fb681dd261b3bed6b65d98592c55
environment:
- PUID=1000
- PGID=1000
Expand Down
15 changes: 8 additions & 7 deletions radarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.15.1.9463"
version: "5.16.3.9541"
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.
Expand All @@ -28,12 +28,13 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This update includes various improvements and bug fixes:
- Added filtering options for queue status and favorite folders in manual import
- Improved handling of release dates and movie paths
- Enhanced handling of audio tracks during import
- Various improvements to custom formats management
- Multiple bug fixes and translation updates
This update includes various improvements and new features:
- Added metadata links and instance name options for notifications
- Improved movie genre handling and tooltips
- Enhanced search functionality on Wanted pages
- Added support for new language options and translations
- Various improvements to download client integrations
- Multiple bug fixes and performance enhancements


Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases
Expand Down
Loading