aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-03Do not set topParentId if OwnerIds are emptyShadowghost
2026-06-03Enforce parental filtering on additional endpointsShadowghost
2026-06-03Improve Merge Conflict LabelerBond-009
Based on the README of the action https://github.com/eps1lon/actions-label-merge-conflict Filters based on activity type before starting the action
2026-06-03Merge pull request #17006 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2026-06-03Merge pull request #16915 from Shadowghost/batch-attachment-extractBond-009
Extract attachments in one ffmpeg command when dumping
2026-06-03Merge pull request #17007 from nyanmisaka/make-encoder-preset-non-nullableBond-009
Make EncoderPreset non nullable
2026-06-03Merge pull request #16999 from Shadowghost/fix-recursiveBond-009
Only default recursive to true if we have includeItemTypes
2026-06-02Merge pull request #16996 from theguymadmax/Fix-movie-capacityBond-009
Fix incorrect list capacity
2026-06-02Update CI dependenciesrenovate[bot]
2026-06-02Merge pull request #16994 from theguymadmax/trim-tagsBond-009
Trim tags
2026-06-02Make EncoderPreset non nullablenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2026-06-01Merge pull request #16967 from Shadowghost/fix-recently-added-postersBond-009
Fix recently added episode links and posters
2026-06-01Merge pull request #16991 from jellyfin/renovate/z440.atl.core-7.xBond-009
Update dependency z440.atl.core to 7.15.3
2026-06-01Only default recursive to true if we have includeItemTypesShadowghost
2026-06-01Prefer subtitle extension over codecBond_009
2026-06-01Write subtitles using SubtitleEdit (#16805)Bond-009
* Write subtitles using SubtitleEdit We've been using SubtitleEdit to parse since 2021 https://github.com/jellyfin/jellyfin/pull/4984 I think it's time we start using it to write too * Clean up ConvertSubtitles * Add JsonWriter back
2026-06-01Merge pull request #16992 from theguymadmax/disable-legacy-authBond-009
Re-disable legacy authorization methods by default
2026-06-01Only resolve symlinks on playback (#16965)Tim Eisele
Only resolve symlinks on playback
2026-06-01Fix incorrect list capacitytheguymadmax
2026-06-01Fix season unknown for flat tv structurestheguymadmax
2026-05-31Trim tagstheguymadmax
2026-05-31Re-disable legacy authorization methods by defaulttheguymadmax
2026-05-31Fix filenameShadowghost
2026-05-31Merge pull request #16259 from theguymadmax/fix-season-in-mixed-libraryBond-009
Fix folders being identified as seasons in mixed libraries
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-31Fix similarity (#16942)Tim Eisele
Fix similarity
2026-05-31Merge pull request #16984 from jellyfin/renovate/swashbuckle-aspnetcore-monorepoBond-009
Update swashbuckle-aspnetcore monorepo to 10.2.0
2026-05-31Fix inaccessible artist when they exist in multiple libraries (#16977)Bond-009
2026-05-31Add support for VobSub subtitle streams (#16552)Neptune
* Add support for VobSub subtitle streams * update logic to determine separate extraction for VobSub subtitles * simplify VobSub extraction logic and fix ffmpeg command * Match `ExtractAllExtractableSubtitlesMKS` with `ExtractAllExtractableSubtitlesInternal` Matroska's VobSub option * Add a comments clarify why MKS was used, and remove the redundant VobSub extension branch * remove redundant VobSub format check * fix type errors
2026-05-31Merge pull request #16936 from IDisposable/stable-nfoBond-009
Compare old file byte-by-byte to new stream
2026-05-31Merge pull request #16976 from ↵Bond-009
PCEWLKR/investigate-remove-nowplayingqueuefullitems Remove NowPlayingQueueFullItems from session DTOs
2026-05-31Update dependency z440.atl.core to 7.15.3renovate[bot]
2026-05-30Add JsonWriter backBond_009
2026-05-30Clean up ConvertSubtitlesBond_009
2026-05-30Write subtitles using SubtitleEditBond_009
We've been using SubtitleEdit to parse since 2021 https://github.com/jellyfin/jellyfin/pull/4984 I think it's time we start using it to write too
2026-05-30Update swashbuckle-aspnetcore monorepo to 10.2.0renovate[bot]
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-30Merge pull request #16953 from PCEWLKR/fix-configureawait-collectioncontrollerBond-009
Use ConfigureAwait(false) in CollectionController
2026-05-30Fix inaccessible artist when they exist in multiple librariestheguymadmax
2026-05-29Remove the unused NowPlayingQueueFullItems session property from session ↵PCEWLKR
DTOs and associated references
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-29Fix CA2007 warnings in InstallationManager (#16946)Bond-009
Wrap the downloaded stream in an explicit await using block with ConfigureAwait(false), matching the pattern already used in LiveStreamHelper and similar callers. Also add ConfigureAwait(false) to the ZipFile.ExtractToDirectoryAsync call. Part of #2149
2026-05-29Add a collection API for `Included In` feature (#15516)Sam Xie
Add a collection API for `Included In` feature
2026-05-29Merge pull request #16177 from theguymadmax/homevideo-viewtypesBond-009
Add new viewtypes options
2026-05-29Fix recently added episode links and postersShadowghost
2026-05-28Merge pull request #16963 from jellyfin/Bond-009-mergeconflictBond-009
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-28Fix Merge Conflict Labeler #2Bond-009
2026-05-28Fix A/V desync when resuming HLS with video transcode + audio copy (#16580)Piotr Niełacny
Fix A/V desync when resuming HLS with video transcode + audio copy