gnattu
5769d5ca91
Catch all exceptions for file removal
4 months ago
gnattu
03271c43a7
Throw the exception as is
4 months ago
gnattu
bb30d26ffb
Use ExceptionDispatchInfo
4 months ago
gnattu
e9ee0ef1f5
Remove temp file even when saving failed
4 months ago
gnattu
3aefbf8cf6
Don't do double remove in BaseDynamicImageProvider
4 months ago
gnattu
469bf9d514
Move the remove source implementation into ProviderManager
4 months ago
Niels van Velzen
a165883999
Merge pull request #12931 from gnattu/set-audio-codec-when-transcoding
...
Set AudioCodec when building stream
4 months ago
gnattu
74d2c2addf
Remove DynamicImageResponse local image after saved to metadata folder
...
Previously, local images provided by DynamicImageResponse were never cleaned up until the server was restarted. This issue has become more severe in 10.10, as the default is now set to use the system's native temp folder, which might be a RAM backed tmpfs. This behavior could lead to resource starvation for long-running servers performing multiple library scans.
Metadata plugins prefer the old behavior should do its own backup.
4 months ago
gnattu
096e1b2970
Add comments noting that comma separated codec list is not supported in pure audio transcoding for now
4 months ago
gnattu
b0f44f1d5a
Set AudioCodec when building stream
...
This was not set at least since 10.9 and the transcoding behavior is close to "undefined" and in 10.10 this will not work at all. This will make the returned transcoding url from PlayBackInfo to correctly specify the desired transcoding codec. If the client wants to use the HLS controller directly it should be responsible to provide valid container and codec in the parameters.
4 months ago
JPVenson
584be05e93
reduced providerid build
4 months ago
JPVenson
3592c629e7
Fixed possible NullReferenceException in SessionManager ( #12915 )
4 months ago
Mikal S.
f99e0407fd
Don't try to prune images for virtual episodes. ( #12909 )
4 months ago
JPVenson
fe9c6fb8ae
Fixed enumerable
4 months ago
JPVenson
54a6a33c01
renamed param
4 months ago
JPVenson
0130580151
Fixed interface definition
4 months ago
JPVenson
aa4dd04b99
Added fast fail for no provider selected segment query
4 months ago
JPVenson
c08d1d5b7f
Added parameter to enable or disable library filter
4 months ago
JPVenson
312ff4f3d8
Fixed disabled providers not beeing returned
4 months ago
Benedikt
c6629aebf8
Fix TMDB import failing when no IMDB ID is set for a movie ( #12891 )
4 months ago
Jellyfin Release Bot
016a7e5542
Bump version to 10.10.0
4 months ago
Rafael Morine
61861b1904
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
4 months ago
Nyanmisaka
3ceb8337e7
Fix check for format option in scale_cuda filter ( #12874 )
4 months ago
renovate[bot]
87c8feed4a
Update dependency Serilog.Sinks.Async to 2.1.0 ( #12870 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
renovate[bot]
fd411cda18
Update CI dependencies ( #12869 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
fract exe
abd6649e5d
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
4 months ago
Bond-009
6f3d9688cf
Merge pull request #12863 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v3.27.0
4 months ago
Bas
f9ad453317
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 months ago
nicito
bd78a36db8
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
4 months ago
renovate[bot]
5cc49d25c4
Update github/codeql-action action to v3.27.0
4 months ago
JPVenson
88fb668cc5
Added Unittest to check for unapplied model changes ( #12854 )
4 months ago
JPVenson
5b696124fc
Add catch to remove cached user if creation fails ( #12574 )
4 months ago
Blackspirits
31382b232d
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 months ago
Blackspirits
48f9b96029
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 months ago
Blackspirits
b3da2ff8f4
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 months ago
AfmanS
1b13273d61
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 months ago
Blackspirits
2e615b003d
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 months ago
Blackspirits
b2c8c0d361
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 months ago
Blackspirits
0caed5b410
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 months ago
AfmanS
07b38b825a
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 months ago
Nyanmisaka
df8edaa083
Fix seeking beyond EOF in HWA transcoding ( #12847 )
4 months ago
renovate[bot]
cbd4e070bf
Update dependency z440.atl.core to 6.6.0 ( #12846 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
renovate[bot]
4cc9811447
Update dependency AsyncKeyedLock to 7.0.2 ( #12812 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
renovate[bot]
df06a37395
Update github/codeql-action action to v3.26.13 ( #12820 )
4 months ago
JP
12effd4e62
Translated using Weblate (Lithuanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
4 months ago
gnattu
6813db06d7
Infer more audio codec from containers ( #12837 )
4 months ago
JPVenson
8b4fa42e49
Ensure Skia images are always disposed ( #12786 )
4 months ago
Cody Robibero
4251cbc277
Merge pull request #12824 from gnattu/don't-check-remote-trickplay
4 months ago
gnattu
5ac895bef6
Fix format
4 months ago
gnattu
666db81a09
Allow invalid id for trickplay
...
Co-authored-by: JPVenson <ger-delta-07@hotmail.de>
4 months ago