Browse Source

Update bazarr to v1.4.5 (#1571)

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

2
bazarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/bazarr:1.4.4@sha256:476c315f0381d0b8c7921fbf3116b65e96ae32128df5fd27600e97213b862809 image: linuxserver/bazarr:1.4.5@sha256:137f55b12859e7f6905c513d403ba80dfe3b2afe7fa892c891c1982996a114ba
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000

15
bazarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: bazarr id: bazarr
category: media category: media
name: Bazarr name: Bazarr
version: "1.4.4" version: "1.4.5"
tagline: Manage and download subtitles for Sonarr and Radarr tagline: Manage and download subtitles for Sonarr and Radarr
description: >- description: >-
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements. Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
@ -18,14 +18,15 @@ 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 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. 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: >- releaseNotes: >-
This release updates Bazarr to version 1.4.4. Key improvements include: This release updates Bazarr to version 1.4.5. Key improvements include:
- Added support for new subtitle providers and improved existing ones - Improved audio stream selection for subtitle processing
- Enhanced compatibility with various filesystems and fixed provider-related errors - Fixed subtitles translation to Portuguese
- Improved language handling and subtitle scoring - Enhanced compatibility with various subtitle providers
- Fixed issues with embedded subtitles and enhanced UI responsiveness - Improved handling of embedded subtitles
- Added support for binding to both IPv4 and IPv6 addresses - Added database type and version information to system status
- Various bug fixes and performance improvements
Full release notes are found at https://github.com/morpheus65535/bazarr/releases Full release notes are found at https://github.com/morpheus65535/bazarr/releases

Loading…
Cancel
Save