<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations, 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-13T05:33:58Z</updated>
<entry>
<title>Change Spanish; Latin code acording to BCP 47 specification (#14639)</title>
<updated>2025-08-13T05:33:58Z</updated>
<author>
<name>Alex Collado</name>
<email>57129654+a-collado@users.noreply.github.com</email>
</author>
<published>2025-08-13T05:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=50180adc5324027765ff433961852a5a5ae9786b'/>
<id>urn:sha1:50180adc5324027765ff433961852a5a5ae9786b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #14634 from crobibero/itemname-counts</title>
<updated>2025-08-13T02:20:54Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2025-08-13T02:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bd94ca30711e551c834d10c5c3de6fb6a7795bc7'/>
<id>urn:sha1:bd94ca30711e551c834d10c5c3de6fb6a7795bc7</id>
<content type='text'>
</content>
</entry>
<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>Translated using Weblate (Greek)</title>
<updated>2025-08-10T13:57:29Z</updated>
<author>
<name>Thunderstrike116</name>
<email>thunderstrike116@gmail.com</email>
</author>
<published>2025-08-10T13:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e1d0f7d1e56da900b1a3b847a3b0ac0f51a27aef'/>
<id>urn:sha1:e1d0f7d1e56da900b1a3b847a3b0ac0f51a27aef</id>
<content type='text'>
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
</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>Translated using Weblate (Spanish (Mexico))</title>
<updated>2025-08-10T07:38:46Z</updated>
<author>
<name>NarohC</name>
<email>NarohCramhen@gmail.com</email>
</author>
<published>2025-08-10T07:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=21f214b1a6ac001c057ed197d08e1b70167023ca'/>
<id>urn:sha1:21f214b1a6ac001c057ed197d08e1b70167023ca</id>
<content type='text'>
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
</content>
</entry>
<entry>
<title>Always save images (#14600)</title>
<updated>2025-08-09T14:24:26Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-08-09T14:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0650666497f82f16a8970e2475cf3085010de605'/>
<id>urn:sha1:0650666497f82f16a8970e2475cf3085010de605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Translated using Weblate (English (Pirate))</title>
<updated>2025-08-07T01:15:12Z</updated>
<author>
<name>Lotine Guille</name>
<email>ethel@guillotinemelody.dev</email>
</author>
<published>2025-08-06T18:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9e88121647d9afe91ff2a6286ef25a10bdbf1c37'/>
<id>urn:sha1:9e88121647d9afe91ff2a6286ef25a10bdbf1c37</id>
<content type='text'>
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en@pirate/
</content>
</entry>
<entry>
<title>Translated using Weblate (Uzbek)</title>
<updated>2025-08-06T05:11:07Z</updated>
<author>
<name>Nick</name>
<email>nickphilomath@gmail.com</email>
</author>
<published>2025-08-06T04:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=fcc7f53e81b20372676e2eadb6b749201667c840'/>
<id>urn:sha1:fcc7f53e81b20372676e2eadb6b749201667c840</id>
<content type='text'>
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uz/
</content>
</entry>
<entry>
<title>Translated using Weblate (Spanish (Latin America))</title>
<updated>2025-08-06T05:11:07Z</updated>
<author>
<name>newton181</name>
<email>newton181.1@gmail.com</email>
</author>
<published>2025-08-05T22:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e3acf08acc7ad17e2d9b2e358dd8fe33485d8291'/>
<id>urn:sha1:e3acf08acc7ad17e2d9b2e358dd8fe33485d8291</id>
<content type='text'>
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
</content>
</entry>
</feed>
