aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-23Fix libx264/libx265 auto preset (#12692)gnattu
2024-09-23Fix intel Xe kernel driver cannot be used with QSV (#12691)Nyanmisaka
2024-09-23Escape quotes in the subtitle path (#12690)Dmitry Lyzo
2024-09-22Update dependency xunit to 2.9.1 (#12687)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-09-22Allow Playlists access for users with allowed tags configured (#12686)elfalem
2024-09-22Fix incorrect input range for certain hw JPEG encoders (#12683)Nyanmisaka
2024-09-22Translated using Weblate (Chinese (Simplified Han script))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-22Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2024-09-22Fix GetTrickplayTileImage operation name (#12681)Niels van Velzen
2024-09-22Fix media segment operation name (#12682)Niels van Velzen
2024-09-22Fix DeviceProfile.Id should be nullable (#12679)Niels van Velzen
2024-09-22Fix the diff between requested and actual resolution in RKMPP (#12680)Nyanmisaka
2024-09-22Translated using Weblate (Chinese (Simplified Han script))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-21Better bitrate and resolution normalization (#12644)gnattu
2024-09-21Merge pull request #12676 from gnattu/rework-burnin-during-transcodingCody Robibero
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-22Remove all subtitle options from audio endpointsgnattu
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-22Don't add subtitle option to audio endpointgnattu
2024-09-22Conditionally add burn in option for remote sourcegnattu
2024-09-22Let HLS Controller decide if subtitle should be burn ingnattu
Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled.
2024-09-21Translated using Weblate (Estonian)l00d3r
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2024-09-21Translated using Weblate (Estonian)l00d3r
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2024-09-21Translated using Weblate (Estonian)l00d3r
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2024-09-20Fix metadata merge for BoxSets (#12583)Tim Eisele
2024-09-20Update github/codeql-action action to v3.26.8 (#12672)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20Fix RKMPP 2pass scaling in Trickplay (#12675)Nyanmisaka
2024-09-20Merge pull request #12673 from nyanmisaka/rkmppdec-nokeyBond-009
Enable key-frame only decoding for RKMPP trickplay
2024-09-20Enable key-frame only decoding for RKMPP trickplaynyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-09-19Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-09-19Merge pull request #12587 from Shadowghost/session-info-dtoCody Robibero
2024-09-19Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.csTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-09-19Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content (#12664)Nyanmisaka
2024-09-19Watch library directories with perm errors (#10684)Brian Howe
2024-09-19Translated using Weblate (Hungarian)Balázs Meskó
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2024-09-18Sort embedded collections in Nfo filesMarc Brooks
Because the Nfo files emit the collections as they are in-memory, the files are not stable in format, genres, tags, albums, people, etc. are emitted in random orders. Add ordering of the collections when emitting the Nfo files so the file remains stable (unchanged) when underlying media information doesn't change. In the process of this, it became clear that most of the providers and probes don't trim the strings like people's names, genre names, etc. so did a pass of Trim cleanup too. Specific ordering: (alphabetical/numeric ascending after trimming blanks and defaulting to zero for missing numbers) BaseItem: Directors, Writers, Trailers (by Url), Production Locations, Genres, Studios, Tags, Custom Provider Data (by key), Linked Children (by Path>LibraryItemId), Backdrop Images (by path), Actors (by SortOrder>Name) AlbumNfo: Artists, Album Artists, Tracks (by ParentIndexNumber>IndexNumber>Name) ArtistNfo: Albums (by Production Year>SortName>Name) MovieNfo: Artists Fix Debug build lint Fix CI debug build lint issue. Fix review issues Fixed debug-build lint issues. Emits the `disc` number to NFO for tracks with a non-zero ParentIndexNumber and only emit `position` if non-zero. Removed the exception filtering I put in for testing. Don't emit actors for MusicAlbums or MusicArtists Swap from String.Trimmed() to ?.Trim() Addressing PR feedback Can't use ReadOnlySpan in an async method Removed now-unused namespace
2024-09-18Remove invalid testShadowghost
2024-09-18Fix permission checksShadowghost
2024-09-18Return empty response instead of not foundShadowghost
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-09-18Don't expose hwaccel type for non-admin (#12663)gnattu
2024-09-18Only sort item by width when they have the same path (#12626)gnattu
2024-09-18Sort by version name before resolution sorting (#12621)gnattu
2024-09-18Merge pull request #9374 from Shadowghost/fixup2Cody Robibero
2024-09-18Translated using Weblate (Norwegian Bokmål)Chris Lee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-17Apply review suggestionsShadowghost
2024-09-17Rework PR 6203Shadowghost
2024-09-17Fix subtitle dar comparison when number not exact (#12660)gnattu
2024-09-16Merge pull request #12639 from gnattu/more-streambuilder-testCody Robibero
2024-09-16Don't resolve trickplay folder during media scanning (#12652)gnattu
2024-09-16Fix some PGSSUB burn-in perf regressions (#12655)Nyanmisaka
2024-09-15Translated using Weblate (Romanian)sand14
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/