aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
16 hoursMerge pull request #16967 from Shadowghost/fix-recently-added-postersHEADmasterBond-009
Fix recently added episode links and posters
16 hoursMerge pull request #16991 from jellyfin/renovate/z440.atl.core-7.xBond-009
Update dependency z440.atl.core to 7.15.3
18 hoursWrite 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
18 hoursMerge pull request #16992 from theguymadmax/disable-legacy-authBond-009
Re-disable legacy authorization methods by default
18 hoursOnly resolve symlinks on playback (#16965)Tim Eisele
Only resolve symlinks on playback
40 hoursRe-disable legacy authorization methods by defaulttheguymadmax
42 hoursMerge pull request #16259 from theguymadmax/fix-season-in-mixed-libraryBond-009
Fix folders being identified as seasons in mixed libraries
44 hoursFix 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.
44 hoursFix similarity (#16942)Tim Eisele
Fix similarity
44 hoursMerge pull request #16984 from jellyfin/renovate/swashbuckle-aspnetcore-monorepoBond-009
Update swashbuckle-aspnetcore monorepo to 10.2.0
44 hoursFix inaccessible artist when they exist in multiple libraries (#16977)Bond-009
44 hoursAdd 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
44 hoursMerge pull request #16936 from IDisposable/stable-nfoBond-009
Compare old file byte-by-byte to new stream
44 hoursMerge pull request #16976 from ↵Bond-009
PCEWLKR/investigate-remove-nowplayingqueuefullitems Remove NowPlayingQueueFullItems from session DTOs
2 daysUpdate dependency z440.atl.core to 7.15.3renovate[bot]
3 daysAdd JsonWriter backBond_009
3 daysClean up ConvertSubtitlesBond_009
3 daysWrite 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
3 daysUpdate swashbuckle-aspnetcore monorepo to 10.2.0renovate[bot]
3 daysMerge pull request #16953 from PCEWLKR/fix-configureawait-collectioncontrollerBond-009
Use ConfigureAwait(false) in CollectionController
3 daysFix inaccessible artist when they exist in multiple librariestheguymadmax
3 daysRemove the unused NowPlayingQueueFullItems session property from session ↵PCEWLKR
DTOs and associated references
4 daysImproved 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.
4 daysFix 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
4 daysAdd a collection API for `Included In` feature (#15516)Sam Xie
Add a collection API for `Included In` feature
4 daysMerge pull request #16177 from theguymadmax/homevideo-viewtypesBond-009
Add new viewtypes options
4 daysFix recently added episode links and postersShadowghost
5 daysMerge pull request #16963 from jellyfin/Bond-009-mergeconflictBond-009
5 daysUse 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.
5 daysFix Merge Conflict Labeler #2Bond-009
5 daysFix 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
5 daysMerge pull request #16949 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
5 daysUpdate CI dependenciesrenovate[bot]
5 daysAdd unit tests for new public methods.Marc Brooks
5 daysRemove IsStreamIdenticalAsync CanSeek requirementMarc Brooks
Now only uses for the Length mismatch.
5 daysUse TryGetBuffer() on MemoryStreamsMarc Brooks
Also now throws if the streams are no CanSeek.
6 daysUse ConfigureAwait(false) in CollectionController.cs to maintain consistency ↵PCEWLKR
with the existing async pattern
6 daysMerge pull request #16856 from Shadowghost/movie-recommendationsBond-009
Fix movie recommendations
6 daysUpdate dependency z440.atl.core to 7.14.0 (#16938)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 daysUpdate dependency Microsoft.NET.Test.Sdk to 18.6.0 (#16943)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 daysMerge pull request #16455 from jellyfin/renovate/skiasharp-monorepoBond-009
Update skiasharp monorepo
6 daysFix CA2007 warnings in InstallationManagerMichael Jones
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
7 daysExplicitly handle MemoryStream(s)Marc Brooks
7 daysMoved IsFileIdenticalAsync & IsStreamIdenticalAsync to StreamExtensions.Marc Brooks
7 daysCompare old file byte-by-byte to new streamMarc Brooks
Don't overwrite if identical.
7 daysUnpin SkiaSharpBond_009
7 daysImprove OriginalLanguage normalization and inheritance (#16829)Erik W
Improve OriginalLanguage normalization and inheritance
7 daysMerge pull request #16913 from ↵Bond-009
nyanmisaka/fix-extradata-in-amd-hevc-vaapi-encoder Fix inconsistent extradata generated by hevc_vaapi on AMD driver
7 daysUpdate dependency Microsoft.NET.Test.Sdk to 18.6.0renovate[bot]
7 daysUpdate issue template version to 10.11.10 (#16927)Bond-009