Update jellyfin to v10.10.7 (#2512)

This commit is contained in:
Alexander L. 2025-04-07 14:31:54 +02:00 committed by GitHub
parent 7c25b354e4
commit 68a64c832f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 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.10.6@sha256:075bc77361e6466f5cd546c9d97646428cc1f26d4b355991e8f66d0ffbc7c15a image: linuxserver/jellyfin:10.10.7@sha256:01c9d2311eb7710867fb3a8c2718068a276cff468a71d2a2dc58a0f5165ad0d2
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.10.6" version: "10.10.7"
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,18 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This minor release includes several improvements: This minor release brings several bugfixes and security fixes to improve your Jellyfin experience.
- Fixed issues with image processing and encoding
- Improved handling of audio tags and metadata
- Enhanced LiveTV guide functionality ⚠️ If you're using a reverse proxy, ensure you have explicitly configured trusted proxies before upgrading. See the Jellyfin documentation for more information.
- Better network connectivity and API handling
- Improved system stability
Key improvements in this release:
- Fixed issues with metadata search and handling
- Improved support for various audio and video formats
- Enhanced security for API parameters and proxy configurations
- Better handling of ratings and premiere dates
- Improved system stability and performance
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