aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-17Add full version tags for consistency with other filesJoe Rogers
2023-12-16Fix missing posters in collection identifyJoe Rogers
2023-12-16Add api key to configurationJoe 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-06check ReplaceAllMetadata option and name field lockBrian Howe
2023-12-06Update MediaBrowser.Providers/MediaInfo/AudioFileProber.csGinoGinocchio
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-12-06Update MediaBrowser.Providers/MediaInfo/AudioFileProber.csGinoGinocchio
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-12-06Removing unnecesary empty and null validationsGinoGinocchio
2023-12-06Using TryGetProviderId and adding an empty validationGinoGinocchio
2023-12-06Correcting according to the comments providedGinoGinocchio
2023-12-06Fix: "Feature 'replace missing metadata' overwrites existing metadata that ↵GinoGinocchio
does exist" for music
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
2023-12-05Use ConfigureAwait in DirectRecorderPatrick Barron
2023-12-05Fix disposable warnings in EmbyTVPatrick Barron
2023-12-05Use string.Contains in LiveTvPatrick Barron
2023-12-05Use implementation types in LiveTvPatrick Barron
2023-12-05Merge pull request #10660 from barronpm/move-networkingBond-009
Move Jellyfin.Networking
2023-12-05Merge pull request #10659 from barronpm/inetworkmanager-nullabilityBond-009
Fix Nullability for INetworkManager.GetBindAddress
2023-12-05Merge pull request #10666 from jellyfin/renovate/tmdblib-2.xBond-009
chore(deps): update dependency tmdblib to v2.1.0