9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python9,709 stars (9,709 stars)1,605 forks (1,605 forks)batch import
help wanted
Description
经常一首歌曲还没播放完毕就直接播放下一首歌曲了。
Contributor guide
- Tech stack
- python
- Domain
- cli
- Issue type
- bug
- 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
- basic Python knowledgeunderstanding of audio playback in terminal
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Investigate the playback queue logic in musicbox, likely in player.py or related files. Review the existing comments for reproduction steps or attempted fixes. Determine why songs skip before finishing by examining the state transitions in the player loop.