<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-03-29T10:42:36Z</updated>
<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>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>
<entry>
<title>Fix for Issue #12142: Fix ExtraRuleResolver filtering out top level folders (#12170)</title>
<updated>2025-03-28T00:18:19Z</updated>
<author>
<name>Michael McElroy</name>
<email>44167199+mcmcelro@users.noreply.github.com</email>
</author>
<published>2025-03-28T00:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f02190c394ad300c00dec4cc4f3b9d42ac6aaca2'/>
<id>urn:sha1:f02190c394ad300c00dec4cc4f3b9d42ac6aaca2</id>
<content type='text'>
* Fix ExtraRuleResolver to stop filtering out libraries where the name of the base folder matches an 'videos extras' rule with an ExtraRuleType of DirectoryName

Currently the ExtraRuleResolver code doesn't know anything about the root folder of the current library. As a result, when we're attempting to add items in a library where the root folder has a name with a match in Emby.Naming.Common.NamingOptions.VideoExtraRules, the entire library is being ignored as a Video Extras folder.

Need to pass in the root folder of the current library to compare to the path of the current item being evaluated, and if we match the current item's folder to the root folder, then we ignore the ExtraRules with a type of DirectoryName and we continue to scan deeper in the library. Filters still apply to subfolders within the library itself.

* Update CONTRIBUTORS.md

* Update Emby.Naming/Video/ExtraRuleResolver.cs

* Update ExtraTests.cs

Add tests for this fix.

Also add missing tests in TestKodiExtras, TestExpandedExtras, and TestSample, and expanded TestDirectories into TestDirectoriesAudioExtras and TestDirectoriesVideoExtras. There were no checks for the theme-music folder name previously.

* Update ExtraTests.cs

Removed unnecessary "using System"

* In MediaBrowser.Model, upgrade System.Text.Json from 8.0.3 (vulnerable - high risk) to 8.0.4

* Update ExtraTests.cs

Remove empty lines in usings

* Revert "In MediaBrowser.Model, upgrade System.Text.Json from 8.0.3 (vulnerable - high risk) to 8.0.4"
</content>
</entry>
<entry>
<title>Sort by version name before resolution sorting (#12621)</title>
<updated>2024-09-18T13:22:33Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2024-09-18T13:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=901573473d0f1b2e6b852ba6f92110b9d7bb2c0f'/>
<id>urn:sha1:901573473d0f1b2e6b852ba6f92110b9d7bb2c0f</id>
<content type='text'>

</content>
</entry>
<entry>
<title>Remove BOM from UTF-8 files</title>
<updated>2024-08-30T13:29:48Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-08-30T13:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=97a02f58039855eb1e3e23686d4fe5bee1fbd15e'/>
<id>urn:sha1:97a02f58039855eb1e3e23686d4fe5bee1fbd15e</id>
<content type='text'>
I think some people need to change their IDE configuration ;)
</content>
</entry>
<entry>
<title>Reduce string allocations</title>
<updated>2023-10-05T23:04:25Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-10-05T22:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b176beb88e22a36cc056439ac2a4df4fbe68f2c1'/>
<id>urn:sha1:b176beb88e22a36cc056439ac2a4df4fbe68f2c1</id>
<content type='text'>
Some simple changes to reduce the number of allocated strings
</content>
</entry>
<entry>
<title>Use RegexGenerator where possible</title>
<updated>2023-06-28T15:07:57Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-05-22T20:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b5f0760db8dba96e9edd67d4b9c914cf25c3d26a'/>
<id>urn:sha1:b5f0760db8dba96e9edd67d4b9c914cf25c3d26a</id>
<content type='text'>
</content>
</entry>
</feed>
