Support batch audio export
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, users can export search results to a CSV file. A user requested the ability to download the corresponding audio clips in bulk.
We should explore adding batch audio download support, with careful consideration of:
- Scalability limits: Prevent overload by imposing caps (e.g., a maximum of 500 or 1,000 clips per request).
- User guidance: Warn users when the export size is large or exceeds the quota.
- Packaging: Consider zipping clips by chunks (e.g., 100 at a time).
- UI/UX: Possibly offer a “Download N samples” option directly after CSV export.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the existing CSV export and the code that retrieves audio clips, then map the download flow and its UI. Done should include agreed limits, large-export or quota guidance, chunked packaging, and a clear download option, with tests for the selected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100