<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/Entities/BaseItem.cs, branch v12.0-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v12.0-rc3</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v12.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2026-06-07T21:06:14Z</updated>
<entry>
<title>Surface extras across all versions</title>
<updated>2026-06-07T21:06:14Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-07T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=63990d6a2d113ce3d48d819d4cc351ebdcf2bff6'/>
<id>urn:sha1:63990d6a2d113ce3d48d819d4cc351ebdcf2bff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Aggregate alternate versions via GetAllVersions</title>
<updated>2026-06-07T21:06:14Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-07T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=09723bd123b767b7d99157faa86df0fc305c87ea'/>
<id>urn:sha1:09723bd123b767b7d99157faa86df0fc305c87ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add version-aware playback tracking</title>
<updated>2026-06-07T21:06:14Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-07T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c242533f4ecdbf1fb04c172751007aab89a8645e'/>
<id>urn:sha1:c242533f4ecdbf1fb04c172751007aab89a8645e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Derive version-aware media source names</title>
<updated>2026-06-07T21:06:14Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-07T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=507998a4e327ad13d03b4244da967cffb8b03a72'/>
<id>urn:sha1:507998a4e327ad13d03b4244da967cffb8b03a72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce parental filtering on additional endpoints</title>
<updated>2026-06-03T17:35:10Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-03T17:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=47f2b3b6d07d2ebb0d978925265d56cb8b52a9d5'/>
<id>urn:sha1:47f2b3b6d07d2ebb0d978925265d56cb8b52a9d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only resolve symlinks on playback (#16965)</title>
<updated>2026-06-01T17:43:25Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-01T17:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7111b7570895cd999b8ca6abde9f8d558b99200'/>
<id>urn:sha1:c7111b7570895cd999b8ca6abde9f8d558b99200</id>
<content type='text'>
Only resolve symlinks on playback</content>
</entry>
<entry>
<title>Improve OriginalLanguage normalization and inheritance (#16829)</title>
<updated>2026-05-26T19:02:43Z</updated>
<author>
<name>Erik W</name>
<email>22211983+Lampan-git@users.noreply.github.com</email>
</author>
<published>2026-05-26T19:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4af66c4e1ad0f8c0105dc3a48c2bfaf29cd11750'/>
<id>urn:sha1:4af66c4e1ad0f8c0105dc3a48c2bfaf29cd11750</id>
<content type='text'>
Improve OriginalLanguage normalization and inheritance</content>
</entry>
<entry>
<title>Add OriginalLanguage as option to PreferredAudioLanguage (#12579)</title>
<updated>2026-05-07T18:07:23Z</updated>
<author>
<name>Erik W</name>
<email>22211983+Lampan-git@users.noreply.github.com</email>
</author>
<published>2026-05-07T18:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e1e18e8da015e7311e62cdb62167d51e90331edd'/>
<id>urn:sha1:e1e18e8da015e7311e62cdb62167d51e90331edd</id>
<content type='text'>
* Add OriginalLanguage as option to PreferredAudioLanguage

* Support for multiple original languages

* Add original audio stream indicator

* Fetch OriginalLanguage from TMDB

* Adapt to EFCore refactor

* Fix PlayDefaultAudioTrack OriginalLanguage behavior

* Fix better PlayDefaultAudioTrack OriginalLanguage behavior

* Add comment to ItemFields

* Improved PlayDefaultAudioTrack behavior

* Add migration for original language

* Use sting.Equals for string comparisons

* Always set dto OriginalLanguage

* Remove OriginalLanguage from ItemFields

---------

Co-authored-by: Lampan-git &lt;lampan-git@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into perf-rebased</title>
<updated>2026-04-07T19:36:07Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-07T19:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=24a0df9a39f16143ce7ae61f3a07dbe7756d4124'/>
<id>urn:sha1:24a0df9a39f16143ce7ae61f3a07dbe7756d4124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update MediaBrowser.Controller/Entities/BaseItem.cs</title>
<updated>2026-04-06T10:39:05Z</updated>
<author>
<name>Tim Eisele</name>
<email>Tim_Eisele@web.de</email>
</author>
<published>2026-04-06T10:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e44821e8f6bee9065f0cf22c0b62be3cb4ea2fa6'/>
<id>urn:sha1:e44821e8f6bee9065f0cf22c0b62be3cb4ea2fa6</id>
<content type='text'>
Co-authored-by: Bond-009 &lt;bond.009@outlook.com&gt;</content>
</entry>
</feed>
