aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2 daysMerge pull request #17121 from theguymadmax/fix-date-offsetBond-009
Fix episode air date offset after initial scan
3 daysFetch TV Shows creators from TMDB (#17107)Rant423
Fetch TV Shows creators from TMDB
4 daysFix episode air date offset after initial scantheguymadmax
5 daysawait instead of returning TaskBond_009
5 daysfix build errorsBond_009
5 daysMerge pull request #17089 from Bond-009/sharpcompressBond-009
Replace usage of SharpCompress
7 daysReplace usage of SharpCompressBond_009
ComicImageProvider is the last user of SharpCompress after this PR
7 daysMerge pull request #17081 from Gadnief/fix/audiodb-album-description-en-fallbackBond-009
Fix AudioDb album description not displayed for English (mirror of #16606)
7 daysMerge pull request #17051 from ivanjx/hydrate-epsBond-009
Assign correct season info to new episodes
9 daysFix 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
10 daysMerge pull request #16444 from dkanada/comic-providersBond-009
migrate local comic providers to server codebase
13 daysAssign correct season id and name to new episodesIvan Kara
13 daysFix data extraction for alternative versionsShadowghost
2026-06-03Merge pull request #16995 from theguymadmax/fix-flat-seriesBond-009
Fix season unknown for flat TV structures
2026-06-01Fix incorrect list capacitytheguymadmax
2026-06-01Fix season unknown for flat tv structurestheguymadmax
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-10add missing exception information to error logdkanada
2026-05-08fix reported SonarQube issuesdkanada
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-06Merge pull request #16780 from Shadowghost/fix-muscibrainz-disposeNiels van Velzen
Move MusicBrainz Query client to plugin instance
2026-05-05Move MusicBrainz Query client to plugin instanceShadowghost
2026-05-05Fix subtitle save pathShadowghost
2026-05-04Fix use of thread-unsafe List<T>.Sort()Gabriel Luci
2026-05-04Merge pull request #16695 from ExpctING/fix_dummy_chapterNiels van Velzen
Fix dummy chapter handling for videos with a single chapter or short duration.
2026-05-04Merge pull request #16702 from itz4blitz/blitz/issue-13197-nfo-seasonNiels van Velzen
Honor episode NFO season during metadata merge
2026-05-04Merge pull request #16166 from Shadowghost/ignore-cachingNiels van Velzen
Implement ignore rule caching
2026-05-04Merge pull request #16747 from MBR-0001/fix-ffprobe-subsNiels van Velzen
Fix FFProbeVideoInfo downloading subtitles without considering internal streams
2026-05-03Implement Similarity providersShadowghost
2026-05-03Implement ignore rule cachingShadowghost
2026-05-03Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-05-03feat/audiobook_chapters (#16518)Seven Rats
feat/audiobook_chapters
2026-05-02Fix FFProbeVideoInfo downloading subtitles without considering internal streamsMBR#0001
Currently "Skip if the video already contains embedded subtitles" and "Skip if the default audio track matches the download language" are ignored because the internal tracks are not loaded before downloading This method is also triggered by the missing subtitles task (whenever a subtitle is downloaded) so if there are multiple languages configured, after first one is downloaded (valid) it runs it for other languages which might be internal
2026-04-27hide HLS controllers and update obsolete endpointsdkanada
2026-04-25Honor episode NFO season during metadata mergeitz4blitz
Path-derived season numbers could win over explicit provider metadata during episode refresh, causing episodes to appear in the wrong season. Prefer provider-supplied season numbers in the provider merge phases without letting later backfill merges clobber them.
2026-04-25fix ci failedExpctING
Co-authored-by: Copilot <copilot@github.com>
2026-04-25Fix dummy chapter handling for videos with a single chapter.ExpctING
2026-04-23Merge pull request #16649 from MBR-0001/removeGlobalSubtitleConfigurationBond-009
Skip libraries without enabled subtitle providers in SubtitleScheduledTask
2026-04-19Include item path in provider error log messagesJohn 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-19Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-04-18Merge branch 'master' into removeGlobalSubtitleConfigurationMBR-0001
2026-04-18Remove global subtitle configuration (#14957)KGT1