[FEATURE]: cover images batch loading #19
Notifications
Due Date
No due date set.
Depends on
#31 [FEATURE]: external cover image for web versions
max/audio_splitter
Reference: max/audio_splitter#19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🎯 Problem Statement
I'm always frustrated when I have to add a billion cover images to '--cover-image' in CLI, especially when paths are long
💡 Proposed Solution
Batch loading of cover images, with wildcards (* in path), or using --cover-image-dir argument to simplify passing the arguments
🔄 Alternatives Considered
No response
👤 Use Case / Persona
Any user of CLI version would benefit from it
📸 Screenshots
No response
⚙️ Technical Approach
Only CLI would be affected. CLI' main.py would need to accept this new argument, correctly read files and pass them to core as if user passed several paths
✅ Acceptance Criteria
No response
🤝 Are you willing to contribute this feature?
Yes, I can contribute
✅ Submission Checklist