[PR #5902] [CLOSED] Enable Person support for Photo items #10721

Closed
opened 2026-02-07 06:25:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5902
Author: @heyhippari
Created: 4/24/2021
Status: Closed

Base: masterHead: enable-persons-on-photos


📝 Commits (1)

  • c207218 Enable Person support for Photo items

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Photo.cs (+3 -0)

📄 Description

Changes

Sets SupportsPeople for Photo items.

This works when setting the person via the metadata editor on jf-web (The person is saved properly and all), but for some reason trying to get that person via the Items API then fails. I looked a bit into it, but have no real idea of what would be needed to make that part work...

Issues


🔄 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/5902 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 4/24/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `enable-persons-on-photos` --- ### 📝 Commits (1) - [`c207218`](https://github.com/jellyfin/jellyfin/commit/c2072183c6f0ab2681ca620c215ce3f23cbcec0b) Enable Person support for Photo items ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Photo.cs` (+3 -0) </details> ### 📄 Description **Changes** Sets SupportsPeople for Photo items. This works when setting the person via the metadata editor on jf-web (The person is saved properly and all), but for some reason trying to get that person via the Items API then fails. I looked a bit into it, but have no real idea of what would be needed to make that part work... **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 06:25:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10721