Add seasonal content support and enhance custom media ID handling

This commit is contained in:
CodeDevMLH
2026-02-13 01:15:33 +01:00
parent 9896044988
commit 2ae147ac01
3 changed files with 293 additions and 152 deletions

View File

@@ -34,6 +34,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool EnableCustomMediaIds { get; set; } = true;
public string PreferredVideoQuality { get; set; } = "Auto";
public bool EnableSeasonalContent { get; set; } = false;
public string SeasonalSections { get; set; } = "[]";
public bool IsEnabled { get; set; } = true;
public bool EnableClientSideSettings { get; set; } = false;
public bool ApplyLimitsToCustomIds { get; set; } = false;