[PR #4041] [MERGED] Add the item path to the ItemLookupInfo class #9832

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4041
Author: @EraYaN
Created: 9/2/2020
Status: Merged
Merged: 9/2/2020
Merged by: @anthonylavado

Base: masterHead: path-itemlookupinfo


📝 Commits (1)

  • 208b00f Add the item path to the ItemLookupInfo class.

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/BaseItem.cs (+1 -0)
📝 MediaBrowser.Controller/Providers/ItemLookupInfo.cs (+6 -0)

📄 Description

This is important for the Shoko Anime Metadata provider plugin. (Since it's API give metadata based on filename/path).

Changes
Adds the Path field from BaseItem to the ItemLookupInfo class.

Helps with this: https://features.jellyfin.org/posts/244/shoko-anime-support


🔄 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/4041 **Author:** [@EraYaN](https://github.com/EraYaN) **Created:** 9/2/2020 **Status:** ✅ Merged **Merged:** 9/2/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `path-itemlookupinfo` --- ### 📝 Commits (1) - [`208b00f`](https://github.com/jellyfin/jellyfin/commit/208b00fbb17d7744cdb632323dc3dbb8099b5cca) Add the item path to the ItemLookupInfo class. ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -0) 📝 `MediaBrowser.Controller/Providers/ItemLookupInfo.cs` (+6 -0) </details> ### 📄 Description This is important for the Shoko Anime Metadata provider plugin. (Since it's API give metadata based on filename/path). **Changes** Adds the Path field from BaseItem to the ItemLookupInfo class. Helps with this: https://features.jellyfin.org/posts/244/shoko-anime-support --- <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:09:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9832