Browse Source

Update bazarr to v1.4.4 (#1468)

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

2
bazarr/docker-compose.yml

@ -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

18
bazarr/umbrel-app.yml

@ -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.
@ -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:
This release updates Bazarr to version 1.4.4. Key improvements include:
- Fixed issues with throttled providers and restart exceptions.
- Improved compatibility with case insensitive filesystems and fixed various provider-related errors.
- 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
- 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.
Full release notes are found at https://github.com/morpheus65535/bazarr/releases
developer: morpheus65535
website: https://www.bazarr.media/
dependencies: []

Loading…
Cancel
Save