<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Library/Resolvers/TV, branch v10.11.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-03-23T16:05:40Z</updated>
<entry>
<title>Rework season folder parsing (#11748)</title>
<updated>2025-03-23T16:05:40Z</updated>
<author>
<name>Tim Eisele</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-03-23T16:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=dfb485d1f205c8eda95bc3b79d341f3c3aef7ec4'/>
<id>urn:sha1:dfb485d1f205c8eda95bc3b79d341f3c3aef7ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TrySetProviderId extension</title>
<updated>2024-07-17T13:48:21Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-07-17T13:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ecd2dab0a2550c80ae054576d9c05ddb24d5e47b'/>
<id>urn:sha1:ecd2dab0a2550c80ae054576d9c05ddb24d5e47b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport pull request #11920 from jellyfin/release-10.9.z</title>
<updated>2024-06-05T21:02:54Z</updated>
<author>
<name>Shadowghost</name>
<email>Shadowghost@users.noreply.github.com</email>
</author>
<published>2024-06-05T21:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4a06b6d13b80b2bcb16bded21de1e178eeaefe5c'/>
<id>urn:sha1:4a06b6d13b80b2bcb16bded21de1e178eeaefe5c</id>
<content type='text'>
Only set season path if season folder parsing was successful

Original-merge: d1c00ba4edd5dd7b67ba4dda79dd0d18c8b8dd2d

Merged-by: nielsvanvelzen &lt;nielsvanvelzen@users.noreply.github.com&gt;

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Backport pull request #11719 from jellyfin/release-10.9.z</title>
<updated>2024-06-01T22:40:55Z</updated>
<author>
<name>Shadowghost</name>
<email>Shadowghost@users.noreply.github.com</email>
</author>
<published>2024-06-01T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c0364fc76696d759c761577a0b703426d0ca29ca'/>
<id>urn:sha1:c0364fc76696d759c761577a0b703426d0ca29ca</id>
<content type='text'>
Move NFO series season name parsing to own local provider

Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a

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

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Backport pull request #11647 from jellyfin/release-10.9.z</title>
<updated>2024-05-17T17:51:40Z</updated>
<author>
<name>Shadowghost</name>
<email>Shadowghost@users.noreply.github.com</email>
</author>
<published>2024-05-17T17:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=29a293f9e78e61d464e18b6d74ba32152eaa01ce'/>
<id>urn:sha1:29a293f9e78e61d464e18b6d74ba32152eaa01ce</id>
<content type='text'>
Fix season names

Original-merge: 2da06bc0b10edcdb43618684396828afa4100b44

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

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Convert CollectionType to use lowercase enum names</title>
<updated>2023-12-08T22:45:36Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-12-08T22:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=033cfa59c499e5adbb949b708f06e56bf8932401'/>
<id>urn:sha1:033cfa59c499e5adbb949b708f06e56bf8932401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert CollectionType, SpecialFolderType to enum (#9764)</title>
<updated>2023-11-09T21:00:29Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-11-09T21:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=906f701fa81c7cde1a9a01b066f3f29ff98552a5'/>
<id>urn:sha1:906f701fa81c7cde1a9a01b066f3f29ff98552a5</id>
<content type='text'>
* Convert CollectionType, SpecialFolderType to enum

* Hide internal enum CollectionType values

* Apply suggestions from code review

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;

* Fix recent change

* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs

Co-authored-by: Patrick Barron &lt;barronpm@gmail.com&gt;

---------

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;
Co-authored-by: Patrick Barron &lt;barronpm@gmail.com&gt;</content>
</entry>
<entry>
<title>Reduce string literal length by using verbatim string</title>
<updated>2023-10-07T22:26:12Z</updated>
<author>
<name>Stepan Goremykin</name>
<email>goremukin@gmail.com</email>
</author>
<published>2023-10-07T22:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8ea812b65d5287dad9c599d03dba8ad2994b244a'/>
<id>urn:sha1:8ea812b65d5287dad9c599d03dba8ad2994b244a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8203 from Shadowghost/nfo-season-names</title>
<updated>2023-06-10T13:27:54Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-06-10T13:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=81cf798430a3d8c5504bc30b2d59af26fe5e2b9f'/>
<id>urn:sha1:81cf798430a3d8c5504bc30b2d59af26fe5e2b9f</id>
<content type='text'>
Implement NFO named season parsing</content>
</entry>
<entry>
<title>Check for Imdb id for series</title>
<updated>2023-05-23T14:23:25Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-05-23T14:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b44c9eb88eb2431295756c90b59f6751c35c6647'/>
<id>urn:sha1:b44c9eb88eb2431295756c90b59f6751c35c6647</id>
<content type='text'>
</content>
</entry>
</feed>
