| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-20 | Merge pull request #17375 from mbastian77/docs/entities-xml-docs | Bond-009 | |
| Add XML docs to small entity interfaces and remove CS1591 suppressions | |||
| 2026-07-17 | Merge pull request #17334 from nyanmisaka/fix-cuda-hwupload | Bond-009 | |
| Fix format negotiation in hybrid SW decode and CUDA tonemap pipeline | |||
| 2026-07-17 | Merge pull request #17280 from Shadowghost/remove-image-override-hack | Bond-009 | |
| Remove episode image override hack | |||
| 2026-07-17 | Merge pull request #17343 from mbastian77/docs/channels-xml-docs | Bond-009 | |
| 2026-07-15 | Add XML docs to small entity interfaces and remove CS1591 suppressions | mbastian77 | |
| 2026-07-15 | Add XML docs to small channel types and remove CS1591 suppressions | mbastian77 | |
| 2026-07-15 | Add XML docs to lookup info types and remove CS1591 suppressions | mbastian77 | |
| 2026-07-15 | Fix format negotiation in hybrid SW decode and CUDA tonemap pipeline | nyanmisaka | |
| The CUDA hwcontext in FFmpeg 8.1 has added support for 10bit fully-planar formats, but few CUDA filters support them. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2026-07-09 | Cleanup PreferEpisodeParentPoster) | Shadowghost | |
| 2026-07-08 | Fix additional parts for non-admins | Shadowghost | |
| 2026-07-05 | Merge pull request #17044 from Shadowghost/version-model-and-handling | Cody Robibero | |
| Fixes for multi version handling | |||
| 2026-07-03 | Fix ghost entries when deleting library paths | theguymadmax | |
| 2026-07-02 | Fix review comments | Shadowghost | |
| 2026-06-26 | Fix Book collections scanning all items | Marc Brooks | |
| Added static method GetBaseItemKindsForCollectionType in ItemsController (moved from ContentFolderImageProvider to be shared) Added AudioBook to GetRepresentativeItemTypes for CollectionType.books for consistency Added GetBooks to GetUserItems for CollectionType.books which gets BaseItemKind.Book and BaseItemKind.AudioBook Move GetBaseItemKindsForCollectionType to DtoExtensions Cleaned up the missing null checks and used new collection expressions. Associate Person to Book and AudioBook for related items. | |||
| 2026-06-21 | Fix audio sample rate forced to 48 kHz for non-Opus codecs | danne | |
| GetProgressiveAudioFullCommandLine applied the libopus-only sample rate quantization to every codec except Opus, inverting the intended guard. A requested rate such as 44100 Hz was therefore snapped to 48000 Hz for AAC/MP3/FLAC, while Opus (which actually requires the quantization) was skipped entirely. Apply the quantization only when the output codec is Opus, and pass the requested sample rate through unchanged for all other codecs. Fixes #17026 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||
| 2026-06-19 | Surface the played version for resume | Shadowghost | |
| 2026-06-17 | Merge pull request #17106 from Shadowghost/extend-transcoding-reason-reporting | Bond-009 | |
| Extend TranscodingReason reporting | |||
| 2026-06-15 | Extend TranscodingReason reporting | Shadowghost | |
| 2026-06-13 | Always apply recursive when filters are requested | Shadowghost | |
| 2026-06-12 | Merge remote-tracking branch 'upstream/master' into version-model-and-handling | Shadowghost | |
| 2026-06-09 | Coalesce alternate-version progress onto primary in resume filter | Shadowghost | |
| 2026-06-09 | Fix duplicate trickplay images for interlaced videos | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2026-06-07 | Mark only linked alternate versions as grouped media sources | Shadowghost | |
| 2026-06-07 | Surface extras across all versions | Shadowghost | |
| 2026-06-07 | Aggregate alternate versions via GetAllVersions | Shadowghost | |
| 2026-06-07 | Add version-aware playback tracking | Shadowghost | |
| 2026-06-07 | Derive version-aware media source names | Shadowghost | |
| 2026-06-07 | Merge pull request #16121 from Shadowghost/search-rebased | Bond-009 | |
| Implement search providers | |||
| 2026-06-07 | Merge pull request #16941 from Shadowghost/fix-external-data-pruning | Bond-009 | |
| Fix external data pruning on item deletion | |||
| 2026-06-06 | Merge pull request #17025 from Shadowghost/fix-playlist-visibility | Bond-009 | |
| Fix playlist visibility | |||
| 2026-06-04 | Fix playlist visibility | Shadowghost | |
| 2026-06-03 | Enforce parental filtering on additional endpoints | Shadowghost | |
| 2026-06-02 | Merge pull request #16994 from theguymadmax/trim-tags | Bond-009 | |
| Trim tags | |||
| 2026-06-01 | Merge pull request #16967 from Shadowghost/fix-recently-added-posters | Bond-009 | |
| Fix recently added episode links and posters | |||
| 2026-06-01 | Only resolve symlinks on playback (#16965) | Tim Eisele | |
| Only resolve symlinks on playback | |||
| 2026-05-31 | Trim tags | theguymadmax | |
| 2026-05-31 | Merge remote-tracking branch 'upstream/master' into search-rebased | Shadowghost | |
| 2026-05-31 | Fix similarity (#16942) | Tim Eisele | |
| Fix similarity | |||
| 2026-05-30 | Merge remote-tracking branch 'upstream/master' into search-rebased | Shadowghost | |
| # 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-29 | Remove the unused NowPlayingQueueFullItems session property from session ↵ | PCEWLKR | |
| DTOs and associated references | |||
| 2026-05-29 | Add a collection API for `Included In` feature (#15516) | Sam Xie | |
| Add a collection API for `Included In` feature | |||
| 2026-05-29 | Fix recently added episode links and posters | Shadowghost | |
| 2026-05-28 | 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 | |||
| 2026-05-27 | Merge pull request #16856 from Shadowghost/movie-recommendations | Bond-009 | |
| Fix movie recommendations | |||
| 2026-05-26 | Improve OriginalLanguage normalization and inheritance (#16829) | Erik W | |
| Improve OriginalLanguage normalization and inheritance | |||
| 2026-05-26 | Fix external data pruning on item deletion | Shadowghost | |
| 2026-05-24 | Add batch method for people names | Shadowghost | |
| 2026-05-24 | Merge remote-tracking branch 'upstream/master' into search-rebased | Shadowghost | |
| 2026-05-24 | Fix inconsistent extradata generated by hevc_vaapi on AMD driver | nyanmisaka | |
| This change is required for upstream ffmpeg 8+, because its mp4 muxer will drop in-band PS when using codec tag hvc1. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2026-05-21 | Fix StyleCop pattern matching whitespace false-positive | jakobkukla | |
