aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
3 daysMerge pull request #17456 from Shadowghost/fix-extrasCody Robibero
Fix extras naming and version assignment
3 daysSwitch to opt-inShadowghost
4 daysMerge remote-tracking branch 'upstream/master' into tmdb-missing-episodesShadowghost
# Conflicts: # Jellyfin.Server.Implementations/Item/BaseItemRepository.QueryBuilding.cs
7 daysMerge pull request #17424 from Shadowghost/add-audiodb-searchCody Robibero
Implement AudioDb artist search
8 daysApply review suggestionShadowghost
9 daysFix extras naming and version assignmentShadowghost
11 daysMerge pull request #17399 from Shadowghost/fix-extra-yearCody Robibero
Fix incorrect year on local trailers
11 daysAlways inherit from owner item and add testsShadowghost
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 daysSkip ComicInfo parsing if none existsShadowghost
13 daysImplement AudioDb artist searchShadowghost
2026-07-22Prefer null checks over HasValue everywhereShadowghost
2026-07-21Merge remote-tracking branch 'upstream/master' into ↵Shadowghost
security-path-traversal-fixes # Conflicts: # Jellyfin.Api/Controllers/HlsSegmentController.cs # Jellyfin.Api/Controllers/PluginsController.cs
2026-07-20Merge pull request #17311 from dkanada/book-progressCody Robibero
extract page count from archives and PDFs
2026-07-20Merge pull request #17204 from theguymadmax/sort-seires-trailersBond-009
Sort trailers for TV Shows
2026-07-20Merge pull request #17291 from dkanada/creator-normalizationBond-009
normalize common formats for creator names in OPF data
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-17Merge pull request #17151 from theguymadmax/fix-indentify-imageBond-009
Fix Identify returning wrong images
2026-07-17Sanitize media attachment and lyric paths against traversalShadowghost
2026-07-15Merge pull request #17248 from theguymadmax/add-novelBond-009
2026-07-12extract page count from archives and PDFsdkanada
2026-07-11enable audiobook image saving to local folderdkanada
2026-07-10normalize common formats for creator names in OPF datadkanada
2026-07-08Use FrozenSettheguymadmax
2026-07-06Add Novel job mapping to the Writing departmenttheguymadmax
2026-07-05Merge pull request #17238 from iderex/fix/dateparse-format-providerCody Robibero
Use InvariantCulture when parsing machine-generated dates
2026-07-05Merge pull request #17044 from Shadowghost/version-model-and-handlingCody Robibero
Fixes for multi version handling
2026-07-04Use InvariantCulture when parsing machine-generated datesNils Lehnen
DateTime.TryParse without an IFormatProvider falls back to the current thread culture, so the same string can parse differently (or fail) depending on the server's locale. None of these call sites deal with user-entered text - they parse dates that come from filenames, an HTTP header, ffprobe metadata and values the app itself wrote to the auth database - so InvariantCulture is the correct provider everywhere here. Fixes the S6580 / CA1305 warnings on these call sites. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29Sort trailers for TV Showstheguymadmax
2026-06-27Merge pull request #17134 from theguymadmax/replace-embedded-lyricsCody Robibero
Fix embedded lyrics not updating on replace all refresh
2026-06-26Fix local plugin registrationShadowghost
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-21Fix Identify returning wrong imagestheguymadmax
2026-06-20Fix Identify returning wrong resultstheguymadmax
2026-06-18Fix embedded lyrics not updating on replace-all refreshtheguymadmax
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-15await instead of returning TaskBond_009
2026-06-15fix build errorsBond_009
2026-06-15Merge pull request #17089 from Bond-009/sharpcompressBond-009
Replace usage of SharpCompress
2026-06-13Replace usage of SharpCompressBond_009
ComicImageProvider is the last user of SharpCompress after this PR
2026-06-13Merge pull request #17081 from Gadnief/fix/audiodb-album-description-en-fallbackBond-009
Fix AudioDb album description not displayed for English (mirror of #16606)
2026-06-13Merge pull request #17051 from ivanjx/hydrate-epsBond-009
Assign correct season info to new episodes