<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/tests, branch v12.0-rc5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v12.0-rc5</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v12.0-rc5'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2026-08-10T20:15:54Z</updated>
<entry>
<title>Merge pull request #17576 from obiwantoby/perf/batch-mediasourcecount-dto</title>
<updated>2026-08-10T20:15:54Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-10T20:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=35e86416af32adaa220a241f756544cd316bd866'/>
<id>urn:sha1:35e86416af32adaa220a241f756544cd316bd866</id>
<content type='text'>
Bugfix: #17547 | Batching MediaSourceCount into one call</content>
</entry>
<entry>
<title>Merge pull request #17569 from vavallee/fix/17056-no-image-upscaling</title>
<updated>2026-08-10T20:10:17Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-10T20:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d0e0e291f23db227d4521012100628db422467c1'/>
<id>urn:sha1:d0e0e291f23db227d4521012100628db422467c1</id>
<content type='text'>
Stop image endpoints from upscaling beyond the source resolution</content>
</entry>
<entry>
<title>Address review on MediaSourceCount batching</title>
<updated>2026-08-08T16:33:11Z</updated>
<author>
<name>brandon</name>
<email>brandon@clinger.dev</email>
</author>
<published>2026-08-08T16:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=10d108a1f453c0972b3059e10bb9b13bbcb34f63'/>
<id>urn:sha1:10d108a1f453c0972b3059e10bb9b13bbcb34f63</id>
<content type='text'>
Rename GetItemsWithAlternateVersions to GetItemIdsWithAlternateVersions
across the interfaces and implementations since it returns ids. Return
the hashset straight from the query instead of materializing an array
first. Rename the DtoService guard to mayHaveAlternateVersions and
invert it so the computed path is the explicit case. Assert the media
source count value in the batch skip test and add a test covering an
item that is in the returned set still resolving to the correct count.
</content>
</entry>
<entry>
<title>Batch alternate version detection in DtoService to remove MediaSourceCount N+1</title>
<updated>2026-08-08T02:51:45Z</updated>
<author>
<name>brandon</name>
<email>brandon@clinger.dev</email>
</author>
<published>2026-08-08T02:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c091ffdc6b2d8d4dd6f439d056c561bae7bd9a18'/>
<id>urn:sha1:c091ffdc6b2d8d4dd6f439d056c561bae7bd9a18</id>
<content type='text'>
Browsing a page of videos with the MediaSourceCount field ran one alternate
version query per item, each opening a fresh DbContext. On a large library that
turned a single page into hundreds of sequential round trips and made the Items
endpoint take tens of seconds while holding a request thread the whole time.

Detect which videos own alternate versions once per page with a single query,
mirroring the existing people batch. Videos absent from that set have a single
media source, so the per item lookups are skipped for the common case. Behavior
is unchanged: a video with no alternates already resolved to a count of one.

Adds a regression test asserting the count resolves from the batch and the per
item lookups are never called.
</content>
</entry>
<entry>
<title>Merge pull request #17571 from obiwantoby/perf/batch-people-dto</title>
<updated>2026-08-08T01:43:21Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=247ee406a986933d6b006a55605bb1881588f35d'/>
<id>urn:sha1:247ee406a986933d6b006a55605bb1881588f35d</id>
<content type='text'>
Batch people lookups when building item DTOs</content>
</entry>
<entry>
<title>Merge pull request #17492 from GOvEy1nw/fix/image-cache-overlay-key</title>
<updated>2026-08-08T01:42:16Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2218f2931c5ae2f2c7c676d321c9d6803f066782'/>
<id>urn:sha1:2218f2931c5ae2f2c7c676d321c9d6803f066782</id>
<content type='text'>
fix(images): disambiguate progress overlay cache keys</content>
</entry>
<entry>
<title>Merge pull request #17541 from vdatanet/fix/byname-total-record-count</title>
<updated>2026-08-08T01:40:58Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6bc1c1800454518184fec90b2c7d2d96ca000c55'/>
<id>urn:sha1:6bc1c1800454518184fec90b2c7d2d96ca000c55</id>
<content type='text'>
Fix by-name endpoints reporting TotalRecordCount=0 next to a populated Items array</content>
</entry>
<entry>
<title>Merge pull request #17555 from IDisposable/fix/reorder-update-items</title>
<updated>2026-08-08T01:40:11Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0ec7cc5f5b06bb9361d9f2351626cee2c458593b'/>
<id>urn:sha1:0ec7cc5f5b06bb9361d9f2351626cee2c458593b</id>
<content type='text'>
Delete old related info in bulk as late as possible in UpdateOrInsertItems</content>
</entry>
<entry>
<title>Merge pull request #17521 from Shadowghost/fix-plugin-disable</title>
<updated>2026-08-08T01:39:39Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:39:39Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=871970120d20c8715adf8f80cbc50bb012361a9c'/>
<id>urn:sha1:871970120d20c8715adf8f80cbc50bb012361a9c</id>
<content type='text'>
Fix disabled plugins being re-enabled on restart</content>
</entry>
<entry>
<title>Merge pull request #17536 from gnattu/fix-concurrent-racing</title>
<updated>2026-08-08T01:38:45Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-08T01:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f9b7f2edf77f0da0263dbb7ddeb5d60971cb3a0e'/>
<id>urn:sha1:f9b7f2edf77f0da0263dbb7ddeb5d60971cb3a0e</id>
<content type='text'>
Fix concurrent ffmpeg segment racing</content>
</entry>
</feed>
