aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-22chore(deps): update github/codeql-action action to v3.22.12renovate[bot]
2023-12-21Translated using Weblate (Persian)Peyman M
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2023-12-21Merge pull request #10752 from jellyfin/renovate/stylecop.analyzers-1.xBond-009
chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556
2023-12-21chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556renovate[bot]
2023-12-19Merge pull request #10745 from jellyfin/renovate/ci-depsBond-009
2023-12-19Merge pull request #10604 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
2023-12-19chore(deps): update actions/download-artifact action to v4.1.0renovate[bot]
2023-12-18Merge pull request #10682 from barronpm/livetv-warningsBond-009
Fix some warnings in LiveTV
2023-12-18Merge pull request #10672 from Erotemic/fix_bash_install_pathsBond-009
Quote bash paths to prevent word splitting
2023-12-18Fix testsBond_009
2023-12-18chore(deps): update xunit-dotnet monoreporenovate[bot]
2023-12-18Merge pull request #10705 from ↵Bond-009
jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
2023-12-18Merge pull request #10422 from scampower3/api-updateBond-009
Update /Device endpoint to return CustomName
2023-12-18Merge pull request #10702 from crobibero/collection-type-lowercaseBond-009
Convert CollectionType to use lowercase enum names
2023-12-18Added translation using Weblate (Abkhazian)Lars Eichler
2023-12-17Merge pull request #10738 from 1337joe/action-full-versionBond-009
2023-12-17Add full version tags for consistency with other filesJoe Rogers
2023-12-16Translated using Weblate (Turkish)queeup
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2023-12-16Merge pull request #10736 from jellyfin/nvv-ci-openapiJoshua M. Boniface
Remove OpenAPI artifact upload from test workflow
2023-12-16Remove OpenAPI artifact upload from test workflowNiels van Velzen
2023-12-16Only upload OpenAPI artifacts for ubuntu-latest testsNiels van Velzen
2023-12-16Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.xClaus Vium
chore(deps): update actions/upload-artifact action to v4
2023-12-15Merge pull request #10573 from arabcoders/masterBond-009
Add new API endpoint to view/update Item UserData
2023-12-15Merge pull request #10726 from jellyfin/renovate/actions-download-artifact-4.xBond-009
chore(deps): update actions/download-artifact action to v4
2023-12-14chore(deps): update actions/upload-artifact action to v4renovate[bot]
2023-12-14chore(deps): update actions/download-artifact action to v4renovate[bot]
2023-12-14Translated using Weblate (Norwegian Bokmål)Radical
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2023-12-13Merge pull request #10721 from jellyfin/renovate/github-codeql-action-3.xBond-009
chore(deps): update github/codeql-action action to v3
2023-12-13chore(deps): update github/codeql-action action to v3renovate[bot]
2023-12-13Merge pull request #10710 from jkhsjdhjs/fix/subtitle_overlay_eof_actionClaus Vium
Use `eof_action=pass` when overlaying subtitles
2023-12-13Use `eof_action=pass` when overlaying subtitlesjkhsjdhjs
The previous behavior using `eof_action=endall` and `shortest=1` would end the video stream if one of the input stream (video, subtitle) ends. In some cases the duration of the overlayed subtitles is shorter than the video stream, causing the output to end when the subtitles end and dropping the remaining video stream. This commit changes this behavior so `eof_action=pass` is used instead, which continues passing the video stream through even if the subtitles end earlier [1]. `shortest=1` is also removed, as this option implies `eof_action=endall`. If the subtitle stream has a higher duration than the video stream, the output will also end with the video stream without `shortest=1`, as the video stream is the primary input to the `overlay` filter. Fix #10698 [1] https://ffmpeg.org/ffmpeg-filters.html#Options-for-filters-with-several-inputs-_0028framesync_0029
2023-12-13Merge pull request #10715 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v2.22.10
2023-12-12Translated using Weblate (Filipino)Jackson Lee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
2023-12-12chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1renovate[bot]
2023-12-12chore(deps): update github/codeql-action action to v2.22.10renovate[bot]
2023-12-11Merge pull request #10695 from jellyfin/renovate/actions-stale-9.xBond-009
chore(deps): update actions/stale action to v9
2023-12-09Merge pull request #10694 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v2.22.9
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-12-07chore(deps): update actions/stale action to v9renovate[bot]
2023-12-07chore(deps): update github/codeql-action action to v2.22.9renovate[bot]
2023-12-06Remove unused DLNA models (#10685)Patrick Barron
* Remove unused DLNA models * Remove IDlnaManager
2023-12-06Merge pull request #10681 from jellyfin/renovate/prometheus-net-monorepoBond-009
chore(deps): update prometheus-net monorepo to v8.2.0
2023-12-05chore(deps): update prometheus-net monorepo to v8.2.0renovate[bot]
2023-12-05Make ILiveStream an IDisposablePatrick Barron
2023-12-05Make IRecorder an IDisposablePatrick Barron
2023-12-05Don't use List directly in ITunerHost method signaturesPatrick Barron
2023-12-05Use ConfigureAwait in SharedHttpStreamPatrick Barron
2023-12-05Use ConfigureAwait in M3uParserPatrick Barron
2023-12-05Use ConfigureAwait in BaseTunerHostPatrick Barron
2023-12-05Use ConfigureAwait in XmlTvListingsProviderPatrick Barron