diff --git a/src/features/library/panels/BulkAutomationPanel.svelte b/src/features/library/panels/BulkAutomationPanel.svelte index 9b59cc2..cf45ba6 100644 --- a/src/features/library/panels/BulkAutomationPanel.svelte +++ b/src/features/library/panels/BulkAutomationPanel.svelte @@ -1,9 +1,9 @@ + +
+ +
+

Behaviour

+
+ + + + + + {#if enforceGlobal} +
+ + Per-series overrides are paused. Disable enforce to allow custom rules. +
+ {/if} + +
+
+ +
+

Global Defaults

+
+ +

Downloads

+ +
+
+ Auto-download new chapters + Queue new chapters when a series refreshes +
+ +
+ +
+
+ Download ahead + Pre-fetch chapters while reading +
+
+ {#each DOWNLOAD_AHEAD_OPTIONS as opt} + + {/each} +
+
+ +
+
+ Max chapters to keep + Delete oldest downloads when limit is exceeded +
+
+ {#each MAX_KEEP_OPTIONS as opt} + + {/each} +
+
+ +

On Read

+ +
+
+ Delete after reading + Remove download when a chapter is marked read +
+ +
+ + {#if getGlobal("deleteOnRead")} +
+ Delete delay +
+ {#each DELETE_DELAY_OPTIONS as opt} + + {/each} +
+
+ {/if} + +

Updates

+ +
+
+ Default refresh interval + How often series check for new chapters by default +
+
+ {#each REFRESH_INTERVAL_OPTIONS as opt} + + {/each} +
+
+ +
+
+ +
+

Custom Overrides

+
+ +
+
+ Series with custom rules + Per-series settings set via the series automation panel +
+ 0}>{customCount} +
+ +
+
+ Reset all custom rules + Revert every series to the global defaults above +
+ {#if confirmReset} +
+ + +
+ {:else} + + {/if} +
+ +
+
+ +
+ + \ No newline at end of file