mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #16193] Add tmdb id filter on Item api endpoint #14554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/16193
Author: @Noustaa
Created: 2/7/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
df57b1eAdd tmdb id filter on Item api endpoint📊 Changes
4 files changed (+23 additions, -0 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Jellyfin.Api/Controllers/ItemsController.cs(+17 -0)📝
Jellyfin.Api/Controllers/TrailersController.cs(+3 -0)📝
MediaBrowser.Controller/Entities/InternalItemsQuery.cs(+2 -0)📄 Description
Add a tmdb id filter in Item API endpoint.
You can search for an item by tmdbid.
Changes
Added a new field "tmdbId" in GetItems function.
Issues or Discussions
#10156
#16192
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.