aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-28Add missing migration for SegmentProviderId (#12735)Tim Eisele
2024-09-28Update CI dependencies (#12707)renovate[bot]
2024-09-28Update dependency prometheus-net.DotNetRuntime to 4.4.1 (#12729)renovate[bot]
2024-09-28Fix vpp tonemap pixfmt regression (#12733)Nyanmisaka
2024-09-28Fix the invalid libplacebo filter option (#12732)Nyanmisaka
2024-09-27Translated using Weblate (Norwegian Bokmål)BromTeque
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-27Merge pull request #12728 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
Update dependency xunit to 2.9.2
2024-09-27Update dependency xunit to 2.9.2renovate[bot]
2024-09-26Translated using Weblate (Japanese)Tim Wang
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2024-09-26Add endpoint for getting playlists by id (#12697)Tim Eisele
2024-09-26Merge pull request #12700 from elfalem/allowed-tags-private-playlistCody Robibero
2024-09-25Update SqliteItemRepository.cs - incorporate review suggestionelfalem
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-09-24Fix get sessions with api key (#12696)gnattu
2024-09-24Only move trickplay file should not be saved with media to metadata dir (#12704)gnattu
2024-09-24Merge pull request #12698 from jellyfin/fix-libraryoptions-apiNiels van Velzen
Sanitize CustomTagDelimiters server side
2024-09-24Move GetCustomTagDelimiters to Extensiongnattu
2024-09-23Ensure user's own playlists are accessible regardless of allowed tagselfalem
2024-09-24Sanitize CustomTagDelimiters server sidegnattu
The API requires an array type and does not support runtime generated default value. Use server side helper function to sanitize it into char.
2024-09-23Fix MJPEG hwenc may be incorrectly enabled on AMDGPU (#12695)Nyanmisaka
2024-09-23Tweak Trickplay migration for speed (#12643)Cody Robibero
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>