| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-17 | Add full version tags for consistency with other files | Joe Rogers | |
| 2023-12-16 | Fix missing posters in collection identify | Joe Rogers | |
| 2023-12-16 | Add api key to configuration | Joe Rogers | |
| 2023-12-16 | Translated using Weblate (Turkish) | queeup | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2023-12-16 | Merge pull request #10736 from jellyfin/nvv-ci-openapi | Joshua M. Boniface | |
| Remove OpenAPI artifact upload from test workflow | |||
| 2023-12-16 | Remove OpenAPI artifact upload from test workflow | Niels van Velzen | |
| 2023-12-16 | Only upload OpenAPI artifacts for ubuntu-latest tests | Niels van Velzen | |
| 2023-12-16 | Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.x | Claus Vium | |
| chore(deps): update actions/upload-artifact action to v4 | |||
| 2023-12-15 | Merge pull request #10573 from arabcoders/master | Bond-009 | |
| Add new API endpoint to view/update Item UserData | |||
| 2023-12-15 | Merge pull request #10726 from jellyfin/renovate/actions-download-artifact-4.x | Bond-009 | |
| chore(deps): update actions/download-artifact action to v4 | |||
| 2023-12-14 | chore(deps): update actions/upload-artifact action to v4 | renovate[bot] | |
| 2023-12-14 | chore(deps): update actions/download-artifact action to v4 | renovate[bot] | |
| 2023-12-14 | Translated using Weblate (Norwegian Bokmål) | Radical | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2023-12-13 | Merge pull request #10721 from jellyfin/renovate/github-codeql-action-3.x | Bond-009 | |
| chore(deps): update github/codeql-action action to v3 | |||
| 2023-12-13 | chore(deps): update github/codeql-action action to v3 | renovate[bot] | |
| 2023-12-13 | Merge pull request #10710 from jkhsjdhjs/fix/subtitle_overlay_eof_action | Claus Vium | |
| Use `eof_action=pass` when overlaying subtitles | |||
| 2023-12-13 | Use `eof_action=pass` when overlaying subtitles | jkhsjdhjs | |
| 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-13 | Merge pull request #10715 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update github/codeql-action action to v2.22.10 | |||
| 2023-12-12 | Translated using Weblate (Filipino) | Jackson Lee | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/ | |||
| 2023-12-12 | chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1 | renovate[bot] | |
| 2023-12-12 | chore(deps): update github/codeql-action action to v2.22.10 | renovate[bot] | |
| 2023-12-11 | Merge pull request #10695 from jellyfin/renovate/actions-stale-9.x | Bond-009 | |
| chore(deps): update actions/stale action to v9 | |||
| 2023-12-09 | Merge pull request #10694 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update github/codeql-action action to v2.22.9 | |||
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-12-07 | chore(deps): update actions/stale action to v9 | renovate[bot] | |
| 2023-12-07 | chore(deps): update github/codeql-action action to v2.22.9 | renovate[bot] | |
| 2023-12-06 | check ReplaceAllMetadata option and name field lock | Brian Howe | |
| 2023-12-06 | Update MediaBrowser.Providers/MediaInfo/AudioFileProber.cs | GinoGinocchio | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-12-06 | Update MediaBrowser.Providers/MediaInfo/AudioFileProber.cs | GinoGinocchio | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-12-06 | Removing unnecesary empty and null validations | GinoGinocchio | |
| 2023-12-06 | Using TryGetProviderId and adding an empty validation | GinoGinocchio | |
| 2023-12-06 | Correcting according to the comments provided | GinoGinocchio | |
| 2023-12-06 | Fix: "Feature 'replace missing metadata' overwrites existing metadata that ↵ | GinoGinocchio | |
| does exist" for music | |||
| 2023-12-06 | Remove unused DLNA models (#10685) | Patrick Barron | |
| * Remove unused DLNA models * Remove IDlnaManager | |||
| 2023-12-06 | Merge pull request #10681 from jellyfin/renovate/prometheus-net-monorepo | Bond-009 | |
| chore(deps): update prometheus-net monorepo to v8.2.0 | |||
| 2023-12-05 | chore(deps): update prometheus-net monorepo to v8.2.0 | renovate[bot] | |
| 2023-12-05 | Make ILiveStream an IDisposable | Patrick Barron | |
| 2023-12-05 | Make IRecorder an IDisposable | Patrick Barron | |
| 2023-12-05 | Don't use List directly in ITunerHost method signatures | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in SharedHttpStream | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in M3uParser | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in BaseTunerHost | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in XmlTvListingsProvider | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in DirectRecorder | Patrick Barron | |
| 2023-12-05 | Fix disposable warnings in EmbyTV | Patrick Barron | |
| 2023-12-05 | Use string.Contains in LiveTv | Patrick Barron | |
| 2023-12-05 | Use implementation types in LiveTv | Patrick Barron | |
| 2023-12-05 | Merge pull request #10660 from barronpm/move-networking | Bond-009 | |
| Move Jellyfin.Networking | |||
| 2023-12-05 | Merge pull request #10659 from barronpm/inetworkmanager-nullability | Bond-009 | |
| Fix Nullability for INetworkManager.GetBindAddress | |||
| 2023-12-05 | Merge pull request #10666 from jellyfin/renovate/tmdblib-2.x | Bond-009 | |
| chore(deps): update dependency tmdblib to v2.1.0 | |||
