Add custom overlay image style and priority options; enhance overlay handling

This commit is contained in:
CodeDevMLH
2026-03-09 23:27:28 +01:00
parent 0a8ba042db
commit f65475673d
4 changed files with 188 additions and 48 deletions

View File

@@ -54,5 +54,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public string CustomOverlayText { get; set; } = "";
public string CustomOverlayImageUrl { get; set; } = "";
public string CustomOverlayStyle { get; set; } = "Shadowed";
public string CustomOverlayImageStyle { get; set; } = "None";
public string CustomOverlayPriority { get; set; } = "Image";
}
}