aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins
AgeCommit message (Collapse)Author
3 daysSwitch to opt-inShadowghost
4 daysMerge remote-tracking branch 'upstream/master' into tmdb-missing-episodesShadowghost
# Conflicts: # Jellyfin.Server.Implementations/Item/BaseItemRepository.QueryBuilding.cs
8 daysApply review suggestionShadowghost
11 daysFix TmdbMissingEpisodeProviderShadowghost
12 daysDon't pull MusicBrainz Annotations into overviewShadowghost
13 daysFix MusicBrainz Metadata fetchingShadowghost
13 daysFix AudioDB metadata fetchingShadowghost
13 daysGuard against blank namesShadowghost
13 daysImplement 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
2026-04-27hide HLS controllers and update obsolete endpointsdkanada
2026-04-14Fix 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-03-25Parse provider IDs from season and episode folder/file namesMarc Brooks
Season and episode directories/files can now include provider ID attributes in their names (e.g. "Season 01 [tvdbid=22222]" or "Show S01E01 [tmdbid=99999].mkv"), consistent with the existing behavior for series folders. Supported providers: imdbid, tvdbid, tvmazeid, tmdbid. Adds TmdbSeasonExternalId and TmdbEpisodeExternalId so that the TMDB season and episode IDs are surfaced in the metadata editor. Seasons do not have their own IMDb IDs, so we don't support imdbid parsing in SeasonResolver. Instead, generate IMDb season URLs via ImdbExternalUrlProvider using the parent series' IMDb ID and the season number, matching the IMDb URL format: imdb.com/title/{seriesId}/episodes/?season={N} Add tests for the ExternalUrlProviders.
2026-03-23Merge pull request #15593 from dkanada/book-provider-idsBond-009
include external IDs and URLs for book providers
2026-02-15Fix buildBond_009
2026-02-14Merge pull request #16144 from DerMaddis/series-production-yearBond-009
TmdbSeriesProvider: Set ProductionYear field
2026-02-14Backport pull request #16116 from jellyfin/release-10.11.zsaltpi
Fix TMDB image URLs missing size parameter Original-merge: caa05c1bf2c55053a65091886f0ddf78865fc72c Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-02-13TmdbSeriesProvider: Set ProductionYear in SearchResult mappersDerMaddis
2026-02-01Remove handling for 5-letter language codes in TMDb language normalizationRiri
2026-01-30TmdbSeriesProvider: Set ProductionYear fieldDerMaddis
2026-01-29include external IDs and URLs for book providersdkanada
2026-01-28Backport pull request #16066 from jellyfin/release-10.11.ztheguymadmax
Fix TMDB crew department mapping Original-merge: 673f617994da6ff6a45cf428a3ea47de59edc6c5 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2026-01-18Backport pull request #15872 from jellyfin/release-10.11.zShadowghost
Be more strict about PersonType assignment Original-merge: b56de6493f67cd1cdc43b47745ae66908d1aef41 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-12-29Fix buildBond_009
2025-12-29Pass cancellation token to GetReleaseGroupResultAsyncBond_009
2025-10-27Backport pull request #15113 from jellyfin/release-10.11.zivanjx
Add season number fallback for OMDB and TMDB plugins Original-merge: 618ec4543e48fc670e655eda39c2e3869be86c7b Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>