[PR #16193] Add tmdb id filter on Item api endpoint #14554

Open
opened 2026-02-07 07:31:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/16193
Author: @Noustaa
Created: 2/7/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • df57b1e Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/16193 **Author:** [@Noustaa](https://github.com/Noustaa) **Created:** 2/7/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`df57b1e`](https://github.com/jellyfin/jellyfin/commit/df57b1e974966cdc407ac353105014d1c2a98542) Add tmdb id filter on Item api endpoint ### 📊 Changes **4 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:31:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14554