| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-24 | Remove all JF contributors from Emby list | Bond_009 | |
| 2026-04-23 | Update dependency Diacritics to 4.1.8 | renovate[bot] | |
| 2026-04-23 | Merge pull request #16689 from jellyfin/renovate/z440.atl.core-7.x | Bond-009 | |
| Update dependency z440.atl.core to 7.13.0 | |||
| 2026-04-23 | Merge pull request #16658 from jskoetsier/fix/image-jpg-mime-type | Bond-009 | |
| fix: add image/jpg to MIME type extension lookup | |||
| 2026-04-23 | Merge pull request #16649 from MBR-0001/removeGlobalSubtitleConfiguration | Bond-009 | |
| Skip libraries without enabled subtitle providers in SubtitleScheduledTask | |||
| 2026-04-23 | Merge pull request #16678 from jellyfin/renovate/dotnet-monorepo | Bond-009 | |
| Update dependency dotnet-ef to v10.0.7 | |||
| 2026-04-23 | Update dependency z440.atl.core to 7.13.0 | renovate[bot] | |
| 2026-04-22 | Merge pull request #16679 from jellyfin/renovate/microsoft | Bond-009 | |
| Update Microsoft | |||
| 2026-04-22 | Update Microsoft | renovate[bot] | |
| 2026-04-21 | Update dependency Morestachio to 5.0.1.670 | renovate[bot] | |
| 2026-04-21 | Update dependency dotnet-ef to v10.0.7 | renovate[bot] | |
| 2026-04-21 | Merge pull request #16667 from johnpc/fix/probe-provider-error-path | Bond-009 | |
| Include item path in provider error log messages | |||
| 2026-04-21 | Merge pull request #16670 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.6 | |||
| 2026-04-21 | Fix jellyfin#16308: Community ratings not updating after changing .nfo file. | Francisco Ernesto Planas Pestana | |
| When "replace all metadata" was issued on a film, with the Web metadata scrapers and "save to local metadata" disabled, after changing the .nfo file, 'Community rating' was not updated in the server, remaining the cached value. Fixed by adding, in the .nfo parser, an option for 'communityrating' along with value conformity verifiers. Validation tests were added. | |||
| 2026-04-21 | Translated using Weblate (Haitian) | Phillycodes | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ht/ | |||
| 2026-04-20 | Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.6 | renovate[bot] | |
| 2026-04-20 | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 2026-04-19 | Include item path in provider error log messages | John Corser | |
| Fixes #16622 - Error messages like 'Error in Probe Provider' now include the media file path, making it easier to identify which file caused the failure. | |||
| 2026-04-19 | Upgrade to xunit v3 | Shadowghost | |
| 2026-04-19 | Fix too many SQL variables error on large libraries | Shadowghost | |
| 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 | Add differen Slovak and Czech translation of Season for parsing | Biosias | |
| 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/ | |||
