| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | Merge pull request #17121 from theguymadmax/fix-date-offset | Bond-009 | |
| Fix episode air date offset after initial scan | |||
| 3 days | Fetch TV Shows creators from TMDB (#17107) | Rant423 | |
| Fetch TV Shows creators from TMDB | |||
| 4 days | Fix episode air date offset after initial scan | theguymadmax | |
| 5 days | await instead of returning Task | Bond_009 | |
| 5 days | fix build errors | Bond_009 | |
| 5 days | Merge pull request #17089 from Bond-009/sharpcompress | Bond-009 | |
| Replace usage of SharpCompress | |||
| 7 days | Replace usage of SharpCompress | Bond_009 | |
| ComicImageProvider is the last user of SharpCompress after this PR | |||
| 7 days | Merge pull request #17081 from Gadnief/fix/audiodb-album-description-en-fallback | Bond-009 | |
| Fix AudioDb album description not displayed for English (mirror of #16606) | |||
| 7 days | Merge pull request #17051 from ivanjx/hydrate-eps | Bond-009 | |
| Assign correct season info to new episodes | |||
| 9 days | Fix 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 days | Merge pull request #16444 from dkanada/comic-providers | Bond-009 | |
| migrate local comic providers to server codebase | |||
| 13 days | Assign correct season id and name to new episodes | Ivan Kara | |
| 13 days | Fix data extraction for alternative versions | Shadowghost | |
| 2026-06-03 | Merge pull request #16995 from theguymadmax/fix-flat-series | Bond-009 | |
| Fix season unknown for flat TV structures | |||
| 2026-06-01 | Fix incorrect list capacity | theguymadmax | |
| 2026-06-01 | Fix season unknown for flat tv structures | theguymadmax | |
| 2026-05-26 | Improve OriginalLanguage normalization and inheritance (#16829) | Erik W | |
| Improve OriginalLanguage normalization and inheritance | |||
| 2026-05-21 | Run tree-wide dotnet format | jakobkukla | |
| 2026-05-16 | Move ComicVine and GoogleBooks ExternalUrl providers to ↵ | Shadowghost | |
| MediaBrowser.Providers.Books | |||
| 2026-05-15 | Fix integrated provider images | Shadowghost | |
| 2026-05-15 | Merge pull request #15970 from Shadowghost/similarity | Bond-009 | |
| Implement similarity providers | |||
| 2026-05-14 | Add Listenbrainz plugin Logo | Shadowghost | |
| 2026-05-14 | Make Cache duration user configurable | Shadowghost | |
| 2026-05-13 | Apply review suggestions | Shadowghost | |
| 2026-05-10 | add missing exception information to error log | dkanada | |
| 2026-05-08 | fix reported SonarQube issues | dkanada | |
| 2026-05-07 | Add 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-06 | Merge branch 'master' into feature/season-provider-id-from-path | Bond-009 | |
| 2026-05-06 | Merge pull request #16780 from Shadowghost/fix-muscibrainz-dispose | Niels van Velzen | |
| Move MusicBrainz Query client to plugin instance | |||
| 2026-05-05 | Move MusicBrainz Query client to plugin instance | Shadowghost | |
| 2026-05-05 | Fix subtitle save path | Shadowghost | |
| 2026-05-04 | Fix use of thread-unsafe List<T>.Sort() | Gabriel Luci | |
| 2026-05-04 | Merge pull request #16695 from ExpctING/fix_dummy_chapter | Niels van Velzen | |
| Fix dummy chapter handling for videos with a single chapter or short duration. | |||
| 2026-05-04 | Merge pull request #16702 from itz4blitz/blitz/issue-13197-nfo-season | Niels van Velzen | |
| Honor episode NFO season during metadata merge | |||
| 2026-05-04 | Merge pull request #16166 from Shadowghost/ignore-caching | Niels van Velzen | |
| Implement ignore rule caching | |||
| 2026-05-04 | Merge pull request #16747 from MBR-0001/fix-ffprobe-subs | Niels van Velzen | |
| Fix FFProbeVideoInfo downloading subtitles without considering internal streams | |||
| 2026-05-03 | Implement Similarity providers | Shadowghost | |
| 2026-05-03 | Implement ignore rule caching | Shadowghost | |
| 2026-05-03 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-05-03 | feat/audiobook_chapters (#16518) | Seven Rats | |
| feat/audiobook_chapters | |||
| 2026-05-02 | Fix FFProbeVideoInfo downloading subtitles without considering internal streams | MBR#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-27 | hide HLS controllers and update obsolete endpoints | dkanada | |
| 2026-04-25 | Honor episode NFO season during metadata merge | itz4blitz | |
| 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-25 | fix ci failed | ExpctING | |
| Co-authored-by: Copilot <copilot@github.com> | |||
| 2026-04-25 | Fix dummy chapter handling for videos with a single chapter. | ExpctING | |
| 2026-04-23 | Merge pull request #16649 from MBR-0001/removeGlobalSubtitleConfiguration | Bond-009 | |
| Skip libraries without enabled subtitle providers in SubtitleScheduledTask | |||
| 2026-04-19 | Include item path in provider error log messages | John 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-19 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-18 | Merge branch 'master' into removeGlobalSubtitleConfiguration | MBR-0001 | |
| 2026-04-18 | Remove global subtitle configuration (#14957) | KGT1 | |
