[FEATURE]: cover images batch loading #19

Open
opened 2026-09-02 13:12:07 +04:00 by max · 0 comments
Owner

🎯 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

  • I have searched for existing issues (open and closed) that request the same feature
  • I have explained the problem this feature solves
  • I have described a concrete solution or direction
  • I have considered alternatives and explained why they fall short
### 🎯 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 - [x] I have searched for existing issues (open and closed) that request the same feature - [x] I have explained the problem this feature solves - [x] I have described a concrete solution or direction - [ ] I have considered alternatives and explained why they fall short
max added the enhancement label 2026-09-02 13:12:07 +04:00
max added a new dependency 2026-09-02 15:58:03 +04:00
max added the backendfrontend labels 2026-09-02 15:58:17 +04:00
Sign in to join this conversation.