Browse Source

Update jellyfin to v10.9.11 (#1447)

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

2
jellyfin/docker-compose.yml

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

13
jellyfin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin id: jellyfin
category: media category: media
name: Jellyfin name: Jellyfin
version: "10.9.10" version: "10.9.11"
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.
@ -33,12 +33,11 @@ defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This update includes several bugfixes to improve your Jellyfin experience: This update includes several bugfixes to improve your Jellyfin experience:
- Fixed subtitle and attachment extraction when input path contains quotes
- Added support for AVIF image format - Improved codec handling and video encoder profiles
- Improved codec handling for better compatibility - Fixed alt version name generation
- Fixed issues with NextUp queries and series recording - Improved formatting for stream writing
- Enhanced image handling and security - Fixed chapter image settings for music
- Resolved problems with virtual seasons and missing episodes
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

Loading…
Cancel
Save