aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-03Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-05-03Omit BoxSet related materializationShadowghost
2026-05-03Apply review suggestionShadowghost
2026-05-03Use strict QSV CPB size for less powerful H.264 decodernyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2026-05-03feat/audiobook_chapters (#16518)Seven Rats
feat/audiobook_chapters
2026-05-03Merge pull request #16744 from nyanmisaka/skip-ssa-to-ass-convBond-009
Avoid SSA to ASS conversion and loss of styles
2026-05-03Merge pull request #16746 from jellyfin/renovate/ci-depsBond-009
Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.9
2026-05-03Merge pull request #16739 from tcsenpai/fix-symmetric-skip-defaultsBond-009
fix: use symmetric 15s default for skip forward/backward lengths
2026-05-03Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2026-05-02Translated using Weblate (Macedonian)Bate Mite
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2026-05-02Fix FFProbeVideoInfo downloading subtitles without considering internal streamsMBR#0001
Currently "Skip if the video already contains embedded subtitles" and "Skip if the default audio track matches the download language" are ignored because the internal tracks are not loaded before downloading This method is also triggered by the missing subtitles task (whenever a subtitle is downloaded) so if there are multiple languages configured, after first one is downloaded (valid) it runs it for other languages which might be internal
2026-05-02Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.9renovate[bot]
2026-05-03fixExpctING
Co-authored-by: Copilot <copilot@github.com>
2026-05-02Merge pull request #16738 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2026-05-02Update CI dependenciesrenovate[bot]
2026-05-02Avoid SSA to ASS conversion and loss of stylesnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2026-05-02Translated using Weblate (Arabic)Hassan Alabdulaal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2026-05-02Translated using Weblate (Arabic)Hassan Alabdulaal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2026-05-02Added translation using Weblate (Arabic (Saudi Arabia))Hassan Alabdulaal
2026-05-01Use symmetric 15s default for skip forward/backward lengthstcsenpai
Previously the default skip forward was 30s while skip backward was 10s. This asymmetry is unexpected for most users and causes a poor UX, especially on mobile/TV clients that rely on these server-side defaults. Both values now default to 15000ms (15s), keeping a single consistent behaviour until the user explicitly customizes them.
2026-04-29Merge remote-tracking branch 'upstream/master' into epg-fixesShadowghost
2026-04-29Merge pull request #16690 from jellyfin/renovate/diacritics-4.xBond-009
Update dependency Diacritics to 4.1.8
2026-04-29Backport pull request #16718 from jellyfin/release-10.11.zgnattu
Allow HDR10 for VPP tonemapping Original-merge: 938c0435960345ac3d91e7705becfaf8edc57f17 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-04-29Merge pull request #16715 from dkanada/obsolete-endpointsBond-009
hide HLS controllers and deprecate unused endpoints
2026-04-29Merge pull request #16725 from jellyfin/renovate/microsoftBond-009
Update dependency Microsoft.NET.Test.Sdk to 18.5.1
2026-04-28Update dependency Microsoft.NET.Test.Sdk to 18.5.1renovate[bot]
2026-04-28Merge pull request #16672 from dwandw/fix-ipv6-prefixes-not-recognized-as-proxyBond-009
Fix IPv6 prefixes not recognized as proxy
2026-04-28Merge pull request #16710 from jellyfin/renovate/ci-depsBond-009
Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.7
2026-04-27Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.7renovate[bot]
2026-04-27hide HLS controllers and update obsolete endpointsdkanada
2026-04-27fix: IPv6 prefixes not recognized as proxy ↵dwandw
https://github.com/jellyfin/jellyfin/issues/15710
2026-04-26Apply review suggestionsShadowghost
2026-04-26Merge pull request #16708 from jellyfin/renovate/fscheck.xunit.v3-3.xBond-009
Update dependency FsCheck.Xunit.v3 to 3.3.3
2026-04-26Fix BoxSet library visibilityShadowghost
2026-04-26Reduce correlated EXISTS queriesShadowghost
2026-04-26Use AsNoTracking() when only readingShadowghost
2026-04-26Remove unnecessary materializationsShadowghost
2026-04-26Merge pull request #16698 from dkanada/api-tagsBond-009
improve openapi endpoint categorization
2026-04-26Update dependency FsCheck.Xunit.v3 to 3.3.3renovate[bot]
2026-04-26use decorators to improve openapi endpoint categoriesdkanada
2026-04-26Add test for keyframe duration overshoot clampingDylan Dellett-Wion
2026-04-26Clamp keyframe duration overshoot instead of throwing in HLS playlist generationDylan Dellett-Wion
2026-04-25Honor episode NFO season during metadata mergeitz4blitz
Path-derived season numbers could win over explicit provider metadata during episode refresh, causing episodes to appear in the wrong season. Prefer provider-supplied season numbers in the provider merge phases without letting later backfill merges clobber them.
2026-04-25fix ci failedExpctING
Co-authored-by: Copilot <copilot@github.com>
2026-04-25fix chapter average calculation to avoid division by zero error.ExpctING
Co-authored-by: Copilot <copilot@github.com>
2026-04-25Fix dummy chapter handling for videos with a single chapter.ExpctING
2026-04-24Merge pull request #15762 from ↵Bond-009
MSalman5230/Preservation-of-Watched-Status-on-Re-watch Fix watched status resetting on re-watch
2026-04-24Merge branch 'master' into Preservation-of-Watched-Status-on-Re-watchBond-009
2026-04-24Merge pull request #16666 from Shadowghost/xunit3Bond-009
Upgrade to xunit v3
2026-04-24Merge pull request #16694 from Bond-009/contributorsNiels van Velzen
Remove all JF contributors from Emby list