Update jellyfin to v10.10.0 (#1700)

This commit is contained in:
Nathan Fretz 2024-10-30 16:10:04 +10:00 committed by GitHub
parent ba788f5ac8
commit 5985c1a85b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: linuxserver/jellyfin:10.9.11@sha256:01cd85925160e4ed20d74cc7c59fd4b166d7ff6349788f6ce390f5672b6c019b image: linuxserver/jellyfin:10.10.0@sha256:b69f6db519be04faa60316c80b785538bfcc54078ba48b8919fda9f9f36fb24b
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
environment: environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin id: jellyfin
category: media category: media
name: Jellyfin name: Jellyfin
version: "10.9.11" version: "10.10.0"
tagline: The Free Software Media System tagline: The Free Software Media System
description: >- description: >-
Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.
@ -32,12 +32,14 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This update includes several bugfixes to improve your Jellyfin experience: This major release brings several new features and improvements:
- Fixed subtitle and attachment extraction when input path contains quotes - Added support for Dolby AC-4 audio decoding
- Improved codec handling and video encoder profiles - Improved video tone-mapping capabilities
- Fixed alt version name generation - Enhanced subtitle handling and extraction
- Improved formatting for stream writing - Better audio codec support and handling
- Fixed chapter image settings for music - Improved video playback performance
- Added better support for high dynamic range content
- Enhanced image quality processing
Full release notes can be found at https://github.com/jellyfin/jellyfin/releases Full release notes can be found at https://github.com/jellyfin/jellyfin/releases