<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Providers/Plugins/Tmdb, 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-06T18:49:19Z</updated>
<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.b0n.dev/jellyfin/commit/?id=33ed52b8ee25e1fae4763a26337b838dc9782b26'/>
<id>urn:sha1:33ed52b8ee25e1fae4763a26337b838dc9782b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hide HLS controllers and update obsolete endpoints</title>
<updated>2026-04-27T12:45:40Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2026-04-27T12:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c59d3bb21a7a892a7e3c259843b001c57cfc18e0'/>
<id>urn:sha1:c59d3bb21a7a892a7e3c259843b001c57cfc18e0</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.b0n.dev/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>Fix build</title>
<updated>2026-02-15T10:28:42Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-02-15T10:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b346370dfcaa7a16cc9e292ba1c1b7e43e945783'/>
<id>urn:sha1:b346370dfcaa7a16cc9e292ba1c1b7e43e945783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #16144 from DerMaddis/series-production-year</title>
<updated>2026-02-14T11:35:54Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-02-14T11:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1311f66f72d441118d7deabe2adb4ea9dbc9afb4'/>
<id>urn:sha1:1311f66f72d441118d7deabe2adb4ea9dbc9afb4</id>
<content type='text'>
TmdbSeriesProvider: Set ProductionYear field</content>
</entry>
<entry>
<title>Backport pull request #16116 from jellyfin/release-10.11.z</title>
<updated>2026-02-14T10:57:23Z</updated>
<author>
<name>saltpi</name>
<email>endpne@gmail.com</email>
</author>
<published>2026-02-14T10:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=dce91cf8c8d01135c10058614551f2f7f70a633c'/>
<id>urn:sha1:dce91cf8c8d01135c10058614551f2f7f70a633c</id>
<content type='text'>
Fix TMDB image URLs missing size parameter

Original-merge: caa05c1bf2c55053a65091886f0ddf78865fc72c

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

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>TmdbSeriesProvider: Set ProductionYear in SearchResult mappers</title>
<updated>2026-02-13T11:03:58Z</updated>
<author>
<name>DerMaddis</name>
<email>eulermat16@gmail.com</email>
</author>
<published>2026-02-13T11:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e73ebc9741becd4acc87967a5ba5c8864d2f22ef'/>
<id>urn:sha1:e73ebc9741becd4acc87967a5ba5c8864d2f22ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove handling for 5-letter language codes in TMDb language normalization</title>
<updated>2026-02-01T07:33:07Z</updated>
<author>
<name>Riri</name>
<email>Daydreamerriri@outlook.com</email>
</author>
<published>2026-02-01T07:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7b10888c95c814af342926269403b93677760042'/>
<id>urn:sha1:7b10888c95c814af342926269403b93677760042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TmdbSeriesProvider: Set ProductionYear field</title>
<updated>2026-01-30T13:24:11Z</updated>
<author>
<name>DerMaddis</name>
<email>eulermat16@gmail.com</email>
</author>
<published>2026-01-30T13:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0a1dd56af6b5344fedfc1c7ddd08e415577c3277'/>
<id>urn:sha1:0a1dd56af6b5344fedfc1c7ddd08e415577c3277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport pull request #16066 from jellyfin/release-10.11.z</title>
<updated>2026-01-28T17:11:25Z</updated>
<author>
<name>theguymadmax</name>
<email>171496228+theguymadmax@users.noreply.github.com</email>
</author>
<published>2026-01-28T17:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=dad6f650bc6b2dd6cd9acc69ca009f5e624c7d81'/>
<id>urn:sha1:dad6f650bc6b2dd6cd9acc69ca009f5e624c7d81</id>
<content type='text'>
Fix TMDB crew department mapping

Original-merge: 673f617994da6ff6a45cf428a3ea47de59edc6c5

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

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