Commit Graph

25094 Commits

Author SHA1 Message Date
Patrick Barron 9215a4d40a Add ITranscodeManager service 2023-12-21 12:53:50 -05:00
Patrick Barron c2081955c8 Rename and clean up TranscodingJob 2023-12-21 12:53:50 -05:00
Patrick Barron abd74fd5a4 Move TranscodingJobDto and TranscodingThrottler to Controller 2023-12-21 12:53:49 -05:00
Bond-009 d10cca6917
Merge pull request #10752 from jellyfin/renovate/stylecop.analyzers-1.x
chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556
2023-12-21 10:53:01 +01:00
renovate[bot] a42951c0a8
chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 2023-12-21 00:29:35 +00:00
Bond-009 f8010550f2
Merge pull request #10745 from jellyfin/renovate/ci-deps 2023-12-19 09:57:05 +01:00
Bond-009 a1463c37fa
Merge pull request #10604 from jellyfin/renovate/xunit-dotnet-monorepo 2023-12-19 09:56:24 +01:00
renovate[bot] 05bc894ae8
chore(deps): update actions/download-artifact action to v4.1.0 2023-12-19 00:26:16 +00:00
Bond-009 053c3392f4
Merge pull request #10682 from barronpm/livetv-warnings
Fix some warnings in LiveTV
2023-12-18 23:21:45 +01:00
Bond-009 f039de033a
Merge pull request #10672 from Erotemic/fix_bash_install_paths
Quote bash paths to prevent word splitting
2023-12-18 23:21:35 +01:00
Bond_009 7bf831da62 Fix tests 2023-12-18 22:02:31 +01:00
renovate[bot] 12df192a31
chore(deps): update xunit-dotnet monorepo 2023-12-18 20:14:50 +00:00
Bond-009 135cd68778
Merge pull request #10705 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
2023-12-18 21:13:42 +01:00
Bond-009 21374775e5
Merge pull request #10422 from scampower3/api-update
Update /Device endpoint to return CustomName
2023-12-18 21:06:30 +01:00
Bond-009 ce45b73c8b
Merge pull request #10702 from crobibero/collection-type-lowercase
Convert CollectionType to use lowercase enum names
2023-12-18 19:38:44 +01:00
Lars Eichler 660165cd2f Added translation using Weblate (Abkhazian) 2023-12-18 10:46:12 -05:00
Bond-009 430bfcee47
Merge pull request #10738 from 1337joe/action-full-version 2023-12-17 09:36:28 +01:00
Joe Rogers 49cc4d1dab
Add full version tags for consistency with other files 2023-12-17 00:12:11 -05:00
queeup f7122d2180 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2023-12-16 15:30:20 -05:00
Joshua M. Boniface 3bf0e6c819
Merge pull request #10736 from jellyfin/nvv-ci-openapi
Remove OpenAPI artifact upload from test workflow
2023-12-16 13:11:44 -05:00
Niels van Velzen 73d42980fc
Remove OpenAPI artifact upload from test workflow 2023-12-16 13:04:41 +01:00
Niels van Velzen 5569ab8b2d
Only upload OpenAPI artifacts for ubuntu-latest tests 2023-12-16 13:01:13 +01:00
Claus Vium 6ea4c44906
Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2023-12-16 12:34:34 +01:00
Bond-009 24cbd64450
Merge pull request #10573 from arabcoders/master
Add new API endpoint to view/update Item UserData
2023-12-15 18:00:50 +01:00
Bond-009 804b89d922
Merge pull request #10726 from jellyfin/renovate/actions-download-artifact-4.x
chore(deps): update actions/download-artifact action to v4
2023-12-15 09:52:58 +01:00
renovate[bot] 41e24681af
chore(deps): update actions/upload-artifact action to v4 2023-12-14 21:08:30 +00:00
renovate[bot] a917f034e4
chore(deps): update actions/download-artifact action to v4 2023-12-14 21:08:25 +00:00
Radical b52d2fbee5 Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2023-12-14 06:30:20 -05:00
Bond-009 e3fb856445
Merge pull request #10721 from jellyfin/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3
2023-12-13 18:17:59 +01:00
renovate[bot] 026941dea3
chore(deps): update github/codeql-action action to v3 2023-12-13 16:37:58 +00:00
Claus Vium 676464a135
Merge pull request #10710 from jkhsjdhjs/fix/subtitle_overlay_eof_action
Use `eof_action=pass` when overlaying subtitles
2023-12-13 13:50:32 +01:00
jkhsjdhjs 547d97d602
Use `eof_action=pass` when overlaying subtitles
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 13:11:42 +01:00
Bond-009 ff209d3c99
Merge pull request #10715 from jellyfin/renovate/ci-deps
chore(deps): update github/codeql-action action to v2.22.10
2023-12-13 10:09:58 +01:00
Jackson Lee ea7ac143c4 Translated using Weblate (Filipino)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
2023-12-12 14:20:08 -05:00
renovate[bot] ed8d080604
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1 2023-12-12 17:14:26 +00:00
renovate[bot] 4ae817f8c6
chore(deps): update github/codeql-action action to v2.22.10 2023-12-12 17:14:17 +00:00
Bond-009 e427c665d9
Merge pull request #10695 from jellyfin/renovate/actions-stale-9.x
chore(deps): update actions/stale action to v9
2023-12-11 10:14:09 +01:00
Bond-009 d930ce2676
Merge pull request #10694 from jellyfin/renovate/ci-deps
chore(deps): update github/codeql-action action to v2.22.9
2023-12-09 15:05:12 +01:00
Cody Robibero 033cfa59c4 Convert CollectionType to use lowercase enum names 2023-12-08 15:45:36 -07:00
renovate[bot] 8abc653c29
chore(deps): update actions/stale action to v9 2023-12-07 13:27:09 +00:00
renovate[bot] 3e5e600dc7
chore(deps): update github/codeql-action action to v2.22.9 2023-12-07 13:27:03 +00:00
Patrick Barron 0d5bbfda32
Remove unused DLNA models (#10685)
* Remove unused DLNA models

* Remove IDlnaManager
2023-12-06 16:06:42 -07:00
Bond-009 fca345db4a
Merge pull request #10681 from jellyfin/renovate/prometheus-net-monorepo
chore(deps): update prometheus-net monorepo to v8.2.0
2023-12-06 10:37:01 +01:00
renovate[bot] d82fdfc7a2
chore(deps): update prometheus-net monorepo to v8.2.0 2023-12-05 22:51:40 +00:00
Patrick Barron 192559db32 Make ILiveStream an IDisposable 2023-12-05 14:26:35 -05:00
Patrick Barron 669baf98a5 Make IRecorder an IDisposable 2023-12-05 13:35:18 -05:00
Patrick Barron 5c593b120a Don't use List directly in ITunerHost method signatures 2023-12-05 13:35:18 -05:00
Patrick Barron 3ecd68d832 Use ConfigureAwait in SharedHttpStream 2023-12-05 13:35:18 -05:00
Patrick Barron 4ec32b71f5 Use ConfigureAwait in M3uParser 2023-12-05 13:35:18 -05:00
Patrick Barron 42c95da6b0 Use ConfigureAwait in BaseTunerHost 2023-12-05 13:35:18 -05:00