| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 22 hours | Merge pull request #16259 from theguymadmax/fix-season-in-mixed-libraryHEADmaster | Bond-009 | |
| Fix folders being identified as seasons in mixed libraries | |||
| 24 hours | Fix 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. | |||
| 24 hours | Fix similarity (#16942) | Tim Eisele | |
| Fix similarity | |||
| 24 hours | Merge pull request #16984 from jellyfin/renovate/swashbuckle-aspnetcore-monorepo | Bond-009 | |
| Update swashbuckle-aspnetcore monorepo to 10.2.0 | |||
| 24 hours | Fix inaccessible artist when they exist in multiple libraries (#16977) | Bond-009 | |
| 24 hours | Add 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 | |||
| 24 hours | Merge pull request #16936 from IDisposable/stable-nfo | Bond-009 | |
| Compare old file byte-by-byte to new stream | |||
| 24 hours | Merge pull request #16976 from ↵ | Bond-009 | |
| PCEWLKR/investigate-remove-nowplayingqueuefullitems Remove NowPlayingQueueFullItems from session DTOs | |||
| 44 hours | Update swashbuckle-aspnetcore monorepo to 10.2.0 | renovate[bot] | |
| 2 days | Merge pull request #16953 from PCEWLKR/fix-configureawait-collectioncontroller | Bond-009 | |
| Use ConfigureAwait(false) in CollectionController | |||
| 2 days | Fix inaccessible artist when they exist in multiple libraries | theguymadmax | |
| 3 days | Remove the unused NowPlayingQueueFullItems session property from session ↵ | PCEWLKR | |
| DTOs and associated references | |||
| 3 days | Improved resilience for fast-paths | Marc 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. | |||
| 3 days | Fix 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 | |||
| 3 days | Add a collection API for `Included In` feature (#15516) | Sam Xie | |
| Add a collection API for `Included In` feature | |||
| 3 days | Merge pull request #16177 from theguymadmax/homevideo-viewtypes | Bond-009 | |
| Add new viewtypes options | |||
| 4 days | Merge pull request #16963 from jellyfin/Bond-009-mergeconflict | Bond-009 | |
| 4 days | Use 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. | |||
| 4 days | Fix Merge Conflict Labeler #2 | Bond-009 | |
| 4 days | Fix 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 | |||
| 4 days | Merge pull request #16949 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update CI dependencies | |||
| 4 days | Update CI dependencies | renovate[bot] | |
| 5 days | Add unit tests for new public methods. | Marc Brooks | |
| 5 days | Remove IsStreamIdenticalAsync CanSeek requirement | Marc Brooks | |
| Now only uses for the Length mismatch. | |||
| 5 days | Use TryGetBuffer() on MemoryStreams | Marc Brooks | |
| Also now throws if the streams are no CanSeek. | |||
| 5 days | Use ConfigureAwait(false) in CollectionController.cs to maintain consistency ↵ | PCEWLKR | |
| with the existing async pattern | |||
| 5 days | Merge pull request #16856 from Shadowghost/movie-recommendations | Bond-009 | |
| Fix movie recommendations | |||
| 5 days | Update dependency z440.atl.core to 7.14.0 (#16938) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 5 days | Update dependency Microsoft.NET.Test.Sdk to 18.6.0 (#16943) | Bond-009 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 5 days | Merge pull request #16455 from jellyfin/renovate/skiasharp-monorepo | Bond-009 | |
| Update skiasharp monorepo | |||
| 5 days | Fix CA2007 warnings in InstallationManager | Michael 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 | |||
| 6 days | Explicitly handle MemoryStream(s) | Marc Brooks | |
| 6 days | Moved IsFileIdenticalAsync & IsStreamIdenticalAsync to StreamExtensions. | Marc Brooks | |
| 6 days | Compare old file byte-by-byte to new stream | Marc Brooks | |
| Don't overwrite if identical. | |||
| 6 days | Unpin SkiaSharp | Bond_009 | |
| 6 days | Improve OriginalLanguage normalization and inheritance (#16829) | Erik W | |
| Improve OriginalLanguage normalization and inheritance | |||
| 6 days | Merge pull request #16913 from ↵ | Bond-009 | |
| nyanmisaka/fix-extradata-in-amd-hevc-vaapi-encoder Fix inconsistent extradata generated by hevc_vaapi on AMD driver | |||
| 6 days | Update dependency Microsoft.NET.Test.Sdk to 18.6.0 | renovate[bot] | |
| 6 days | Update issue template version to 10.11.10 (#16927) | Bond-009 | |
| 6 days | Backport: Fix/user manager collation (#16919) | Bond-009 | |
| Backport: Fix/user manager collation | |||
| 6 days | Update dependency z440.atl.core to 7.14.0 | renovate[bot] | |
| 6 days | Translated using Weblate (Spanish) | Antonio Toledo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 7 days | Deleted translation using Weblate (English (Middle)) | Bill Thornton | |
| 7 days | Update issue template version to 10.11.10 | theguymadmax | |
| 7 days | Update skiasharp monorepo | renovate[bot] | |
| 8 days | Translated using Weblate (Occitan) | joanluc | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/oc/ | |||
| 8 days | Translated using Weblate (Hebrew (Israel)) | Nitzan Selwyn | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/ | |||
| 8 days | Translated using Weblate (Georgian) | Ekaterine Papava | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/ | |||
| 8 days | Translated using Weblate (Hebrew (Israel)) | Nitzan Selwyn | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/ | |||
| 8 days | Translated using Weblate (Georgian) | Ekaterine Papava | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/ | |||
