From 265d2168deed501186aef89b38ed2759f9e4b525 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 8 Jun 2026 13:38:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(emby):=20update=20image=20oci.trueforge.org?= =?UTF-8?q?/containerforge/emby=204.10.0.11=20=E2=86=92=204.10.0.14=20(#48?= =?UTF-8?q?871)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/emby](https://ghcr.io/trueforge-org/emby) ([source](https://redirect.github.com/MediaBrowser/Emby.Releases)) | patch | `a82b9ff` → `5c1cf80` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
MediaBrowser/Emby.Releases (oci.trueforge.org/containerforge/emby) ### [`v4.10.0.14`](https://redirect.github.com/MediaBrowser/Emby.Releases/releases/tag/4.10.0.14): -beta [Compare Source](https://redirect.github.com/MediaBrowser/Emby.Releases/compare/4.10.0.11...4.10.0.14) #### Changes ##### 4.10.0.14 - Resolve issue of copying user settings requiring server restart to take effect ##### Cumulative Changes Since Stable Release - Fix regression when marking certain items as favorites - Fix recently searched showing incorrect data - Subtitle rendering Fixes - Fix live tv content being included in search in Emby for Roku - Support played filter with more home screen sections - Fixes for played filter with new home screen settings - Refresh metadata on all versions of a video when refresing metadata manually - Fix detail screen regression with previous build - Update to sqlite 3.51.3 - Add played filter to home screen sections - Add display mode option to home screen sections - Fix realtime monitor not working in some cases for directories with periods in the name - Update to sqlite 3.51.3 - Add played filter to home screen sections - Add display mode option to home screen sections - Track date last searched of items - Fixes for youtube urls inside strm files - Fix queries for some home screen sections returning wrong items - Add new spotlight home screen section option - Add new home screen section type called dynamic media with sorting and filtering functions - Update to sqlite 3.51.2 - Fix regression with hiding users from login screens on remote connections - Add sorting options to new home screen editor - Add Copy Data to Users context menu command - Fixes with home screen sections migration - Revamp home screen section options with new section editor - Add banner text option to server settings - Support person credits at the bottom of person detail screens - Playback fixes for Chromecast - Fix subtitle encoding regression with LG TV's - Fix Hardware Transcoding for HDR Video when Tone Mapping is enabled
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/emby/Chart.yaml | 4 ++-- charts/stable/emby/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index cad7fe413dc..fa680556ce4 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 4.10.0.11 +appVersion: 4.10.0.14 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/emby - https://hub.docker.com/r/alpine/socat type: application -version: 27.3.5 +version: 27.3.6 diff --git a/charts/stable/emby/values.yaml b/charts/stable/emby/values.yaml index fba772f9bc2..0868ee1bbd2 100644 --- a/charts/stable/emby/values.yaml +++ b/charts/stable/emby/values.yaml @@ -2,7 +2,7 @@ image: repository: oci.trueforge.org/containerforge/emby pullPolicy: IfNotPresent - tag: 4.10.0.11@sha256:a82b9ff41d046caa84e7fbc1035c901d9a4f8b0316bc2359f275fc28c820803c + tag: 4.10.0.14@sha256:5c1cf8069e29238b06a8418524c1289f51101e375f5020ccb04f3271c2ef4cab broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent