aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins
AgeCommit message (Collapse)Author
5 daysFix TMDb search result rankingShadowghost
6 daysFix TMDb recommendationsShadowghost
11 daysBound the TMDb response cache so a library scan cannot fill it without limitShadowghost
12 daysApply review suggestions, remove Logo on config pageShadowghost
12 daysRepair the blank algorithm select and missing logo in ListenBrainz plugin ↵Shadowghost
settings
12 daysDefault the similar items TMDb cache to 90 daysShadowghost
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-24Fix OMDB People handlingShadowghost
2026-08-22Merge remote-tracking branch 'upstream/master' into ↵Shadowghost
fix-metadata-language-fallback
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-08Safeguard against invalid provider idsShadowghost
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-28Apply review suggestionShadowghost
2026-07-25Fix TmdbMissingEpisodeProviderShadowghost
2026-07-24Don't pull MusicBrainz Annotations into overviewShadowghost
2026-07-23Fix MusicBrainz Metadata fetchingShadowghost
2026-07-23Fix AudioDB metadata fetchingShadowghost
2026-07-23Guard against blank namesShadowghost
2026-07-23Implement AudioDb artist searchShadowghost
2026-07-20Merge pull request #17204 from theguymadmax/sort-seires-trailersBond-009
Sort trailers for TV Shows
2026-07-17Show production companies under TV Shows' Studios (#17246)Rant423
* show production companies instead of networks * keep both production companies and networks * fix whitespace * fix nullable type * networks first, then production companies
2026-07-08Use FrozenSettheguymadmax
2026-07-06Add Novel job mapping to the Writing departmenttheguymadmax
2026-06-29Sort trailers for TV Showstheguymadmax
2026-06-25Only process items with tmdb idShadowghost
2026-06-25Set TMDb id in season providerShadowghost
2026-06-25Add TMDb missing episode providerShadowghost
2026-06-18Merge pull request #17121 from theguymadmax/fix-date-offsetBond-009
Fix episode air date offset after initial scan
2026-06-17Fetch TV Shows creators from TMDB (#17107)Rant423
Fetch TV Shows creators from TMDB
2026-06-16Fix episode air date offset after initial scantheguymadmax
2026-06-12Fix AudioDb album description not displayed when only base strDescription ↵Dennis M
field is populated TheAudioDB returns the English album description in the base strDescription field (no language suffix). The plugin previously only read strDescriptionEN, which is absent from the API response, so the Overview/Description field stayed empty for English (and any other language for which no localized strDescription<LANG> exists). Mirror the fallback already applied to AudioDbArtistProvider in #16606 and add the missing strDescription property to the Album DTO. Fixes #17080
2026-06-01Fix incorrect list capacitytheguymadmax
2026-05-26Improve OriginalLanguage normalization and inheritance (#16829)Erik W
Improve OriginalLanguage normalization and inheritance
2026-05-21Run tree-wide dotnet formatjakobkukla
2026-05-16Move ComicVine and GoogleBooks ExternalUrl providers to ↵Shadowghost
MediaBrowser.Providers.Books
2026-05-15Fix integrated provider imagesShadowghost
2026-05-15Merge pull request #15970 from Shadowghost/similarityBond-009
Implement similarity providers
2026-05-14Add Listenbrainz plugin LogoShadowghost
2026-05-14Make Cache duration user configurableShadowghost
2026-05-13Apply review suggestionsShadowghost
2026-05-07Add OriginalLanguage as option to PreferredAudioLanguage (#12579)Erik W
* Add OriginalLanguage as option to PreferredAudioLanguage * Support for multiple original languages * Add original audio stream indicator * Fetch OriginalLanguage from TMDB * Adapt to EFCore refactor * Fix PlayDefaultAudioTrack OriginalLanguage behavior * Fix better PlayDefaultAudioTrack OriginalLanguage behavior * Add comment to ItemFields * Improved PlayDefaultAudioTrack behavior * Add migration for original language * Use sting.Equals for string comparisons * Always set dto OriginalLanguage * Remove OriginalLanguage from ItemFields --------- Co-authored-by: Lampan-git <lampan-git@users.noreply.github.com>
2026-05-06Merge branch 'master' into feature/season-provider-id-from-pathBond-009
2026-05-05Move MusicBrainz Query client to plugin instanceShadowghost
2026-05-03Implement Similarity providersShadowghost