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"
server:
image: linuxserver/jellyfin:10.9.11@sha256:01cd85925160e4ed20d74cc7c59fd4b166d7ff6349788f6ce390f5672b6c019b
image: linuxserver/jellyfin:10.10.0@sha256:b69f6db519be04faa60316c80b785538bfcc54078ba48b8919fda9f9f36fb24b
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin
category: media
name: Jellyfin
version: "10.9.11"
version: "10.10.0"
tagline: The Free Software Media System
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.
@ -32,12 +32,14 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update includes several bugfixes to improve your Jellyfin experience:
- Fixed subtitle and attachment extraction when input path contains quotes
- Improved codec handling and video encoder profiles
- Fixed alt version name generation
- Improved formatting for stream writing
- Fixed chapter image settings for music
This major release brings several new features and improvements:
- Added support for Dolby AC-4 audio decoding
- Improved video tone-mapping capabilities
- Enhanced subtitle handling and extraction
- Better audio codec support and handling
- 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