<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Providers/Manager, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=master'/>
<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>Merge remote-tracking branch 'upstream/master' into perf-rebased</title>
<updated>2026-05-03T11:31:23Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-05-03T11:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d68d0fa96267ad96eaa5a0ba37e072f59a71442a'/>
<id>urn:sha1:d68d0fa96267ad96eaa5a0ba37e072f59a71442a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include item path in provider error log messages</title>
<updated>2026-04-19T17:32:06Z</updated>
<author>
<name>John Corser</name>
<email>johnpc@umich.edu</email>
</author>
<published>2026-04-19T17:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0d6484b7ec6509779d5affe52127a214d64dc7f4'/>
<id>urn:sha1:0d6484b7ec6509779d5affe52127a214d64dc7f4</id>
<content type='text'>
Fixes #16622 - Error messages like 'Error in Probe Provider' now include
the media file path, making it easier to identify which file caused the
failure.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into perf-rebased</title>
<updated>2026-04-19T08:23:34Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-04-19T08:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e71bb7e9047748a0dca48c83c16c7a104545840e'/>
<id>urn:sha1:e71bb7e9047748a0dca48c83c16c7a104545840e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix artist metadata not being fetched on initial library scan (#16606)</title>
<updated>2026-04-14T16:38:01Z</updated>
<author>
<name>theguymadmax</name>
<email>theguymadmax@proton.me</email>
</author>
<published>2026-04-14T16:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5bad7b8ae324ccf0d4eb3051d0944edfddfdb50b'/>
<id>urn:sha1:5bad7b8ae324ccf0d4eb3051d0944edfddfdb50b</id>
<content type='text'>
* Fix artist metadata not being fetched on initial library scan

* Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs

Co-authored-by: Bond-009 &lt;bond.009@outlook.com&gt;

---------

Co-authored-by: Bond-009 &lt;bond.009@outlook.com&gt;</content>
</entry>
<entry>
<title>Complete LinkedChildren integration and batch DTO optimizations</title>
<updated>2026-01-18T18:48:46Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-01-17T16:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5996c4afce11249804d24f1caa3a99b390543c4d'/>
<id>urn:sha1:5996c4afce11249804d24f1caa3a99b390543c4d</id>
<content type='text'>
This commit integrates remaining performance changes:

- Add batch user data fetching in DtoService to reduce N+1 queries
- Add GetNextUpEpisodesBatch in TVSeriesManager for efficient batch retrieval
- Update Video/Movie/BoxSet to use LibraryManager for alternate versions
- Transition LinkedChild to use ItemId instead of Path (obsolete Path/LibraryItemId)
- Update providers and controllers for LinkedChildren-based references
- Add NextUpEpisodeBatchResult for batched episode queries
- Integrate IDescendantQueryProvider in SqliteDatabaseProvider
</content>
</entry>
<entry>
<title>Backport pull request #15899 from jellyfin/release-10.11.z</title>
<updated>2026-01-18T16:30:38Z</updated>
<author>
<name>MarcoCoreDuo</name>
<email>90222533+MarcoCoreDuo@users.noreply.github.com</email>
</author>
<published>2026-01-18T16:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=09edca8b7a9174c374a7d03bb1ec3aea32d02ffd'/>
<id>urn:sha1:09edca8b7a9174c374a7d03bb1ec3aea32d02ffd</id>
<content type='text'>
Fix watched state not kept on Media replace/rename

Original-merge: 8433b6d8a41f66f6eef36bb950927c6a6afa1a36

Merged-by: joshuaboniface &lt;joshua@boniface.me&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Backport pull request #15766 from jellyfin/release-10.11.z</title>
<updated>2025-12-28T12:22:24Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2025-12-28T12:22:24Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=afc083e9fa77582ab8f79cf2fb94c9989dadd05b'/>
<id>urn:sha1:afc083e9fa77582ab8f79cf2fb94c9989dadd05b</id>
<content type='text'>
Fix backdrop images being deleted when stored with media

Original-merge: 12c5d6b63650c34a25609066a0138d37032eb7c2

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Backport pull request #15680 from jellyfin/release-10.11.z</title>
<updated>2025-12-28T12:22:14Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2025-12-28T12:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8e2ed40a8bf309c76a2e3b468d606392554cfe8b'/>
<id>urn:sha1:8e2ed40a8bf309c76a2e3b468d606392554cfe8b</id>
<content type='text'>
Fix ItemAdded event triggering when updating metadata

Original-merge: fb65f8f8532fbad22089a3a3cfb4d9237c71c567

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Backport pull request #15563 from jellyfin/release-10.11.z</title>
<updated>2025-12-03T19:04:20Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2025-12-03T19:04:20Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3460d1de3cd0cc710a411640a26c9f43f39f7728'/>
<id>urn:sha1:3460d1de3cd0cc710a411640a26c9f43f39f7728</id>
<content type='text'>
Save item to database before providers run to prevent FK errors

Original-merge: c491a918c21025b105afba4b6d72a24372aac505

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
</feed>
