[PR #4583] [CLOSED] Plugin Images #10176

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4583
Author: @BaronGreenback
Created: 11/25/2020
Status: Closed

Base: masterHead: PackageImages


📝 Commits (5)

  • dc1cec9 Merge pull request #98 from jellyfin/master
  • 4236142 Added ImageUrl property
  • 2902e5d Added property to versionInfo
  • cac3247 Merge remote-tracking branch 'upstream/master' into PackageImages
  • b962207 Hooray!

📊 Changes

9 files changed (+119 additions, -13 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+44 -4)
📝 Emby.Server.Implementations/Plugins/PluginManifest.cs (+5 -0)
📝 Jellyfin.Api/Controllers/PluginsController.cs (+28 -2)
📝 MediaBrowser.Common/IApplicationHost.cs (+5 -0)
📝 MediaBrowser.Common/Plugins/BasePlugin.cs (+11 -3)
📝 MediaBrowser.Common/Plugins/IPluginAssembly.cs (+1 -1)
📝 MediaBrowser.Common/Plugins/LocalPlugin.cs (+15 -3)
📝 MediaBrowser.Model/Updates/PackageInfo.cs (+5 -0)
📝 MediaBrowser.Model/Updates/VersionInfo.cs (+5 -0)

📄 Description

Edit manifest.json and add imageUrl. The image is restricted to 80 x 80 in the web (dimensions taken from the current image size in the browser)

Uses the Api Plugins\{id}\Image

Depends on https://github.com/jellyfin/jellyfin-web/pull/2125.

image

produces

image


🔄 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/4583 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 11/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `PackageImages` --- ### 📝 Commits (5) - [`dc1cec9`](https://github.com/jellyfin/jellyfin/commit/dc1cec9fd82af8742cf2b20f2da1fdf1de6bd41d) Merge pull request #98 from jellyfin/master - [`4236142`](https://github.com/jellyfin/jellyfin/commit/4236142d706619e7d36f07039dffc3a40fe5bf88) Added ImageUrl property - [`2902e5d`](https://github.com/jellyfin/jellyfin/commit/2902e5d409b3235b072dc1fcaa6b367ad2bdf5da) Added property to versionInfo - [`cac3247`](https://github.com/jellyfin/jellyfin/commit/cac324745285fa96607fee4ac4b4c837784f004b) Merge remote-tracking branch 'upstream/master' into PackageImages - [`b962207`](https://github.com/jellyfin/jellyfin/commit/b962207b5a9bff69ce0641acdae3da59b7952e63) Hooray! ### 📊 Changes **9 files changed** (+119 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+44 -4) 📝 `Emby.Server.Implementations/Plugins/PluginManifest.cs` (+5 -0) 📝 `Jellyfin.Api/Controllers/PluginsController.cs` (+28 -2) 📝 `MediaBrowser.Common/IApplicationHost.cs` (+5 -0) 📝 `MediaBrowser.Common/Plugins/BasePlugin.cs` (+11 -3) 📝 `MediaBrowser.Common/Plugins/IPluginAssembly.cs` (+1 -1) 📝 `MediaBrowser.Common/Plugins/LocalPlugin.cs` (+15 -3) 📝 `MediaBrowser.Model/Updates/PackageInfo.cs` (+5 -0) 📝 `MediaBrowser.Model/Updates/VersionInfo.cs` (+5 -0) </details> ### 📄 Description Edit manifest.json and add imageUrl. The image is restricted to 80 x 80 in the web (dimensions taken from the current image size in the browser) Uses the Api **Plugins\\{id}\Image** Depends on https://github.com/jellyfin/jellyfin-web/pull/2125. ![image](https://user-images.githubusercontent.com/22121540/100277851-c6df8980-2f5b-11eb-81f2-ab138a460fea.png) produces ![image](https://user-images.githubusercontent.com/22121540/100277775-a1528000-2f5b-11eb-862e-d1f27f6ba147.png) --- <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:15:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10176