Jellyfin 10.11 plugin: a scheduled task that labels each library card with the library name over a representative backdrop (Noto Sans, centered, soft shadow), matching Jellyfin's default cover style. Supports source rules (top-rated / random / newest) and per-library pinned sources. Sets images via the internal provider API so the home-screen view cache updates without a server restart.
16 lines
492 B
YAML
16 lines
492 B
YAML
---
|
|
name: "Placard"
|
|
guid: "b6f8e2a4-1c3d-4e5f-9a7b-2d4c6e8f0a1b"
|
|
version: "1.0.0.0"
|
|
targetAbi: "10.11.0.0"
|
|
framework: "net9.0"
|
|
overview: "Bake each library's name onto a representative backdrop."
|
|
description: >
|
|
Bakes each library's name onto a representative backdrop, matching Jellyfin's
|
|
default library-card style (Noto Sans, centered, soft shadow). Supports a
|
|
source rule and per-library pinned sources.
|
|
category: "General"
|
|
owner: "flan"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Placard.dll"
|