feat(downloads): apply bandwidth and schedule policy

This commit is contained in:
Sucukdeluxe
2026-08-12 02:43:06 +02:00
parent 661d7d9858
commit c44314ea2c
15 changed files with 510 additions and 17 deletions
+10
View File
@@ -218,6 +218,16 @@ const UI_TEXT_EN = {
streamlinkQualityBest: 'Best (default)',
streamlinkQualitySource: 'Source (original)',
streamlinkQualityAudio: 'Audio only',
downloadPolicyTitle: 'Throttle and schedule',
downloadThrottleLabel: 'Maximum download rate (MiB/s)',
downloadThrottleHint: 'Leave empty for no throttle. Decimal values such as 1.5 are supported.',
downloadWindowsLabel: 'Local download windows',
downloadWindowsHint: 'Use one window per line or separate them with semicolons. Overnight windows are supported.',
downloadPolicyOverride: 'Start now',
downloadPolicyWaiting: 'Queue is waiting until {time}.',
downloadPolicyReady: 'Queued downloads may start now.',
downloadThrottleInvalid: 'Enter a positive download rate in MiB/s.',
downloadWindowsInvalid: 'Use local windows in HH:MM-HH:MM format.',
downloadPathNotWritable: 'Download folder is not writable. Pick another folder or grant write permission.',
streamerSectionTitle: 'Streamer',
streamerListFilterPlaceholder: 'Filter...',