<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.XbmcMetadata/Savers, 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-23T21:06:23Z</updated>
<entry>
<title>Backport pull request #16449 from jellyfin/release-10.11.z</title>
<updated>2026-03-23T21:06:23Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2026-03-23T21:06:23Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=24ec04d89fc5d4c1dd8d4ae6f8ccead9ab84c91e'/>
<id>urn:sha1:24ec04d89fc5d4c1dd8d4ae6f8ccead9ab84c91e</id>
<content type='text'>
Fix NFO saver using wrong provider ID for collectionnumber

Original-merge: ce867f9834106e82d40a5ee59ff6f698b1dcabcb

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Use pattern matching for null checks (#13793)</title>
<updated>2025-03-31T23:38:25Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-03-31T23:38:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e9729a536f26a92ccd30cfff4e698e66dbda1adc'/>
<id>urn:sha1:e9729a536f26a92ccd30cfff4e698e66dbda1adc</id>
<content type='text'>
Fix the few that slipped through</content>
</entry>
<entry>
<title>Merge pull request #13175 from Shadowghost/external-url-providers</title>
<updated>2025-03-14T01:08:18Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2025-03-14T01:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=79437f85c5033d965eab1282362e455f6e2c2a01'/>
<id>urn:sha1:79437f85c5033d965eab1282362e455f6e2c2a01</id>
<content type='text'>
Migrate to IExternalUrlProvider</content>
</entry>
<entry>
<title>Clean up usings and honor SortName</title>
<updated>2025-02-25T07:51:38Z</updated>
<author>
<name>Marc Brooks</name>
<email>IDisposable@gmail.com</email>
</author>
<published>2025-02-25T07:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=114591c1aacbdf4d07e95c536ea2e42af1c5ab0d'/>
<id>urn:sha1:114591c1aacbdf4d07e95c536ea2e42af1c5ab0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use TryGetProviderId where possible</title>
<updated>2025-02-21T10:58:46Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-02-21T10:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=5ff2767012e2970cedb697a48eabd4949c348f2c'/>
<id>urn:sha1:5ff2767012e2970cedb697a48eabd4949c348f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved Trimmed to Jellyfin.Extensions.StringExtensions</title>
<updated>2025-02-06T00:13:28Z</updated>
<author>
<name>Marc Brooks</name>
<email>IDisposable@gmail.com</email>
</author>
<published>2025-02-06T00:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4e64b261a8a6f3b02a82d295b347755e46ad1cc2'/>
<id>urn:sha1:4e64b261a8a6f3b02a82d295b347755e46ad1cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sort-nfo-data</title>
<updated>2025-02-04T01:48:59Z</updated>
<author>
<name>Marc Brooks</name>
<email>IDisposable@gmail.com</email>
</author>
<published>2025-02-04T01:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e8cbcde02ebd930a5eeb6c95e0875a9e30acb3e8'/>
<id>urn:sha1:e8cbcde02ebd930a5eeb6c95e0875a9e30acb3e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport pull request #13092 from jellyfin/release-10.10.z</title>
<updated>2025-02-03T21:54:35Z</updated>
<author>
<name>TheMelmacian</name>
<email>76712303+TheMelmacian@users.noreply.github.com</email>
</author>
<published>2025-02-03T21:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=51207edf44c4ec74a621a3ea9c5b9ee55c006009'/>
<id>urn:sha1:51207edf44c4ec74a621a3ea9c5b9ee55c006009</id>
<content type='text'>
Fix: handling of &lt;set&gt; elements in NfoParser

Original-merge: f333ef74b3cc8444e12ac1210f94daf59c766969

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>chore: fix spelling</title>
<updated>2025-01-26T01:05:15Z</updated>
<author>
<name>Josh Soref</name>
<email>2119212+jsoref@users.noreply.github.com</email>
</author>
<published>2024-12-08T07:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=044cf9fb8597c6507a249d17cea443305881c4f6'/>
<id>urn:sha1:044cf9fb8597c6507a249d17cea443305881c4f6</id>
<content type='text'>
* a
* acceleration
* addition
* altogether
* api clients
* artist
* associated
* bandwidth
* cannot
* capabilities
* case-insensitive
* case-sensitive
* configuration
* delimiter
* dependent
* diacritics
* directors
* enable
* explicitly
* filters
* finish
* have
* hierarchy
* implicit
* include
* information
* into
* its
* keepalive
* localization
* macos
* manual
* matching
* metadata
* nonexistent
* options
* overridden
* parsed
* parser
* playback
* preferring
* processes
* processing
* provider
* ratings
* retrieval
* running
* segments
* separate
* should
* station
* subdirectories
* superseded
* supported
* system
* than
* the
* throws
* transpose
* valid
* was

link: forum or chat rooms

Signed-off-by: Josh Soref &lt;2119212+jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>WIP porting new Repository structure</title>
<updated>2024-10-09T10:36:08Z</updated>
<author>
<name>JPVenson</name>
<email>6794763+JPVenson@users.noreply.github.com</email>
</author>
<published>2024-10-09T10:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b09a41ad1f05664a6099734cb44e068f993a8e93'/>
<id>urn:sha1:b09a41ad1f05664a6099734cb44e068f993a8e93</id>
<content type='text'>
</content>
</entry>
</feed>
