Add configuration options for backdrop video delay and plot width constraint

This commit is contained in:
CodeDevMLH
2026-03-23 23:37:47 +01:00
parent c30300d1ba
commit 992f854dd2
4 changed files with 80 additions and 32 deletions

View File

@@ -49,6 +49,8 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool IncludeWatchedContent { get; set; } = false;
public string SortBy { get; set; } = "Random";
public string SortOrder { get; set; } = "Ascending";
public int BackdropVideoDelay { get; set; } = 0;
public bool ConstrainPlotWidth { get; set; } = false;
public bool EnableCustomOverlay { get; set; } = false;
public string CustomOverlayText { get; set; } = "";