Add backup export and local artwork storage

This commit is contained in:
ajp_anton
2026-06-08 04:19:08 +00:00
parent 63dbc3a6d4
commit a4bb9a98c2
14 changed files with 1745 additions and 46 deletions
@@ -27,6 +27,8 @@ public sealed class PluginConfiguration : BasePluginConfiguration
public int ItemsProxyCacheMaxMiB { get; set; } = 50;
public string AssetStorageMode { get; set; } = "url";
[XmlArray("SortArticles")]
[XmlArrayItem("SortArticleEntry")]
public SortArticleEntry[] ArticleEntries { get; set; } = [];
@@ -34,6 +36,8 @@ public sealed class PluginConfiguration : BasePluginConfiguration
public bool EnableLogging { get; set; }
public bool VerboseLogging { get; set; }
public bool CleanupDataOnUninstall { get; set; }
}
public sealed class ProviderState