| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-19 | Fix review comment | Shadowghost | |
| 2026-04-19 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-18 | Merge pull request #15355 from twsouthwick/twsouthwick-patch-1 | Bond-009 | |
| Enable jellyfin.db customized path | |||
| 2026-04-18 | Merge pull request #16659 from Bond-009/xmltv | Bond-009 | |
| Update to Jellyfin.XmlTv 10.12.0-pre1 | |||
| 2026-04-18 | Update to Jellyfin.XmlTv 10.12.0-pre1 | Bond_009 | |
| 2026-04-18 | Merge branch 'master' into removeGlobalSubtitleConfiguration | MBR-0001 | |
| 2026-04-18 | Update dependency coverlet.collector to v10 (#16657) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2026-04-18 | Remove global subtitle configuration (#14957) | KGT1 | |
| 2026-04-18 | fix: add image/jpg to MIME type extension lookup | Sebas 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-17 | Update dependency coverlet.collector to v10 | renovate[bot] | |
| 2026-04-17 | Translated using Weblate (Bosnian) | SecularSteve | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bs/ | |||
| 2026-04-17 | Added translation using Weblate (Bosnian) | SecularSteve | |
| 2026-04-16 | Fix comparison | MBR-0001 | |
| 2026-04-16 | Merge pull request #8890 from SenorSmartyPants/XMLTV-Live | Bond-009 | |
| Set XmlTvProgram.IsLive | |||
| 2026-04-16 | Merge pull request #16645 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.5 | |||
| 2026-04-16 | Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.5 | renovate[bot] | |
| 2026-04-15 | Remove permission check from GHA (#11231) | Bond-009 | |
| Permission check is moved to the script itself | |||
| 2026-04-15 | Added 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-15 | Update 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-15 | Merge 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-15 | fix: retain subtitles spanning HLS segment boundaries (#16594) | Hilmar Gústafsson | |
| fix: retain subtitles spanning HLS segment boundaries | |||
| 2026-04-15 | Merge pull request #13443 from jsoref/permissions-ci | Bond-009 | |
| chore(ci): Add permissions grant | |||
| 2026-04-15 | Update dependency dotnet-ef to v10.0.6 (#16635) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2026-04-15 | Update Microsoft to 10.0.6 (#16636) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2026-04-15 | Translated using Weblate (Croatian) | Milo Ivir | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2026-04-15 | Translated using Weblate (Croatian) | Milo Ivir | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2026-04-15 | Translated using Weblate (Croatian) | Milo Ivir | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2026-04-15 | Translated using Weblate (Croatian) | Milo Ivir | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2026-04-15 | Translated using Weblate (Croatian) | Milo Ivir | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/ | |||
| 2026-04-14 | Translated using Weblate (Finnish) | Sakari Kukkonen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2026-04-14 | Update Microsoft to 10.0.6 | renovate[bot] | |
| 2026-04-14 | Update dependency dotnet-ef to v10.0.6 | renovate[bot] | |
| 2026-04-14 | Fix 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-13 | Fix in-process restart (#16482) | Tim Eisele | |
| Fix in-process restart | |||
| 2026-04-13 | Translated using Weblate (Catalan) | Gargotaire | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
| 2026-04-13 | Merge pull request #16619 from dkanada/person-filter | Niels van Velzen | |
| add NameStartsWith and NameLessThan filters to Person search | |||
| 2026-04-13 | add NameStartsWithOrGreater parameter to Persons endpoint | dkanada | |
| 2026-04-12 | More generic collection folder filter handling | Shadowghost | |
| 2026-04-12 | add NameStartsWith and NameLessThan filters to Person search | dkanada | |
| 2026-04-11 | Translated 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-11 | Apply review suggestions | Shadowghost | |
| 2026-04-11 | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 2026-04-11 | Fix filters | Shadowghost | |
| 2026-04-11 | Merge pull request #16380 from LTe/fix-subtitle-extraction-setting | Bond-009 | |
| Respect EnableSubtitleExtraction setting in subtitle delivery | |||
| 2026-04-11 | Merge pull request #16567 from shocklateboy92/fix/iso639-2-language-display | Bond-009 | |
| Fix language display for ISO 639-2-only codes (e.g. mul, und, mis, zxx) | |||
| 2026-04-11 | Merge pull request #16609 from ddemarco5/master | Bond-009 | |
| Fix HDR tonemapping for BDMV content | |||
| 2026-04-11 | Merge pull request #16618 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update actions/upload-artifact action to v7.0.1 | |||
| 2026-04-10 | Update actions/upload-artifact action to v7.0.1 | renovate[bot] | |
| 2026-04-10 | Record missing information | Dominic DeMarco | |
| Fixes tonemapping checks by recording previously missing information when gathering video stream information from videos in a BDMV structure | |||
| 2026-04-09 | Simplify null-check ternary style in ProbeResultNormalizer | Lasath Fernando | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
