4 comments (4 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python487 stars (487 stars)58 forks (58 forks)batch import
help wanted
Description
Contributor guide
- Tech stack
- python
- Domain
- cli
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- PythonID3 tagsCommand line parsing
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Start by reading the linked Bitbucket issue #87 and the partially merged PR (https://bitbucket.org/nicfit/eyed3/pull requests/3/) to understand the proposed implementation. Then examine the current CLI parsing code in the eyeD3 repository, likely under a 'cli' module, and the chapter data structures to adapt the changes. Check the comments on the issue and PR for any unresolved questions or maintainer feedback.