Skip to content

Add parallel downloads feature and enhance settings#162

Merged
henriquesebastiao merged 1 commit into
mainfrom
issue-158
May 11, 2026
Merged

Add parallel downloads feature and enhance settings#162
henriquesebastiao merged 1 commit into
mainfrom
issue-158

Conversation

@henriquesebastiao

Copy link
Copy Markdown
Owner
  • Introduced a new setting for maximum parallel downloads in Settings.vue.
  • Updated localization files for English, Spanish, and Portuguese to include new parallel downloads text.
  • Modified download manager to support retrying downloads with audio sources.
  • Added a semaphore in the FastAPI app to control the number of concurrent downloads based on user settings.
  • Updated default settings to include max_parallel_downloads with a default value of 3.

close #158

- Introduced a new setting for maximum parallel downloads in Settings.vue.
- Updated localization files for English, Spanish, and Portuguese to include new parallel downloads text.
- Modified download manager to support retrying downloads with audio sources.
- Added a semaphore in the FastAPI app to control the number of concurrent downloads based on user settings.
- Updated default settings to include max_parallel_downloads with a default value of 3.
@henriquesebastiao henriquesebastiao self-assigned this May 11, 2026
@henriquesebastiao henriquesebastiao merged commit 4518096 into main May 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable Parallel Downloads

1 participant