Browse Source

Update sonarr to v4.0.10.2544 (#1706)

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

2
sonarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/sonarr:4.0.9@sha256:879f5f35b05566f71296bad0f3704709103568a6b4f42f5959543f5322728723 image: linuxserver/sonarr:4.0.10@sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000

18
sonarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sonarr id: sonarr
category: media category: media
name: Sonarr name: Sonarr
version: "4.0.9.2244" version: "4.0.10.2544"
tagline: Smart PVR for newsgroup and bittorrent users tagline: Smart PVR for newsgroup and bittorrent users
description: >- description: >-
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows 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. Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows 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.
@ -30,14 +30,14 @@ path: ""
releaseNotes: >- releaseNotes: >-
This update includes several improvements and bug fixes: This update includes several improvements and bug fixes:
- Added new rating votes tooltip and series filter - Added new rating sorting and filtering options
- Improved parsing for various anime formats - Added support for Bluray 576p quality
- Added option to show tags on series Poster and Overview - Improved handling of file imports and upgrades
- Implemented natural sorting for lists of items in the UI - Enhanced parsing for various release formats
- Fixed issues with moving files on import for usenet clients - Added ability to bulk manage custom formats
- Improved performance for filtering in Select Series Modal - Improved handling of SSL certificates and authentication
- Added support for releases with absolute episode number and air date - Added support for more Plex Watchlist items
- Enhanced parsing for Spanish multi-episode releases - Fixed various issues with interactive searches and notifications
Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases

Loading…
Cancel
Save