gnattu
533f5af8a5
Remove unused import
...
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
gnattu
58774d740c
Use season.BeforeMetadataRefresh instead of custom hack
...
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
gnattu
14845a9736
Allow any language for season guessing
...
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
gnattu
4e22612c91
Fix missing season Index
...
This will add missing season index when it can be guessed from the season name, useful for very old libraries that may contain null index
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
Rany
a1f5e7265f
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
10 months ago
Bond-009
3feb3f81bf
More efficient array creation ( #11468 )
10 months ago
gnattu
5dc6bb4910
Fix incomplete tag query for whitelist tags ( #11416 )
10 months ago
Cody Robibero
48bb16472f
Merge pull request #11457 from Bond-009/audionormalization
10 months ago
Bond-009
74f3e54807
Merge pull request #11436 from nielsvanvelzen/plugin-api-elevation
...
Require elevation for plugin related endpoints
10 months ago
Bond_009
9ffb07d67f
Fix filename
10 months ago
Bond_009
8c9d0df7f2
Address comments
10 months ago
gnattu
6f78ac2ff3
Use more accurate rounding in GetFixedOutputSize ( #11435 )
...
* Use more accurate rounding in GetFixedOutputSize
Signed-off-by: gnattu <gnattuoc@me.com>
* Force trickplay thumbnails to have even width
Signed-off-by: gnattu <gnattuoc@me.com>
* Use Convert.ToInt32
Signed-off-by: gnattu <gnattuoc@me.com>
* Force video size as thumbnail size if the trickplay width setting is larger
This will fix an issue when the trickplay setting contains a very huge width, but the video has a lower resolution than that setting. Our scaling filter logic will not do any upscale, and we have to force to use the video width
Signed-off-by: gnattu <gnattuoc@me.com>
---------
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
Niels van Velzen
0b15352771
Merge pull request #11361 from Bond-009/nope
...
Properly await Task.Delay()
10 months ago
Bond_009
276ae3b8b7
Skip albums that don't have multiple tracks
10 months ago
Bond-009
2cbef3aa38
Merge pull request #11440 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.25.3
10 months ago
Bond_009
2459b7e62e
Properly await Task.Delay()
10 months ago
Bond_009
2ad872001d
Address comments
10 months ago
Roots Radics
8eff5d1bf7
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
10 months ago
Bond_009
88a38a61b5
Improve audio normalization
...
* Move calculation of LUFS to a scheduled task as it's pretty slow
* Correctly calculate album LUFS
* Don't try to convert replaygain tags to LUFS values
10 months ago
Niels van Velzen
935c2c97fe
Require elevation for plugin related endpoints
10 months ago
renovate[bot]
f63148441d
chore(deps): update github/codeql-action action to v3.25.3
10 months ago
renovate[bot]
5612cb8178
chore(deps): update ci dependencies ( #11427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
ccd06bc547
chore(deps): update dependency diacritics to v3.3.29 ( #11429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
Bond-009
d29b85a134
Fix multiple intro providers and remove unneeded ToLists ( #11431 )
10 months ago
renovate[bot]
9a515149ef
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.5 ( #11423 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
Bond-009
ac108690a8
Use StringSplitOptions.TrimEntries where possible ( #11421 )
10 months ago
Bond-009
428283f787
Always scan ReplayGain tag ( #11418 )
10 months ago
alison2033
3c159822b5
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
10 months ago
AKHI
f5f0d18934
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
10 months ago
Bond-009
3936fc9f25
Don't run ffprobe a second time for music file ( #11419 )
10 months ago
John M
c791331952
Fix task CleanupCollectionAndPlaylistPathsTask removing valid paths ( #11410 )
10 months ago
Bond-009
f26eb15be0
Merge pull request #11405 from jellyfin/renovate/ci-deps
...
chore(deps): update ci dependencies
10 months ago
renovate[bot]
bafb7f84ad
chore(deps): update ci dependencies
10 months ago
gnattu
374b6ca0e2
Only apply custom downmix to 5.1 audios ( #11401 )
10 months ago
renovate[bot]
09b0229670
chore(deps): update actions/checkout action to v4.1.3 ( #11404 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
ab55dcf82d
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.3 ( #11402 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
renovate[bot]
049c1d9250
chore(deps): update dependency asynckeyedlock to v6.4.2 ( #11396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
Niels van Velzen
a80968478a
Fix InvalidCastException in ItemUpdateController ( #11398 )
10 months ago
felix920506
f3b4d72423
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
10 months ago
renovate[bot]
1d85462f47
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.2 ( #11394 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
gnattu
601c88c704
fix: don't apply whitelist tags to libraries ( #11377 )
10 months ago
Nick Ganter
89b798f830
Maintaining track order when a new playlist is created from an existing playlist ( #11371 )
10 months ago
renovate[bot]
e4cb651912
chore(deps): update dependency asynckeyedlock to v6.4.1 ( #11392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months ago
Cody Robibero
27fae3dd04
Limit sessions per user ( #11370 )
10 months ago
Niels van Velzen
43569082f9
Fix WebSocket disconnecting when exception is thrown during processing ( #11395 )
10 months ago
felix920506
e42325883f
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
10 months ago
Víctor Vázquez
0b618349e1
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
10 months ago
Fawrrax
9a22dd4fbd
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
10 months ago
vic991
c99b30ae23
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
10 months ago
Bond-009
c217599977
Merge pull request #11384 from jellyfin/renovate/ci-deps
...
chore(deps): update ci dependencies
10 months ago