<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Naming/Video, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-05-13T19:17:40Z</updated>
<entry>
<title>Support stacked multi versions</title>
<updated>2026-05-13T19:17:40Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-13T19:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c91f640d37c93c48461925de9cf6d9ae677c80ce'/>
<id>urn:sha1:c91f640d37c93c48461925de9cf6d9ae677c80ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2026-05-12T20:48:48Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-12T20:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7f5ff3dabd55fd4640b97eb3c5983c6b9a643901'/>
<id>urn:sha1:7f5ff3dabd55fd4640b97eb3c5983c6b9a643901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement multiple versions for episodes.</title>
<updated>2026-05-11T14:41:22Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-11T14:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d5bb7756f1fb656de5ab53253008212557667399'/>
<id>urn:sha1:d5bb7756f1fb656de5ab53253008212557667399</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #14847 from tjwalkr3/warnings-5</title>
<updated>2026-05-08T15:55:25Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-05-08T15:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=de64a69c7a84b3944389bb7a457b67530030e9fd'/>
<id>urn:sha1:de64a69c7a84b3944389bb7a457b67530030e9fd</id>
<content type='text'>
Fix CA1051 and CA1815 warnings, Change public fields to auto properties</content>
</entry>
<entry>
<title>recognize underscore and dot separators for multi-version grouping (#16465)</title>
<updated>2026-03-29T10:42:36Z</updated>
<author>
<name>upscaylman</name>
<email>157367283+upscaylman@users.noreply.github.com</email>
</author>
<published>2026-03-29T10:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ea206f43a25700904bc9c909d6616dfe55ab8671'/>
<id>urn:sha1:ea206f43a25700904bc9c909d6616dfe55ab8671</id>
<content type='text'>
* Add underscore and dot as multi-version file separators

Extend IsEligibleForMultiVersion to recognize _ and . as valid
separators between the base movie name and the version suffix.

Common naming patterns like 'Movie_4K.mkv' or 'Movie.UHD.mkv'
are now correctly grouped as alternate versions during library scan.

* Address review: remove comment, add 3D recognition assertions

---------

Co-authored-by: aimarshall615-creator &lt;aimarshall615@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix filename truncation when bracketed tags appear mid-filename</title>
<updated>2026-02-11T15:23:44Z</updated>
<author>
<name>tyage</name>
<email>namatyage@gmail.com</email>
</author>
<published>2026-02-11T15:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1c2f08bc173fca586484ece49326d477622ac0bf'/>
<id>urn:sha1:1c2f08bc173fca586484ece49326d477622ac0bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace AlphanumericComparator with new CompareOptions.NumericOrdering</title>
<updated>2026-01-14T17:55:47Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-11-16T18:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=098e8c6fed6aa1fd873f255b09b58e4780c087d6'/>
<id>urn:sha1:098e8c6fed6aa1fd873f255b09b58e4780c087d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added in pragma warning disable for CA1815 warning.</title>
<updated>2025-09-23T19:17:52Z</updated>
<author>
<name>Thomas Jones</name>
<email>tjwalkr3@gmail.com</email>
</author>
<published>2025-09-23T19:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=378ba937b6e5f79a065c56b065d57c192a634fb7'/>
<id>urn:sha1:378ba937b6e5f79a065c56b065d57c192a634fb7</id>
<content type='text'>
Co-authored-by: Derpipose &lt;90276123+Derpipose@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence compiler warning</title>
<updated>2025-09-09T01:21:43Z</updated>
<author>
<name>Varoon Pazhyanur</name>
<email>pazhyanurv@gmail.com</email>
</author>
<published>2025-09-09T01:20:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=cbb569a277902d4c323e00ad0850444c3f63dd54'/>
<id>urn:sha1:cbb569a277902d4c323e00ad0850444c3f63dd54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance extra rules for video and audio file naming; update tests for new naming conventions</title>
<updated>2025-07-26T21:24:58Z</updated>
<author>
<name>Sven Cazier</name>
<email>sven.cazier@vdabcampus.be</email>
</author>
<published>2025-07-26T21:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7785b51f572cf48a62dfc2ee60fc1db0ccedf1a2'/>
<id>urn:sha1:7785b51f572cf48a62dfc2ee60fc1db0ccedf1a2</id>
<content type='text'>
</content>
</entry>
</feed>
