Evan
0a4ff3f3c0
Fix GetBaseItemDto to return related item counts via SQL count
...
For API call /Items/{item id} GetBaseItemDto will return the counts of related items e.g. artists, albums, songs. GetBaseItemDto currently does this by calling GetTaggedItems which retrieves the objects into memory to count them. Replace with SQL count.
Fixes:
This should be an improvement for any large libraries, but especially large music libraries. Example:
Request Library -> Genres -> any very popular genre in your large library, e.g. Classical
Number of albums = 1552, songs = 23515, ...
- Before change: Try to retrieve 1552 albums, 23515 songs, ... in memory, API never returns, database on fire
- After change: API returns in 367ms and Genre view opens with 200 albums in 2 seconds
I verified the numbers returned are correct but note that there is a bug somewhere else in Jellyfin that is setting TopParentId to NULL for a large portion of my MusicArtists, which causes them to not be counted by the existing GetCount(). This is not related to this change, also happens with the existing code, and does not seem to affect the Web UI.
Includes Cory's changes in:
- https://github.com/jellyfin/jellyfin/pull/14610#issuecomment-3172211468
- https://github.com/jellyfin/jellyfin/pull/14610#issuecomment-3172239154
2025-08-10 18:02:17 +08:00
Niels van Velzen
2b94b3b5f6
Merge pull request #14597 from jellyfin/renovate/svg.skia-3.x
...
Update dependency Svg.Skia to 3.0.5
2025-08-07 22:05:37 +02:00
Niels van Velzen
64032e8656
Merge pull request #14604 from jellyfin/renovate/ci-deps
...
Update github/codeql-action action to v3.29.6
2025-08-07 22:04:24 +02:00
renovate[bot]
2a7c924904
Update github/codeql-action action to v3.29.6
2025-08-07 19:51:15 +00:00
renovate[bot]
72664a68bc
Update dependency Svg.Skia to 3.0.5
2025-08-07 19:51:12 +00:00
Niels van Velzen
376220661b
Merge pull request #14593 from Bond-009/revert
...
Revert "Merge pull request #13604 from Jxiced/master"
2025-08-07 21:49:59 +02:00
Lotine Guille
9e88121647
Translated using Weblate (English (Pirate))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en@pirate/
2025-08-07 01:15:12 +00:00
Bond_009
c7c7b30d28
Revert "Merge pull request #13604 from Jxiced/master"
...
This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing
changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da.
2025-08-06 15:49:40 +02:00
Bond-009
601ce4c3b1
Merge pull request #14590 from jellyfin/renovate/major-github-artifact-actions
...
Update actions/download-artifact action to v5
2025-08-06 15:45:12 +02:00
Nick
fcc7f53e81
Translated using Weblate (Uzbek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uz/
2025-08-06 05:11:07 +00:00
newton181
e3acf08acc
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2025-08-06 05:11:07 +00:00
renovate[bot]
c60139a32c
Update actions/download-artifact action to v5
2025-08-05 22:10:49 +00:00
Niels van Velzen
6d4efe6523
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2025-08-05 05:28:20 +00:00
Erick Marx
43a955dded
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2025-08-04 13:27:28 +00:00
Joshua M. Boniface
5cae44fdf7
Merge pull request #12718 from IceStormNG/extract-mks-subtitles
...
Extract subtitles of MKS aux files if they're extractable.
v10.11.0-rc4
2025-08-03 17:31:13 -04:00
Joshua M. Boniface
c3cb5fd2f9
Merge pull request #14021 from sususu98/enhancement/strmSeek
...
Enhanced HTTP Range request support for. strm file
2025-08-03 17:30:45 -04:00
Joshua M. Boniface
1262ac31dc
Merge pull request #14410 from dyphire/language
...
Further refinement of BCP 47 language labeling support
2025-08-03 17:29:40 -04:00
Joshua M. Boniface
0f5bb5cf76
Merge pull request #14540 from TokerX/issue-8641
...
Improve extra rule resolution and file handling
2025-08-03 17:29:04 -04:00
Joshua M. Boniface
ce78af2ed4
Merge pull request #13604 from Jxiced/master
...
Prevent whitespaces in username during wizard setup
2025-08-03 17:27:50 -04:00
Joshua M. Boniface
4b6fb6c4bb
Merge branch 'master' into master
2025-08-03 17:27:17 -04:00
Niels van Velzen
db7465e83d
Merge pull request #14567 from Shadowghost/skip-image-failure
...
Don't fail image saving on missing BaseItem
2025-08-03 18:47:50 +02:00
Shadowghost
803e87ca5f
Don't fail image saving on missing BaseItem
2025-08-02 22:10:39 +02:00
Bond-009
9e36fa4263
Merge pull request #14553 from nyanmisaka/fix-fmp4-ignore-audio-delay
...
Add extra movflags to fMP4 to take initial audio delay into account
2025-08-01 10:31:00 +02:00
Bond-009
a52a230778
Merge pull request #14467 from jkhsjdhjs/keyframe-only-trickplay-extraction-fallback
...
Add fallback for keyframe-only trickplay extraction
2025-08-01 10:30:24 +02:00
Niels van Velzen
b00e381109
Merge pull request #14554 from JPVenson/feature/FixIsFolderMigration
...
Also migrate IsFolder
2025-07-31 16:07:48 +02:00
Hestadgard
b8fb8bd608
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2025-07-31 07:52:58 +00:00
nomener
34c9adef80
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2025-07-31 07:25:36 +00:00
JPVenson
c8d2f43660
Add logging
2025-07-30 20:14:24 +00:00
JPVenson
ef733c5ace
use guid instead
2025-07-30 20:10:26 +00:00
JPVenson
a1eb04dc0b
Add full migration for IsFolder flag
2025-07-30 19:58:56 +00:00
JPVenson
711e649e35
Also migrate IsFolder
2025-07-30 19:41:34 +00:00
Hestadgard
1d408a1503
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2025-07-30 17:29:30 +00:00
Hestadgard
6391dd9570
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2025-07-30 17:29:29 +00:00
dyphire
2007815fa6
Further refinement of BCP 47 language labeling support
2025-07-30 22:15:37 +08:00
nyanmisaka
a5b4eca804
Add extra movflags to fMP4 to take initial audio delay into account
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2025-07-30 18:00:14 +08:00
Bond-009
76d498ac9d
Merge pull request #14530 from jellyfin/renovate/ci-deps
...
Update CI dependencies
2025-07-30 10:55:40 +02:00
dikson804
90b4345cfd
Translated using Weblate (Chinese (Traditional Han script, Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2025-07-30 05:11:20 +00:00
renovate[bot]
317192c23d
Update CI dependencies
2025-07-30 03:59:51 +00:00
Ghouri
dcb12a73fb
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
2025-07-29 08:13:35 +00:00
Hossain Rizbi
b15abddfd7
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2025-07-28 21:19:19 +00:00
Hossain Rizbi
cfde5af3b0
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2025-07-28 20:57:07 +00:00
Troj@
26a6cfaf65
Translated using Weblate (Belarusian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/be/
2025-07-28 16:45:43 +00:00
theguymadmax
8a8018f0de
Preserve interpunct (·) ( #14543 )
2025-07-27 20:09:50 -06:00
evan314159
6f49782b7b
fix file modification date comparisons ( #14503 )
2025-07-27 20:08:06 -06:00
theguymadmax
536437bbe3
Fix allow and block queries ( #14482 )
2025-07-27 19:28:04 -06:00
Shane Powell
ba54cda774
Add progress reporting to AudioNormalizationTask. ( #14306 )
2025-07-27 19:27:24 -06:00
Piyush Rungta
e86315128d
Ignore directory if empty .ignore file is present ( #14536 )
2025-07-27 19:22:12 -06:00
Bas
dfab2fb6e2
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2025-07-27 18:34:20 +00:00
Sven Cazier
7785b51f57
Enhance extra rules for video and audio file naming; update tests for new naming conventions
2025-07-26 23:24:58 +02:00
Tim Eisele
a068f75623
Set DateLastSaved after running metadata savers ( #14531 )
2025-07-25 08:20:19 -06:00