aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
6 daysBackport pull request #17973 from jellyfin/release-12.zShadowghost
Stop requesting unused credits when looking up a TMDb person Original-merge: b92298e06f56024e60f5e7eb2fa42ca83a176af5 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17971 from jellyfin/release-12.zShadowghost
Skip empty ZIP comments for ComicBookInfo Original-merge: bdfdef381823eaa07dd75a5f9c8697955c0b0211 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17947 from jellyfin/release-12.zShadowghost
Don't record a failed refresh as a completed one Original-merge: 8453ff2359ce1c35883226035eeb4c4694bf0890 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17939 from jellyfin/release-12.zShadowghost
Fix metadata provider order needing a restart to apply Original-merge: 53a991d36a6394cef4b154272a95e6181982dd32 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17930 from jellyfin/release-12.zShadowghost
Fix playlist encoding recognition Original-merge: e5d91342b78d46f1b678ce5d5516079281b716a8 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17924 from jellyfin/release-12.zenter-a-random-username
Use thumbs for image tmdb image preview Original-merge: d418fd4cb4b607a99c7dd45dd960d755cb876457 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
6 daysBackport pull request #17859 from jellyfin/release-12.zShadowghost
Report image resolutions for TMDb images when no image size is configured Original-merge: b2ed322c475d430b0bf71913072006ae997b0233 Merged-by: crobibero <cody@robibe.ro> Backported-by: Cody Robibero <cody@robibe.ro>
2026-09-07Fix TMDb search result rankingShadowghost
2026-09-06Merge pull request #17810 from Shadowghost/fix-tmdb-recommendationsCody Robibero
Fix TMDb recommendations
2026-09-06Merge pull request #17763 from Shadowghost/fix-refresh-queue-and-directory-cacheCody Robibero
Fix items being lost from the refresh queue and bound the directory service caches
2026-09-06Apply review suggestionsShadowghost
2026-09-06Don't read episode markers in episode titles as a multi-episode rangeShadowghost
2026-09-06Fix TMDb recommendationsShadowghost
2026-09-05Fix handling of unordered multi-episode NFOsShadowghost
2026-09-05Merge pull request #17746 from kfarnung/fix/vobsub-idx-subtitle-languageCody Robibero
Probe .idx instead of .sub for external VobSub subtitle language detection
2026-09-04Invalidate the singleton DirectoryService cache on filesystem changesShadowghost
2026-09-03Reduce commentsShadowghost
2026-09-02Optimize CachesShadowghost
Co-Authored-By: Cody Robibero <cody@robibe.ro>
2026-09-01Bound the TMDb response cache so a library scan cannot fill it without limitShadowghost
2026-09-01Guard the refresh queue so concurrent callers cannot lose the items they queueShadowghost
2026-08-31Apply review suggestions, remove Logo on config pageShadowghost
2026-08-31Repair the blank algorithm select and missing logo in ListenBrainz plugin ↵Shadowghost
settings
2026-08-31Default the similar items TMDb cache to 90 daysShadowghost
2026-08-30Probe .idx instead of .sub for external VobSub subtitle language detectionKyle 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
2026-08-29Revert "Fix ParentId for episodes in virtual seasons"Shadowghost
This reverts commit 6da85a0aaa87bdd2c81ef2b1936a2e35c1478b76.
2026-08-26Fix ParentId for episodes in virtual seasonstheguymadmax
2026-08-25Merge pull request #17709 from Shadowghost/fix-people-task-peristv12.0-rc6Cody Robibero
Persist the refresh stamp so the people task stops redoing its work
2026-08-25Merge pull request #17716 from Shadowghost/tmdb-aggregate-castCody Robibero
Build a TMDb series cast from the aggregated credits
2026-08-25Build a TMDb series cast from the aggregated creditsShadowghost
2026-08-25Keep an OMDb credit whole when its annotation holds a commaShadowghost
2026-08-25Handle generational suffixesShadowghost
2026-08-24Persist the refresh stamp so the people task stops redoing its workShadowghost
2026-08-24Fix OMDB People handlingShadowghost
2026-08-23Merge pull request #17702 from Shadowghost/fix-person-metadata-refreshCody Robibero
Fix person metadata not being fetched on demand or by the people task
2026-08-23Fix person metadata not being fetched on demand or by the people taskShadowghost
2026-08-22Merge remote-tracking branch 'upstream/master' into ↵Shadowghost
fix-metadata-language-fallback
2026-08-22Additional fixesShadowghost
Co-Authored-By: Cody Robibero <cody@robibe.ro>
2026-08-19Merge remote-tracking branch 'upstream/master' into ↵Shadowghost
safeguard-invalid-provider-ids
2026-08-18More resilient MusicBrainz lookupShadowghost
2026-08-12Fix English metadata blocking localized providers ranked below itShadowghost
2026-08-10Apply review suggestionsShadowghost
2026-08-08Safeguard against invalid provider idsShadowghost
2026-08-07Merge pull request #17525 from rlauuzo/masterCody Robibero
Clear metadata provider cache when provider parts are registered
2026-08-05Merge pull request #17315 from Florin-Popescu/replaygain-missing-tagsCody Robibero
Parse ReplayGain album gain field
2026-08-03Clear metadata provider cache when provider parts are registeredrlauuzo
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-02Merge pull request #17456 from Shadowghost/fix-extrasCody Robibero
Fix extras naming and version assignment
2026-08-02Switch to opt-inShadowghost
2026-08-01Merge remote-tracking branch 'upstream/master' into tmdb-missing-episodesShadowghost
# Conflicts: # Jellyfin.Server.Implementations/Item/BaseItemRepository.QueryBuilding.cs
2026-07-28Merge pull request #17424 from Shadowghost/add-audiodb-searchCody Robibero
Implement AudioDb artist search
2026-07-28Apply review suggestionShadowghost