Add custom overlay image upload feature with style options

This commit is contained in:
CodeDevMLH
2026-03-09 03:40:13 +01:00
parent 8ff4f081f3
commit a57f3db009
5 changed files with 286 additions and 8 deletions

View File

@@ -53,5 +53,6 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool EnableCustomOverlay { get; set; } = false;
public string CustomOverlayText { get; set; } = "";
public string CustomOverlayImageUrl { get; set; } = "";
public string CustomOverlayStyle { get; set; } = "Shadowed";
}
}