Bond-009
ac108690a8
Use StringSplitOptions.TrimEntries where possible ( #11421 )
7 months ago
Bond-009
428283f787
Always scan ReplayGain tag ( #11418 )
7 months ago
alison2033
3c159822b5
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
7 months ago
AKHI
f5f0d18934
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
7 months ago
Bond-009
3936fc9f25
Don't run ffprobe a second time for music file ( #11419 )
7 months ago
John M
c791331952
Fix task CleanupCollectionAndPlaylistPathsTask removing valid paths ( #11410 )
7 months ago
Bond-009
f26eb15be0
Merge pull request #11405 from jellyfin/renovate/ci-deps
...
chore(deps): update ci dependencies
7 months ago
renovate[bot]
bafb7f84ad
chore(deps): update ci dependencies
7 months ago
gnattu
374b6ca0e2
Only apply custom downmix to 5.1 audios ( #11401 )
7 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>
7 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>
7 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>
7 months ago
Niels van Velzen
a80968478a
Fix InvalidCastException in ItemUpdateController ( #11398 )
7 months ago
felix920506
f3b4d72423
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
7 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>
7 months ago
gnattu
601c88c704
fix: don't apply whitelist tags to libraries ( #11377 )
7 months ago
Nick Ganter
89b798f830
Maintaining track order when a new playlist is created from an existing playlist ( #11371 )
7 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>
7 months ago
Cody Robibero
27fae3dd04
Limit sessions per user ( #11370 )
7 months ago
Niels van Velzen
43569082f9
Fix WebSocket disconnecting when exception is thrown during processing ( #11395 )
7 months ago
felix920506
e42325883f
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
7 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/
7 months ago
Fawrrax
9a22dd4fbd
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
7 months ago
vic991
c99b30ae23
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
7 months ago
Bond-009
c217599977
Merge pull request #11384 from jellyfin/renovate/ci-deps
...
chore(deps): update ci dependencies
7 months ago
renovate[bot]
9c7236d96e
chore(deps): update ci dependencies
7 months ago
Joshua M. Boniface
40a20bbf76
ci: Ensure lock directory exists ( #11383 )
...
* ci: Ensure lock directory exists
* Use better construct
7 months ago
Joshua M. Boniface
7d67443aca
ci: Add flock to openapi spec upload ( #11381 )
...
* Add flock to openapi spec upload
Prevents a race condition if two PRs are merged in very quick
succession.
* Remove lock at the end
* Revert "Remove lock at the end"
This reverts commit a7baafd10e
.
* Correct incorrect comments
* Exit with an error if flock fails
7 months ago
Bond-009
37d301ebd4
Merge pull request #11352 from jellyfin/fix-library-removal
...
fix: explicitly allow remove root when performing library removal
7 months ago
JPVenson
81d3758785
#11289 Fixed cleanup task not checking for folders ( #11311 )
7 months ago
renovate[bot]
1efddc4d87
chore(deps): update github/codeql-action action to v3.25.1 ( #11376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 months ago
Bond-009
bb018c4adc
Enable nullable for LibraryManager ( #11191 )
7 months ago
Bond-009
356e05e3af
Changes SessionWebSocketListener to (re)use a timer ( #11358 )
7 months ago
Niels van Velzen
82e5f99f83
Support age in LocalizationManager.GetRatingLevel ( #11367 )
7 months ago
gnattu
80fac82c2c
fix: bind auto-discovery to multicast ip on macOS ( #11368 )
7 months ago
gnattu
658a454d81
fix: don't extract external sub ( #11373 )
7 months ago
gnattu
1b567efeb5
fix: correctly pass parameters in overrides
...
Signed-off-by: gnattu <gnattuoc@me.com>
7 months ago
gnattu
e4d66f35fd
chore: use proper way to override remove root
...
This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method
Signed-off-by: gnattu <gnattuoc@me.com>
7 months ago
blackcharon
5e34f6cd6c
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
7 months ago
Bond-009
c1fc80e85e
Merge pull request #11363 from jellyfin/renovate/ci-deps
...
chore(deps): update github/codeql-action action to v3.25.0
7 months ago
Bond-009
ee24704c44
Merge pull request #11360 from Bond-009/transcodelogfile
...
Write JSON directly to logfile
7 months ago
Bond-009
014c9c3cdc
Merge pull request #11357 from crobibero/album-artist
...
fix: fallback to artist if album artist not provided
7 months ago
renovate[bot]
e2a4dceb1d
chore(deps): update github/codeql-action action to v3.25.0
7 months ago
Cody Robibero
133b568a35
fix: use new serializer cache per IXmlSerializer ( #11356 )
7 months ago
Bond_009
e9ae2d6a1e
Write JSON directly to logfile
...
Can't be worse than serializing to a string, concatenating and converting to utf8, right?
7 months ago
Cody Robibero
d402005d32
fix: fallback to artist if album artist not provided
7 months ago
Cody Robibero
6fb6b5f176
Validate item access ( #11171 )
7 months ago
renovate[bot]
9a4db80085
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.4.1 ( #11306 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
7 months ago
renovate[bot]
453a5bdcf3
chore(deps): update eps1lon/actions-label-merge-conflict action to v3 ( #11200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 months ago
Bond-009
9818456d9e
Merge pull request #11109 from crobibero/animated-webp
...
Don't decode animated images
7 months ago