renovate[bot]
05bc894ae8
chore(deps): update actions/download-artifact action to v4.1.0
1 year ago
Bond-009
053c3392f4
Merge pull request #10682 from barronpm/livetv-warnings
...
Fix some warnings in LiveTV
1 year ago
Bond-009
f039de033a
Merge pull request #10672 from Erotemic/fix_bash_install_paths
...
Quote bash paths to prevent word splitting
1 year ago
Bond_009
7bf831da62
Fix tests
1 year ago
renovate[bot]
12df192a31
chore(deps): update xunit-dotnet monorepo
1 year ago
Bond-009
135cd68778
Merge pull request #10705 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
...
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
1 year ago
Bond-009
21374775e5
Merge pull request #10422 from scampower3/api-update
...
Update /Device endpoint to return CustomName
1 year ago
Bond-009
ce45b73c8b
Merge pull request #10702 from crobibero/collection-type-lowercase
...
Convert CollectionType to use lowercase enum names
1 year ago
Lars Eichler
660165cd2f
Added translation using Weblate (Abkhazian)
1 year ago
Joe Rogers
e91de654d7
Stop saving Jellyfin API key in settings xml
1 year ago
Bond-009
430bfcee47
Merge pull request #10738 from 1337joe/action-full-version
1 year ago
Joe Rogers
49cc4d1dab
Add full version tags for consistency with other files
1 year ago
Joe Rogers
f7479bc730
Fix missing posters in collection identify
1 year ago
Joe Rogers
c8da8eefe0
Add api key to configuration
1 year ago
queeup
f7122d2180
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
1 year ago
Joshua M. Boniface
3bf0e6c819
Merge pull request #10736 from jellyfin/nvv-ci-openapi
...
Remove OpenAPI artifact upload from test workflow
1 year ago
Niels van Velzen
73d42980fc
Remove OpenAPI artifact upload from test workflow
1 year ago
Niels van Velzen
5569ab8b2d
Only upload OpenAPI artifacts for ubuntu-latest tests
1 year 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
1 year ago
Bond-009
24cbd64450
Merge pull request #10573 from arabcoders/master
...
Add new API endpoint to view/update Item UserData
1 year 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
1 year ago
renovate[bot]
41e24681af
chore(deps): update actions/upload-artifact action to v4
1 year ago
renovate[bot]
a917f034e4
chore(deps): update actions/download-artifact action to v4
1 year ago
Radical
b52d2fbee5
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
1 year 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
1 year ago
renovate[bot]
026941dea3
chore(deps): update github/codeql-action action to v3
1 year ago
Claus Vium
676464a135
Merge pull request #10710 from jkhsjdhjs/fix/subtitle_overlay_eof_action
...
Use `eof_action=pass` when overlaying subtitles
1 year 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
1 year ago
Bond-009
ff209d3c99
Merge pull request #10715 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v2.22.10
1 year ago
Jackson Lee
ea7ac143c4
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
1 year ago
renovate[bot]
ed8d080604
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.1
1 year ago
renovate[bot]
4ae817f8c6
chore(deps): update github/codeql-action action to v2.22.10
1 year ago
Bond-009
e427c665d9
Merge pull request #10695 from jellyfin/renovate/actions-stale-9.x
...
chore(deps): update actions/stale action to v9
1 year ago
Bond-009
d930ce2676
Merge pull request #10694 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v2.22.9
1 year ago
Cody Robibero
033cfa59c4
Convert CollectionType to use lowercase enum names
1 year ago
renovate[bot]
8abc653c29
chore(deps): update actions/stale action to v9
1 year ago
renovate[bot]
3e5e600dc7
chore(deps): update github/codeql-action action to v2.22.9
1 year ago
Patrick Barron
0d5bbfda32
Remove unused DLNA models ( #10685 )
...
* Remove unused DLNA models
* Remove IDlnaManager
1 year ago
Bond-009
fca345db4a
Merge pull request #10681 from jellyfin/renovate/prometheus-net-monorepo
...
chore(deps): update prometheus-net monorepo to v8.2.0
1 year ago
renovate[bot]
d82fdfc7a2
chore(deps): update prometheus-net monorepo to v8.2.0
1 year ago
Patrick Barron
192559db32
Make ILiveStream an IDisposable
1 year ago
Patrick Barron
669baf98a5
Make IRecorder an IDisposable
1 year ago
Patrick Barron
5c593b120a
Don't use List directly in ITunerHost method signatures
1 year ago
Patrick Barron
3ecd68d832
Use ConfigureAwait in SharedHttpStream
1 year ago
Patrick Barron
4ec32b71f5
Use ConfigureAwait in M3uParser
1 year ago
Patrick Barron
42c95da6b0
Use ConfigureAwait in BaseTunerHost
1 year ago
Patrick Barron
7bcfc5e925
Use ConfigureAwait in XmlTvListingsProvider
1 year ago
Patrick Barron
ce6c0ad02b
Use ConfigureAwait in DirectRecorder
1 year ago
Patrick Barron
01480c7f20
Fix disposable warnings in EmbyTV
1 year ago
Patrick Barron
f1a5bc955b
Use string.Contains in LiveTv
1 year ago