Bond-009
1cff5aef63
Merge pull request #10764 from jellyfin/renovate/xunit-dotnet-monorepo
...
chore(deps): update xunit-dotnet monorepo
11 months ago
Stephen Mwangi
c41ecba2cd
Fix Somalia's display name
11 months ago
renovate[bot]
836c2032fc
chore(deps): update xunit-dotnet monorepo
11 months ago
Bond-009
f8ca7876f3
Merge pull request #10759 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.22.12
11 months ago
Bond-009
28464d5ef9
Merge pull request #10757 from dmitrylyzo/test-streambuilder
...
Fix StreamBuilder tests
11 months ago
renovate[bot]
9fdbb71a50
chore(deps): update github/codeql-action action to v3.22.12
11 months ago
Peyman M
0ca263a142
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
11 months ago
Patrick Barron
c49539cbe0
Move ProgressiveFileStream to Controller
11 months ago
Patrick Barron
9215a4d40a
Add ITranscodeManager service
11 months ago
Patrick Barron
c2081955c8
Rename and clean up TranscodingJob
11 months ago
Patrick Barron
abd74fd5a4
Move TranscodingJobDto and TranscodingThrottler to Controller
11 months ago
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
11 months ago
Dmitry Lyzo
ca280279da
test: add more audio tests
11 months ago
Dmitry Lyzo
8c29fa422a
test: fix tizen profile
11 months ago
Dmitry Lyzo
d92f2ac31c
test: fix remux tests
...
This partially reverts commit 2d8f7b46f1
11 months ago
renovate[bot]
a42951c0a8
chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556
11 months ago
Bond-009
f8010550f2
Merge pull request #10745 from jellyfin/renovate/ci-deps
11 months ago
Bond-009
a1463c37fa
Merge pull request #10604 from jellyfin/renovate/xunit-dotnet-monorepo
11 months ago
renovate[bot]
05bc894ae8
chore(deps): update actions/download-artifact action to v4.1.0
11 months ago
Bond-009
053c3392f4
Merge pull request #10682 from barronpm/livetv-warnings
...
Fix some warnings in LiveTV
11 months ago
Bond-009
f039de033a
Merge pull request #10672 from Erotemic/fix_bash_install_paths
...
Quote bash paths to prevent word splitting
11 months ago
Bond_009
7bf831da62
Fix tests
11 months ago
renovate[bot]
12df192a31
chore(deps): update xunit-dotnet monorepo
11 months ago
Bond-009
135cd68778
Merge pull request #10705 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
...
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
11 months ago
Bond-009
21374775e5
Merge pull request #10422 from scampower3/api-update
...
Update /Device endpoint to return CustomName
11 months ago
Bond-009
ce45b73c8b
Merge pull request #10702 from crobibero/collection-type-lowercase
...
Convert CollectionType to use lowercase enum names
11 months ago
Lars Eichler
660165cd2f
Added translation using Weblate (Abkhazian)
11 months ago
Joe Rogers
e91de654d7
Stop saving Jellyfin API key in settings xml
11 months ago
Bond-009
430bfcee47
Merge pull request #10738 from 1337joe/action-full-version
11 months ago
Joe Rogers
49cc4d1dab
Add full version tags for consistency with other files
11 months ago
Joe Rogers
f7479bc730
Fix missing posters in collection identify
11 months ago
Joe Rogers
c8da8eefe0
Add api key to configuration
11 months ago
queeup
f7122d2180
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
11 months ago
Joshua M. Boniface
3bf0e6c819
Merge pull request #10736 from jellyfin/nvv-ci-openapi
...
Remove OpenAPI artifact upload from test workflow
11 months ago
Niels van Velzen
73d42980fc
Remove OpenAPI artifact upload from test workflow
11 months ago
Niels van Velzen
5569ab8b2d
Only upload OpenAPI artifacts for ubuntu-latest tests
11 months ago
Claus Vium
6ea4c44906
Merge pull request #10727 from jellyfin/renovate/actions-upload-artifact-4.x
...
chore(deps): update actions/upload-artifact action to v4
11 months ago
Bond-009
24cbd64450
Merge pull request #10573 from arabcoders/master
...
Add new API endpoint to view/update Item UserData
11 months ago
Bond-009
804b89d922
Merge pull request #10726 from jellyfin/renovate/actions-download-artifact-4.x
...
chore(deps): update actions/download-artifact action to v4
11 months ago
renovate[bot]
41e24681af
chore(deps): update actions/upload-artifact action to v4
11 months ago
renovate[bot]
a917f034e4
chore(deps): update actions/download-artifact action to v4
11 months ago
Radical
b52d2fbee5
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
11 months ago
Bond-009
e3fb856445
Merge pull request #10721 from jellyfin/renovate/github-codeql-action-3.x
...
chore(deps): update github/codeql-action action to v3
11 months ago
renovate[bot]
026941dea3
chore(deps): update github/codeql-action action to v3
11 months ago
Claus Vium
676464a135
Merge pull request #10710 from jkhsjdhjs/fix/subtitle_overlay_eof_action
...
Use `eof_action=pass` when overlaying subtitles
11 months ago
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
11 months ago
Bond-009
ff209d3c99
Merge pull request #10715 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v2.22.10
11 months ago
Jackson Lee
ea7ac143c4
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
11 months ago
renovate[bot]
ed8d080604
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
11 months ago
renovate[bot]
4ae817f8c6
chore(deps): update github/codeql-action action to v2.22.10
11 months ago