<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/IO/LibraryMonitor.cs, branch v12.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v12.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v12.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2026-05-03T21:35:33Z</updated>
<entry>
<title>Implement ignore rule caching</title>
<updated>2026-05-03T21:35:33Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-02-01T22:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d20c775dafba32dce65f8d68fb6802732df00363'/>
<id>urn:sha1:d20c775dafba32dce65f8d68fb6802732df00363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix in-process restart (#16482)</title>
<updated>2026-04-13T18:06:46Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-13T18:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=fb33b725e064f0954c5a4f2af17041b7552eb6e1'/>
<id>urn:sha1:fb33b725e064f0954c5a4f2af17041b7552eb6e1</id>
<content type='text'>
Fix in-process restart</content>
</entry>
<entry>
<title>Backport pull request #16029 from jellyfin/release-10.11.z</title>
<updated>2026-01-18T16:30:43Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2026-01-18T16:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c9b7c5bb5665d2eb02381fa12dcce786fee9ae3d'/>
<id>urn:sha1:c9b7c5bb5665d2eb02381fa12dcce786fee9ae3d</id>
<content type='text'>
Skip hidden directories and .ignore paths in library monitoring

Original-merge: 2cb7fb52d2221d9daa39206089b578c2c0fcb549

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Fix distinction queries (#14007)</title>
<updated>2025-04-27T00:49:30Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-04-27T00:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f576783ae11d66ab1c4437dd975eefeea638bb3f'/>
<id>urn:sha1:f576783ae11d66ab1c4437dd975eefeea638bb3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Watch library directories with perm errors (#10684)</title>
<updated>2024-09-19T13:12:32Z</updated>
<author>
<name>Brian Howe</name>
<email>30811239+bhowe34@users.noreply.github.com</email>
</author>
<published>2024-09-19T13:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=03aa37731b39135e3b3be3f8751f3018d7427d10'/>
<id>urn:sha1:03aa37731b39135e3b3be3f8751f3018d7427d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use IHostApplicationLifetime to start library monitor</title>
<updated>2024-02-07T15:52:36Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2024-02-06T21:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4c7eca931390f82237273b39cc26381323623180'/>
<id>urn:sha1:4c7eca931390f82237273b39cc26381323623180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2023-09-18T18:50:05Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-09-18T18:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b8f42573c42b63937433ef12e5948275192acde4'/>
<id>urn:sha1:b8f42573c42b63937433ef12e5948275192acde4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor LibraryMonitor improvements</title>
<updated>2023-09-13T15:30:50Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-09-13T15:30:50Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=767a42fbdbbb2db30313d0935f322f162ebeced4'/>
<id>urn:sha1:767a42fbdbbb2db30313d0935f322f162ebeced4</id>
<content type='text'>
* Enable nullable
* Add a fast return to ReportFileSystemChanged when path should be ignored
* Use Span overloads of Path.* functions where possible
* IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
</content>
</entry>
<entry>
<title>Use Order() introduced in .NET 7 (#8923)</title>
<updated>2022-12-19T16:30:00Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-19T16:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=497d8c495797e1bb37fbd92e7298439c1921a5fa'/>
<id>urn:sha1:497d8c495797e1bb37fbd92e7298439c1921a5fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ArgumentException.ThrowIfNullOrEmpty</title>
<updated>2022-12-07T15:43:59Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-10-13T17:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b366dc2e6e5be2b93f2b6fcc4549a32b655c3806'/>
<id>urn:sha1:b366dc2e6e5be2b93f2b6fcc4549a32b655c3806</id>
<content type='text'>
</content>
</entry>
</feed>
