<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Library/Resolvers/TV, branch v12.0-rc6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc6</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc6'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-08-25T19:03:51Z</updated>
<entry>
<title>Fix tests</title>
<updated>2026-08-25T19:03:51Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-08-25T18:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a81b90f570f681d0f5088637d03bb14a54ef6e2e'/>
<id>urn:sha1:a81b90f570f681d0f5088637d03bb14a54ef6e2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #17116 from theguymadmax/fix-root-folder-parsing</title>
<updated>2026-06-20T22:10:26Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-20T22:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3741d7196506cb5061116447c7a7f930587e5c7c'/>
<id>urn:sha1:3741d7196506cb5061116447c7a7f930587e5c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip parsing root-level folders in SeriesResolver</title>
<updated>2026-06-15T23:37:39Z</updated>
<author>
<name>theguymadmax</name>
<email>theguymadmax@proton.me</email>
</author>
<published>2026-06-15T23:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b9271eb19995056ab9e1c56ba810e963702c9254'/>
<id>urn:sha1:b9271eb19995056ab9e1c56ba810e963702c9254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix series year lost during  parsing</title>
<updated>2026-06-15T15:42:17Z</updated>
<author>
<name>theguymadmax</name>
<email>theguymadmax@proton.me</email>
</author>
<published>2026-06-15T15:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=068bbb79817fd7103f8fad3262018c108b89e36e'/>
<id>urn:sha1:068bbb79817fd7103f8fad3262018c108b89e36e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run tree-wide dotnet format</title>
<updated>2026-05-21T18:48:41Z</updated>
<author>
<name>jakobkukla</name>
<email>jakob.kukla@gmail.com</email>
</author>
<published>2026-04-16T09:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=37350282cc18a977162dcf14fe9b6068d29d6edf'/>
<id>urn:sha1:37350282cc18a977162dcf14fe9b6068d29d6edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/season-provider-id-from-path</title>
<updated>2026-05-06T18:49:19Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-05-06T18:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=33ed52b8ee25e1fae4763a26337b838dc9782b26'/>
<id>urn:sha1:33ed52b8ee25e1fae4763a26337b838dc9782b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore season directories with no video for TV Shows</title>
<updated>2026-04-10T10:59:59Z</updated>
<author>
<name>LmanTW</name>
<email>lmantw2009@gmail.com</email>
</author>
<published>2026-04-10T10:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3ef7ada736971fa6a18156568c9cebc619c78483'/>
<id>urn:sha1:3ef7ada736971fa6a18156568c9cebc619c78483</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse provider IDs from season and episode folder/file names</title>
<updated>2026-03-25T23:47:40Z</updated>
<author>
<name>Marc Brooks</name>
<email>IDisposable@gmail.com</email>
</author>
<published>2026-03-25T22:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=aa96ff42e616ecf5638a8f1e2e8459b94513c528'/>
<id>urn:sha1:aa96ff42e616ecf5638a8f1e2e8459b94513c528</id>
<content type='text'>
Season and episode directories/files can now include provider ID
attributes in their names (e.g. "Season 01 [tvdbid=22222]" or
"Show S01E01 [tmdbid=99999].mkv"), consistent with the existing
behavior for series folders.

Supported providers: imdbid, tvdbid, tvmazeid, tmdbid.

Adds TmdbSeasonExternalId and TmdbEpisodeExternalId so that
the TMDB season and episode IDs are surfaced in the metadata editor.

Seasons do not have their own IMDb IDs, so we don't support imdbid parsing
in SeasonResolver. Instead, generate IMDb season URLs via
ImdbExternalUrlProvider using the parent series' IMDb ID and the
season number, matching the IMDb URL format:
imdb.com/title/{seriesId}/episodes/?season={N}

Add tests for the ExternalUrlProviders.
</content>
</entry>
<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.lodewillems.com/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.lodewillems.com/jellyfin/commit/?id=ecd2dab0a2550c80ae054576d9c05ddb24d5e47b'/>
<id>urn:sha1:ecd2dab0a2550c80ae054576d9c05ddb24d5e47b</id>
<content type='text'>
</content>
</entry>
</feed>
