<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller, branch v10.11.0-rc5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc5</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc5'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-08-12T03:06:04Z</updated>
<entry>
<title>Refactor to pull item counts in a single query</title>
<updated>2025-08-12T03:06:04Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2025-08-12T03:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=beca405ad4c771f9cfdd5b410b4a4ba9f1c2d6c8'/>
<id>urn:sha1:beca405ad4c771f9cfdd5b410b4a4ba9f1c2d6c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move new TaggedItemCounts to its own file</title>
<updated>2025-08-11T12:49:06Z</updated>
<author>
<name>Evan</name>
<email>evan@MacBook-Pro.local</email>
</author>
<published>2025-08-11T12:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5eef85f027194491796ceb693057239858ac017c'/>
<id>urn:sha1:5eef85f027194491796ceb693057239858ac017c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GetBaseItemDto to return related item counts via SQL count</title>
<updated>2025-08-10T10:02:17Z</updated>
<author>
<name>Evan</name>
<email>evan@MacBook-Pro.local</email>
</author>
<published>2025-08-08T15:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0a4ff3f3c0592cb32b7fb98bfc9f423386ecb84c'/>
<id>urn:sha1:0a4ff3f3c0592cb32b7fb98bfc9f423386ecb84c</id>
<content type='text'>
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 -&gt; Genres -&gt; 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
</content>
</entry>
<entry>
<title>Revert "Merge pull request #13604 from Jxiced/master"</title>
<updated>2025-08-06T13:49:40Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-08-06T13:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7c7b30d287cdc4fda2d6d7e633e0659a676b4bd'/>
<id>urn:sha1:c7c7b30d287cdc4fda2d6d7e633e0659a676b4bd</id>
<content type='text'>
This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing
changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da.
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2025-08-03T21:27:17Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2025-08-03T21:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4b6fb6c4bb2478badad068ce18aabe0c2955db48'/>
<id>urn:sha1:4b6fb6c4bb2478badad068ce18aabe0c2955db48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix file modification date comparisons (#14503)</title>
<updated>2025-07-28T02:08:06Z</updated>
<author>
<name>evan314159</name>
<email>110177090+evan314159@users.noreply.github.com</email>
</author>
<published>2025-07-28T02:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6f49782b7b77bd5f5f0fae1ec74f6454729303df'/>
<id>urn:sha1:6f49782b7b77bd5f5f0fae1ec74f6454729303df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix allow and block queries (#14482)</title>
<updated>2025-07-28T01:28:04Z</updated>
<author>
<name>theguymadmax</name>
<email>theguymadmax@proton.me</email>
</author>
<published>2025-07-28T01:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=536437bbe329cb38dee476daef7a2f4bd1739501'/>
<id>urn:sha1:536437bbe329cb38dee476daef7a2f4bd1739501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added advanced parallel process calculation (#14437)</title>
<updated>2025-07-12T05:27:13Z</updated>
<author>
<name>JPVenson</name>
<email>ger-delta-07@hotmail.de</email>
</author>
<published>2025-07-12T05:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7ba77804c414d012df311f9a5d644078dfa4a94a'/>
<id>urn:sha1:7ba77804c414d012df311f9a5d644078dfa4a94a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only enable VAAPI MJPEG encoder on Intel iHD driver (#14433)</title>
<updated>2025-07-08T00:05:14Z</updated>
<author>
<name>Nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2025-07-08T00:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=db55d983f83f2b17e749a21ae35968fa0e83a915'/>
<id>urn:sha1:db55d983f83f2b17e749a21ae35968fa0e83a915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix seasons random (#13224) (#14335)</title>
<updated>2025-07-04T17:18:38Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-07-04T17:18:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5c36b444845df9025bd0243e4e14450ab34044b8'/>
<id>urn:sha1:5c36b444845df9025bd0243e4e14450ab34044b8</id>
<content type='text'>
Sorting was always enabled so removed the `enableSorting` parameter
in QueryResult method.

Co-authored-by: Maxime &lt;&gt;</content>
</entry>
</feed>
