| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Fix TMDb search result ranking | Shadowghost | |
| 3 days | Merge pull request #17810 from Shadowghost/fix-tmdb-recommendations | Cody Robibero | |
| Fix TMDb recommendations | |||
| 3 days | Merge pull request #17763 from Shadowghost/fix-refresh-queue-and-directory-cache | Cody Robibero | |
| Fix items being lost from the refresh queue and bound the directory service caches | |||
| 3 days | Apply review suggestions | Shadowghost | |
| 3 days | Don't read episode markers in episode titles as a multi-episode range | Shadowghost | |
| 3 days | Fix TMDb recommendations | Shadowghost | |
| 4 days | Fix handling of unordered multi-episode NFOs | Shadowghost | |
| 4 days | Merge pull request #17746 from kfarnung/fix/vobsub-idx-subtitle-language | Cody Robibero | |
| Probe .idx instead of .sub for external VobSub subtitle language detection | |||
| 5 days | Invalidate the singleton DirectoryService cache on filesystem changes | Shadowghost | |
| 6 days | Reduce comments | Shadowghost | |
| 7 days | Optimize Caches | Shadowghost | |
| Co-Authored-By: Cody Robibero <cody@robibe.ro> | |||
| 8 days | Bound the TMDb response cache so a library scan cannot fill it without limit | Shadowghost | |
| 8 days | Guard the refresh queue so concurrent callers cannot lose the items they queue | Shadowghost | |
| 9 days | Apply review suggestions, remove Logo on config page | Shadowghost | |
| 9 days | Repair the blank algorithm select and missing logo in ListenBrainz plugin ↵ | Shadowghost | |
| settings | |||
| 9 days | Default the similar items TMDb cache to 90 days | Shadowghost | |
| 10 days | Probe .idx instead of .sub for external VobSub subtitle language detection | Kyle Farnung | |
| External VobSub subtitle pairs (.idx and .sub) were only probed via the bare .sub file. In cases where multiple languages are present, this results in missing language metadata. Fix by detecting the matching .idx file during media info resolution to run ffprobe on that file and skip processing the .sub entirely. ffprobe will automatically find the matching (same directory, case-sensitive base) .sub file and process both. Added regression tests covering idx/sub pairing, unpaired files, cross-directory pairs, and language-flagged filenames. Fixes #17745 | |||
| 11 days | Revert "Fix ParentId for episodes in virtual seasons" | Shadowghost | |
| This reverts commit 6da85a0aaa87bdd2c81ef2b1936a2e35c1478b76. | |||
| 13 days | Fix ParentId for episodes in virtual seasons | theguymadmax | |
| 2026-08-25 | Merge pull request #17709 from Shadowghost/fix-people-task-peristv12.0-rc6 | Cody Robibero | |
| Persist the refresh stamp so the people task stops redoing its work | |||
| 2026-08-25 | Merge pull request #17716 from Shadowghost/tmdb-aggregate-cast | Cody Robibero | |
| Build a TMDb series cast from the aggregated credits | |||
| 2026-08-25 | Build a TMDb series cast from the aggregated credits | Shadowghost | |
| 2026-08-25 | Keep an OMDb credit whole when its annotation holds a comma | Shadowghost | |
| 2026-08-25 | Handle generational suffixes | Shadowghost | |
| 2026-08-24 | Persist the refresh stamp so the people task stops redoing its work | Shadowghost | |
| 2026-08-24 | Fix OMDB People handling | Shadowghost | |
| 2026-08-23 | Merge pull request #17702 from Shadowghost/fix-person-metadata-refresh | Cody Robibero | |
| Fix person metadata not being fetched on demand or by the people task | |||
| 2026-08-23 | Fix person metadata not being fetched on demand or by the people task | Shadowghost | |
| 2026-08-22 | Merge remote-tracking branch 'upstream/master' into ↵ | Shadowghost | |
| fix-metadata-language-fallback | |||
| 2026-08-22 | Additional fixes | Shadowghost | |
| Co-Authored-By: Cody Robibero <cody@robibe.ro> | |||
| 2026-08-19 | Merge remote-tracking branch 'upstream/master' into ↵ | Shadowghost | |
| safeguard-invalid-provider-ids | |||
| 2026-08-18 | More resilient MusicBrainz lookup | Shadowghost | |
| 2026-08-12 | Fix English metadata blocking localized providers ranked below it | Shadowghost | |
| 2026-08-10 | Apply review suggestions | Shadowghost | |
| 2026-08-08 | Safeguard against invalid provider ids | Shadowghost | |
| 2026-08-07 | Merge pull request #17525 from rlauuzo/master | Cody Robibero | |
| Clear metadata provider cache when provider parts are registered | |||
| 2026-08-05 | Merge pull request #17315 from Florin-Popescu/replaygain-missing-tags | Cody Robibero | |
| Parse ReplayGain album gain field | |||
| 2026-08-03 | Clear metadata provider cache when provider parts are registered | rlauuzo | |
| AddParts replaces _metadataProviders but left _metadataProviderCache holding provider arrays from the previous registration. Invalidate the cache so repeated AddParts calls cannot serve stale providers, and give the previously uncalled ClearMetadataProviderCache its intended caller. | |||
| 2026-08-02 | Merge pull request #17456 from Shadowghost/fix-extras | Cody Robibero | |
| Fix extras naming and version assignment | |||
| 2026-08-02 | Switch to opt-in | Shadowghost | |
| 2026-08-01 | Merge remote-tracking branch 'upstream/master' into tmdb-missing-episodes | Shadowghost | |
| # Conflicts: # Jellyfin.Server.Implementations/Item/BaseItemRepository.QueryBuilding.cs | |||
| 2026-07-28 | Merge pull request #17424 from Shadowghost/add-audiodb-search | Cody Robibero | |
| Implement AudioDb artist search | |||
| 2026-07-28 | Apply review suggestion | Shadowghost | |
| 2026-07-28 | skip album ReplayGain parsing if no album or value already present | Florin Popescu | |
| 2026-07-28 | added null checks | Florin Popescu | |
| 2026-07-28 | parse replaygain reference loudness & album gain fields | Florin Popescu | |
| 2026-07-27 | Fix extras naming and version assignment | Shadowghost | |
| 2026-07-25 | Merge pull request #17399 from Shadowghost/fix-extra-year | Cody Robibero | |
| Fix incorrect year on local trailers | |||
| 2026-07-25 | Always inherit from owner item and add tests | Shadowghost | |
| 2026-07-25 | Fix TmdbMissingEpisodeProvider | Shadowghost | |
