aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 hoursFix Swagger UI auth docs (#12990) (#16910)HEADmasterBond-009
13 hoursPrevent ffmpeg from hanging extracting subtitles (#17297)Marc Brooks
* Prevent ffmpeg from hanging extracting subtitles Add `RunSubtitleExtractionProcess` to unify the external _ffmpeg_ process handling and error management. Add a `-nostdin` flag that prevents _ffmpeg_ from reading from _stdin_ and blocking on an inherited stdin handle (e.g. when Jellyfin runs as a service under NSSM), which otherwise hangs subtitle extraction forever when _ffmpeg_ blocks on any keyboard-interaction read until the timeout (30 minutes). Close the redirected _stdin_ to ensure immediage EOF. Drain the _stderr_ to a string and log it, to ensure we don't block the _ffmpeg_ process on errors that exceed the pipe length. Pass `-y` to _ffmpeg_ to ensure it overwrites any existing output file without prompting for confirmation. * Address review comments Make sure we always drain stderr. Make sure the timeout also honors the cancellationToken. Make sure when we get cancelled we don't log it as a ffmpeg error.
14 hoursShow production companies under TV Shows' Studios (#17246)Rant423
* show production companies instead of networks * keep both production companies and networks * fix whitespace * fix nullable type * networks first, then production companies
14 hoursMerge pull request #17288 from nyanmisaka/ffmpeg-log-utf8Bond-009
Fix potential garbled text in FFmpeg logs on Windows
14 hoursMerge pull request #17327 from ↵Bond-009
Shadowghost/remove-playbackpositionticks-mediasourceinfo Remove PlaybackPositionTicks from MediaSourceInfo
14 hoursMerge pull request #17334 from nyanmisaka/fix-cuda-hwuploadBond-009
Fix format negotiation in hybrid SW decode and CUDA tonemap pipeline
15 hoursMerge pull request #17151 from theguymadmax/fix-indentify-imageBond-009
Fix Identify returning wrong images
15 hoursMerge pull request #17326 from theguymadmax/update-series-nameBond-009
Update season and episode SeriesName when renaming a series
15 hoursMerge pull request #17280 from Shadowghost/remove-image-override-hackBond-009
Remove episode image override hack
15 hoursMerge pull request #17191 from IDisposable/fix/handler-path-traversalBond-009
Fix path transversal exposure in Plugins
23 hoursMerge pull request #17354 from jellyfin/renovate/actions-setup-dotnet-6.xBond-009
23 hoursMerge pull request #17359 from jellyfin/renovate/ci-depsBond-009
23 hoursMerge pull request #17348 from ↵Bond-009
theguymadmax/revert-includeItemTypes-in-collectionType
23 hoursMerge pull request #17343 from mbastian77/docs/channels-xml-docsBond-009
23 hoursMerge pull request #17344 from mbastian77/docs/session-model-xml-docsBond-009
23 hoursMerge pull request #17340 from mbastian77/docs/dlna-model-xml-docsBond-009
23 hoursMerge pull request #17339 from mbastian77/docs/providers-lookup-info-xml-docsBond-009
23 hoursMerge pull request #17338 from mbastian77/docs/deviceid-xml-docsBond-009
23 hoursTranslated using Weblate (Spanish (Latin America))Fabián Sanhueza
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
23 hoursMerge pull request #17337 from Shadowghost/limit-similar-itemsBond-009
36 hoursRevert setting default BaseItemKind for CollectionTypetheguymadmax
40 hoursUpdate github/codeql-action action to v4.37.1renovate[bot]
2 daysUpdate actions/setup-dotnet action to v6renovate[bot]
3 daysAdd XML docs to small session model types and remove CS1591 suppressionsmbastian77
3 daysAdd XML docs to small channel types and remove CS1591 suppressionsmbastian77
3 daysMerge pull request #17331 from jellyfin/renovate/dotnet-monorepoBond-009
3 daysMerge pull request #17274 from theguymadmax/fix-max-login-attemptsBond-009
3 daysMerge pull request #17248 from theguymadmax/add-novelBond-009
3 daysAdd XML docs to small DLNA model types and remove CS1591 suppressionsmbastian77
3 daysAdd XML docs to lookup info types and remove CS1591 suppressionsmbastian77
3 daysAdd XML docs to DeviceId and remove CS1591 suppressionmbastian77
3 daysLimit similar items to user accessible librariesShadowghost
3 daysMerge pull request #17330 from jellyfin/renovate/microsoftBond-009
3 daysMerge pull request #17250 from ↵Bond-009
TaterTechStudios/feature/books-series-name-metadata
3 daysFix format negotiation in hybrid SW decode and CUDA tonemap pipelinenyanmisaka
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>
4 daysUpdate Microsoftrenovate[bot]
4 daysUpdate dependency dotnet-ef to v10.0.10renovate[bot]
4 daysMerge pull request #17266 from Shadowghost/fix-non-admin-additional-partsBond-009
4 daysremove PlaybackPositionTicks from MediaSourceInfoShadowghost
4 daysUpdate season and episode SeriesName when renaming a seriestheguymadmax
5 daysMerge pull request #17306 from theguymadmax/fix-strm-sub-protocolBond-009
5 daysMerge pull request #17273 from theguymadmax/ratigs-numerical-scoreBond-009
5 daysTranslated using Weblate (Hebrew)DrummingBird1
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
6 daysApply review feedbacktheguymadmax
6 daysMerge pull request #17287 from dkanada/audiobook-coverBond-009
6 daysMerge pull request #17268 from theguymadmax/fix-greece-ratingsBond-009
6 daysMerge pull request #17220 from jellyfin/renovate/ci-depsBond-009
7 daysFix incorrect protocol used for subtitle charset detectiontheguymadmax
7 daysenable audiobook image saving to local folderdkanada
8 daysUpdate CI dependenciesrenovate[bot]