<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Jellyfin.Server.Implementations/Item/LinkedChildrenService.cs, branch v12.0-rc5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc5</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc5'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-08-10T20:46:31Z</updated>
<entry>
<title>Fix master build</title>
<updated>2026-08-10T20:46:31Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-08-10T20:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=26fbd1eac070af94030b196f3236aa936c60ce0d'/>
<id>urn:sha1:26fbd1eac070af94030b196f3236aa936c60ce0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use WhereOneOrMany helper for the alternate version id filter</title>
<updated>2026-08-08T19:20:39Z</updated>
<author>
<name>brandon</name>
<email>brandon@clinger.dev</email>
</author>
<published>2026-08-08T19:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=505a6ebf8f4a36a2deb8e2a7cff3809643e8f654'/>
<id>urn:sha1:505a6ebf8f4a36a2deb8e2a7cff3809643e8f654</id>
<content type='text'>
Filter the parent ids with the WhereOneOrMany query helper instead of a
raw Contains so the id list is wrapped in EF.Parameter and EF Core reuses
one compiled query plan across calls, matching how the rest of the item
queries build their id filters.
</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.lodewillems.com/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.lodewillems.com/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>Allow duplicate LinkedChildren for Playlists</title>
<updated>2026-07-23T11:41:51Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-07-23T11:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=dc300fae53b6b42090341cb517238bbc76479e02'/>
<id>urn:sha1:dc300fae53b6b42090341cb517238bbc76479e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a collection API for `Included In` feature (#15516)</title>
<updated>2026-05-29T18:00:34Z</updated>
<author>
<name>Sam Xie</name>
<email>sam@samxie.me</email>
</author>
<published>2026-05-29T18:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c9f71d8531d946f04d5395bd885f08128253559c'/>
<id>urn:sha1:c9f71d8531d946f04d5395bd885f08128253559c</id>
<content type='text'>
Add a collection API for `Included In` feature</content>
</entry>
<entry>
<title>Fix artist duplicates</title>
<updated>2026-05-09T00:07:26Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-09T00:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b7b405dc839598892cadd236f009f1d21a76a4d3'/>
<id>urn:sha1:b7b405dc839598892cadd236f009f1d21a76a4d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply review suggestions</title>
<updated>2026-04-26T20:30:52Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-26T20:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=070e2b2d0c566b49a6f6361f0387022979a7d12b'/>
<id>urn:sha1:070e2b2d0c566b49a6f6361f0387022979a7d12b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use AsNoTracking() when only reading</title>
<updated>2026-04-26T16:53:17Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-26T15:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d19449e6a5d66bc37ade831dd96a85152e98a533'/>
<id>urn:sha1:d19449e6a5d66bc37ade831dd96a85152e98a533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split BaseItemRepository and IItemRepository</title>
<updated>2026-03-07T19:12:42Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-03-07T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=077fa89717957f871b172ca4b2dc4a178efd3bc5'/>
<id>urn:sha1:077fa89717957f871b172ca4b2dc4a178efd3bc5</id>
<content type='text'>
</content>
</entry>
</feed>
