Skip to content

Commit

Permalink
Update bazarr to v1.4.4 (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Sep 16, 2024
1 parent 9940233 commit fdfd9a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bazarr/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/bazarr:1.4.3@sha256:5da74fc1bbd5da69e3b4f9b2376f6ccfbe3b47f143e6eb5651ed37cc1d4412dd
image: linuxserver/bazarr:1.4.4@sha256:476c315f0381d0b8c7921fbf3116b65e96ae32128df5fd27600e97213b862809
environment:
- PUID=1000
- PGID=1000
Expand Down
28 changes: 13 additions & 15 deletions bazarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: bazarr
category: media
name: Bazarr
version: "1.4.3"
version: "1.4.4"
tagline: Manage and download subtitles for Sonarr and Radarr
description: >-
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
Expand All @@ -18,19 +18,17 @@ description: >-
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner.
You will also need to input your API key for Sonarr and/or Radarr. You can find your API keys in the settings of the Sonarr and Radarr apps.
releaseNotes: >-
This release updates Bazarr from 1.4.2 to 1.4.3. This update includes several fixes and improvements:
- Fixed issues with throttled providers and restart exceptions.
- Improved compatibility with case insensitive filesystems and fixed various provider-related errors.
- Reverted Apprise to version 1.7.6 to fix upgrade issues.
- Added support for additional languages and improved logging for subtitle scoring.
- Fixed issues with embedded subtitles and improved UI and error handling.
Full release notes are found at https://github.com/morpheus65535/bazarr/releases.
This release updates Bazarr to version 1.4.4. Key improvements include:
- Added support for new subtitle providers and improved existing ones
- Enhanced compatibility with various filesystems and fixed provider-related errors
- Improved language handling and subtitle scoring
- Fixed issues with embedded subtitles and enhanced UI responsiveness
- Added support for binding to both IPv4 and IPv6 addresses
Full release notes are found at https://github.com/morpheus65535/bazarr/releases
developer: morpheus65535
website: https://www.bazarr.media/
dependencies: []
Expand All @@ -46,4 +44,4 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/610
submission: https://github.com/getumbrel/umbrel-apps/pull/610

0 comments on commit fdfd9a5

Please sign in to comment.