Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jellyfin to version v10.10.5 #2124

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

server:
image: linuxserver/jellyfin:10.10.4@sha256:874f2e88485807a6b2f43a93a45f1a2007ba04006e9a96afb80ba15a95eafbb1
image: linuxserver/jellyfin:10.10.5@sha256:54c240ab539acaa7f183625ae464158e8ffe3255029480344882aaa4ee334669
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
environment:
Expand All @@ -17,5 +17,5 @@
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
ports:

Check notice on line 20 in jellyfin/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "7359:7359/udp"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
# Service auto-discovery
Expand Down
10 changes: 5 additions & 5 deletions jellyfin/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin
category: media
name: Jellyfin
version: "10.10.4"
version: "10.10.5"
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.
Expand Down Expand Up @@ -33,10 +33,10 @@ defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This minor release includes several improvements:
- Improved audio playback and streaming
- Enhanced video transcoding capabilities
- Fixed various issues with metadata handling
- Improved system stability and compatibility
- Improved file handling and system stability
- Enhanced audio streaming capabilities
- Fixed various issues with subtitle processing
- Improved interface and rating system


Full release notes can be found at https://github.com/jellyfin/jellyfin/releases
Expand Down