aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-14Translated using Weblate (Finnish)Sakari Kukkonen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2026-04-14Update Microsoft to 10.0.6renovate[bot]
2026-04-14Update dependency dotnet-ef to v10.0.6renovate[bot]
2026-04-14Fix artist metadata not being fetched on initial library scan (#16606)theguymadmax
* Fix artist metadata not being fetched on initial library scan * Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs Co-authored-by: Bond-009 <bond.009@outlook.com> --------- Co-authored-by: Bond-009 <bond.009@outlook.com>
2026-04-13Fix in-process restart (#16482)Tim Eisele
Fix in-process restart
2026-04-13Translated using Weblate (Catalan)Gargotaire
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2026-04-13Merge pull request #16619 from dkanada/person-filterNiels van Velzen
add NameStartsWith and NameLessThan filters to Person search
2026-04-13add NameStartsWithOrGreater parameter to Persons endpointdkanada
2026-04-12More generic collection folder filter handlingShadowghost
2026-04-12add NameStartsWith and NameLessThan filters to Person searchdkanada
2026-04-11Translated using Weblate (Chinese (Traditional Han script, Hong Kong))Lofuuzi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2026-04-11Apply review suggestionsShadowghost
2026-04-11Merge remote-tracking branch 'upstream/master' into epg-fixesShadowghost
2026-04-11Fix filtersShadowghost
2026-04-11Merge pull request #16380 from LTe/fix-subtitle-extraction-settingBond-009
Respect EnableSubtitleExtraction setting in subtitle delivery
2026-04-11Merge pull request #16567 from shocklateboy92/fix/iso639-2-language-displayBond-009
Fix language display for ISO 639-2-only codes (e.g. mul, und, mis, zxx)
2026-04-11Merge pull request #16609 from ddemarco5/masterBond-009
Fix HDR tonemapping for BDMV content
2026-04-11Merge pull request #16618 from jellyfin/renovate/ci-depsBond-009
Update actions/upload-artifact action to v7.0.1
2026-04-10Update actions/upload-artifact action to v7.0.1renovate[bot]
2026-04-10Ignore season directories with no video for TV ShowsLmanTW
2026-04-10Record missing informationDominic DeMarco
Fixes tonemapping checks by recording previously missing information when gathering video stream information from videos in a BDMV structure
2026-04-09Simplify null-check ternary style in ProbeResultNormalizerLasath Fernando
Co-authored-by: Bond-009 <bond.009@outlook.com>
2026-04-09Merge pull request #16588 from jellyfin/renovate/microsoftBond-009
Update dependency Microsoft.NET.Test.Sdk to 18.4.0
2026-04-09Merge pull request #16456 from joshuaboniface/fix-path-filesystem-logicJoshua M. Boniface
2026-04-08Fix language display for ISO 639-2-only codes (e.g. mul, und)Lasath Fernando
LoadCultures() in LocalizationManager skipped all iso6392.txt entries without a two-letter ISO 639-1 code, dropping 302 of 496 languages including mul (Multiple languages), und (Undetermined), mis (Uncoded languages), zxx, and many real languages like Achinese, Akkadian, etc. This caused FindLanguageInfo() to return null for these codes, which meant: - ExternalPathParser could not recognize them as valid language codes in subtitle filenames, so the Language field was never set - DisplayTitle fell back to the raw code string (e.g. "Mul") Fix by allowing entries without two-letter codes to be loaded with an empty TwoLetterISOLanguageName. Also set LocalizedLanguage in ProbeResultNormalizer for ffprobe-detected streams (the DB repository path was already handled on master).
2026-04-08Update dependency Microsoft.NET.Test.Sdk to 18.4.0renovate[bot]
2026-04-08Translated using Weblate (Abkhazian)nour ovendodger
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ab/
2026-04-07Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-04-06Translated using Weblate (Chinese (Traditional Han script, Hong Kong))Lofuuzi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2026-04-06Merge pull request #16577 from Bond-009/security-backportsJoshua M. Boniface
Backport security fixes
2026-04-06Update MediaBrowser.Controller/Entities/BaseItem.csTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>
2026-04-06Lock down tuner API to be admin-onlyShadowghost
2026-04-06Fix GHSA-jh22-fw8w-2v9xShadowghost
2026-04-06Add additional validationsShadowghost
2026-04-06Fix GHSA v2jv-54xj-h76wShadowghost
2026-04-06Fix GHSA-8fw7-f233-ffr8 with improved sanitizationJoshua M. Boniface
Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de>
2026-04-06Fix GHSA-j2hf-x4q5-47j3 with improved sanitizationJoshua M. Boniface
Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de>
2026-04-06Backport pull request #16540 from jellyfin/release-10.11.zShadowghost
Handle folders without associated library in FixLibrarySubtitleDownloadLanguages Original-merge: be095f85ab80db1d20fccba8774856abe9ae0bd1 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-04-06Backport pull request #16539 from jellyfin/release-10.11.zMBR-0001
Fix subtitle saving Original-merge: f51c63e244436944d5269085a1bed1e56db7a78e Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-04-06Merge pull request #16342 from Bond-009/spammydebugBond-009
Don't spam debug log with items without rating
2026-04-06Translated using Weblate (Ukrainian)kscop-n1
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2026-04-06Translated using Weblate (Ukrainian)kscop-n1
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2026-04-06Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2026-04-05Merge pull request #16573 from theguymadmax/update-template-for-10.11.8Bill Thornton
2026-04-05Translated using Weblate (Chinese (Traditional Han script, Hong Kong))Lofuuzi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2026-04-05Update issue template version to 10.11.8theguymadmax
2026-04-05Merge pull request #16490 from theguymadmax/fix-nested-boxsets-queryBond-009
Fix BoxSet parentId being ignored in item queries
2026-04-05Merge pull request #16501 from bilbofroggins/masterBond-009
Reverse check for track changed
2026-04-05Merge pull request #16570 from jellyfin/renovate/z440.atl.core-7.xBond-009
Update dependency z440.atl.core to 7.12.0
2026-04-05Merge pull request #14745 from HeroBrine1st/masterBond-009
Add AlbumNormalizationGain field to BaseItemDto