aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-19Fix review commentShadowghost
2026-04-19Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-04-18Merge pull request #15355 from twsouthwick/twsouthwick-patch-1Bond-009
Enable jellyfin.db customized path
2026-04-18Merge pull request #16659 from Bond-009/xmltvBond-009
Update to Jellyfin.XmlTv 10.12.0-pre1
2026-04-18Update to Jellyfin.XmlTv 10.12.0-pre1Bond_009
2026-04-18Merge branch 'master' into removeGlobalSubtitleConfigurationMBR-0001
2026-04-18Update dependency coverlet.collector to v10 (#16657)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-18Remove global subtitle configuration (#14957)KGT1
2026-04-18fix: add image/jpg to MIME type extension lookupSebas Koetsier
Although image/jpg is not a registered MIME type (RFC 2046 specifies image/jpeg), several external providers return image/jpg as the Content-Type for JPEG images: - TMDb API (thumbnail/episode images) - Schedules Direct EPG - Various other metadata providers Without this mapping, Jellyfin throws ArgumentException: 'Unable to determine image file extension from mime type image/jpg' This causes library scans to fail when saving episode thumbnails and other images from these providers, leading to repeated scan failures and cancelled library scans. PR #7052 previously added this but it was lost during the migration to FrozenDictionary. Issue #13568 reports the same bug in 10.10+. Fixes: jellyfin/jellyfin#13568 Related: jellyfin/jellyfin#7050, jellyfin/jellyfin#7052
2026-04-17Update dependency coverlet.collector to v10renovate[bot]
2026-04-17Translated using Weblate (Bosnian)SecularSteve
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bs/
2026-04-17Added translation using Weblate (Bosnian)SecularSteve
2026-04-16Fix comparisonMBR-0001
2026-04-16Merge pull request #8890 from SenorSmartyPants/XMLTV-LiveBond-009
Set XmlTvProgram.IsLive
2026-04-16Merge pull request #16645 from jellyfin/renovate/ci-depsBond-009
Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.5
2026-04-16Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.5renovate[bot]
2026-04-15Remove permission check from GHA (#11231)Bond-009
Permission check is moved to the script itself
2026-04-15Added Tanzania countries.json (#14406)Eliya Wolfram Konzo
* Update countries.json Added Tanzania * Fix order countries.json * Fix tests --------- Co-authored-by: Bond_009 <bond.009@outlook.com>
2026-04-15Update github/codeql-action action to v4.35.2 (#16639)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15Merge pull request #13491 from ↵Niels van Velzen
gnattu/disallow-trailing-leading-space-library-name Don't allow library name with leading or trailing space
2026-04-15fix: retain subtitles spanning HLS segment boundaries (#16594)Hilmar Gústafsson
fix: retain subtitles spanning HLS segment boundaries
2026-04-15Merge pull request #13443 from jsoref/permissions-ciBond-009
chore(ci): Add permissions grant
2026-04-15Update dependency dotnet-ef to v10.0.6 (#16635)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15Update Microsoft to 10.0.6 (#16636)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-15Translated using Weblate (Croatian)Milo Ivir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2026-04-15Translated using Weblate (Croatian)Milo Ivir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2026-04-15Translated using Weblate (Croatian)Milo Ivir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2026-04-15Translated using Weblate (Croatian)Milo Ivir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
2026-04-15Translated using Weblate (Croatian)Milo Ivir
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
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-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>