Skip to content

Commit

Permalink
Update radarr to v5.8.3.8933 (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 31, 2024
1 parent db65942 commit 5e02b1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions 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.7.0@sha256:bf5aaf1577edbc3ba33db069676e7f8324eda33761ca59721942bc8ef56c015c
image: linuxserver/radarr:5.8.3@sha256:9d6f0548fd805edb30108fdd06d0fc5a4436c9bd708b57bd4119d7aefa815fe4
environment:
- PUID=1000
- PGID=1000
Expand Down Expand Up @@ -38,5 +38,4 @@ services:
SABNZBD_INSTALLED: ${APP_RADARR_SABNZBD_INSTALLED:-"false"}
SABNZBD_HOST: "sabnzbd_web_1"
SABNZBD_PORT: 8080
SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""}

SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""}
17 changes: 8 additions & 9 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.7.0"
version: "5.8.3.8933"
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,19 +28,18 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
Radarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd!
- Simply install your preferred download client from the Umbrel App Store, and Radarr will handle the rest. No manual configuration required! If you currently have qBittorrent or SABnzbd installed, please update to the latest versions to take advantage of this feature.
Changes
- Multiple translations updated.
- New sorting options and tag displays.
- Fixed various issues related to file paths and quality profiles.
- and more.
- Already configured? If you have previously set up Radarr with qBittorrent or SABnzbd, this update will not affect your existing settings.
Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases
defaultUsername: ""
defaultPassword: ""
torOnly: false
permissions:
- STORAGE_DOWNLOADS
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319

0 comments on commit 5e02b1a

Please sign in to comment.