aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
9 daysLink up XMLTV background images and episode thumbnails with the internal ↵Shea Smith
program model
12 daysMerge pull request #17041 from Shadowghost/media-source-handling-fixesBond-009
Media source handling fixes
12 daysMerge pull request #10841 from Bond-009/LiveTvImageFixBond-009
Refresh live TV channel image when remapped (alt #7843) (fixes #7834)
13 daysFix data extraction for alternative versionsShadowghost
2026-05-31Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-31Fix Schedules Direct API Error Codes (#16920)Arazil
* Clean up Schedules Direct error handling. * Rename MaxImageDownloads2 to MaxImageDownloadsTrial per suggestion. * Fix documentation. * Fix incorrect 3XXX series codes. * Rename SvcUnavailable to SvcOffline. * Change 3XXX error code prefix from Svc to Service.
2026-05-31Merge pull request #16936 from IDisposable/stable-nfoBond-009
Compare old file byte-by-byte to new stream
2026-05-30Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
# Conflicts: # Emby.Server.Implementations/Library/LibraryManager.cs # Jellyfin.Server.Implementations/Item/PeopleRepository.cs # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Controller/Persistence/IPeopleRepository.cs
2026-05-29Improved resilience for fast-pathsMarc Brooks
Use fast paths only if we can TryGetBuffer on MemoryStream using segment's Array. Reduce swap overhead for fast path B. Avoid multiple virtcalls by memoizing the CanSeeks. Overlap slow path stream async reads.
2026-05-29Merge pull request #16177 from theguymadmax/homevideo-viewtypesBond-009
Add new viewtypes options
2026-05-28Use ReadAtLeastAsync to handle short-reads.Marc Brooks
Seeks to beginning of streams if CanSeek is true. Added remarks about stream position. Add test coverage for short-reads. Fix fast-path tests to actually test the fast path. Also fix class comment.
2026-05-27Remove IsStreamIdenticalAsync CanSeek requirementMarc Brooks
Now only uses for the Length mismatch.
2026-05-27Use TryGetBuffer() on MemoryStreamsMarc Brooks
Also now throws if the streams are no CanSeek.
2026-05-26Explicitly handle MemoryStream(s)Marc Brooks
2026-05-26Moved IsFileIdenticalAsync & IsStreamIdenticalAsync to StreamExtensions.Marc Brooks
2026-05-26Backport: Fix/user manager collation (#16919)Bond-009
Backport: Fix/user manager collation
2026-05-24Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-21Add new viewtypestheguymadmax
2026-05-21Run tree-wide dotnet formatjakobkukla
2026-05-21Alternate solution to #7843 without extra propBond_009
2026-05-21Merge pull request #16861 from JPVenson/fix/fixMigrations12.0Bond-009
Reorder Migrations and fix failing migration
2026-05-18fix: write livetv recording NFO dateadded as UTC (#16863)Tayfun Akgüç
fix: write livetv recording NFO dateadded as UTC
2026-05-17fix: add null check for non-existent program in GetProgram (#16858)Bruno Ferreira
fix: add null check for non-existent program in GetProgram
2026-05-16Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-15Reorder migration handling for extra columnJPVenson
2026-05-15Merge pull request #9787 from TheMelmacian/feature/language_filtersBond-009
New filters for audio and subtitle languages
2026-05-15readded concurrency exception checkJPVenson
2026-05-14Add Accept-Language header support and cleanup translations (#16488)Cody Robibero
* Add Accept-Language header support for per-request localization * Use native middleware * Cleanup * Add Fallback * Build BCP47 map reflexively * Address review comments
2026-05-14Address review commentsShadowghost
2026-05-12Update logging message for DbConcurrency messagesJPVenson
2026-05-12Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-10Print warning on invalid Subnets in Network/Proxy configuration (#16793)Tim Eisele
Print warning on invalid Subnets in Network/Proxy configuration
2026-05-10feat: language filters for subtitles and audioTheMelmacian
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-06Switch to new version scheme (#16758)Tim Eisele
2026-05-05Backport changes from #15368JPVenson
2026-05-04Apply review suggestionsShadowghost
2026-05-04Fix review and CodeQL commentsShadowghost
2026-05-04Merge remote-tracking branch 'upstream/master' into epg-fixesShadowghost
2026-05-04Merge pull request #16704 from dyld-w/fix/keyframe-duration-overshootNiels van Velzen
Fix keyframe duration overshoot breaking playback
2026-05-04Fix Playlist and Boxset query and count perfShadowghost
2026-05-04Implement search providersShadowghost
2026-04-26Clamp keyframe duration overshoot instead of throwing in HLS playlist generationDylan Dellett-Wion
2026-04-20Merge remote-tracking branch 'upstream/master' into epg-fixesShadowghost
2026-04-19Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-04-18Merge pull request #15355 from twsouthwick/twsouthwick-patch-1Bond-009
Enable jellyfin.db customized path
2026-04-18Update to Jellyfin.XmlTv 10.12.0-pre1Bond_009
2026-04-16Merge pull request #8890 from SenorSmartyPants/XMLTV-LiveBond-009
Set XmlTvProgram.IsLive
2026-04-11Apply review suggestionsShadowghost
2026-04-11Merge remote-tracking branch 'upstream/master' into epg-fixesShadowghost