I Haz Codes
Create a program which will store a list of songs (in ogg format) into a playlist. Your program will then play them one after another. It will also have the following features –
1. You can skip tracks using the [N] key.
2. You can move back one track using the [B] key.
3. When the last song plays, it will go back to the stat.
4. When a song finishes, the next one plays automatically.
You should read up on how to use mixer.music in pygame.
http://www.pygame.org/docs/ref/music.html

You need to log in or create an account to submit code!
Leave a Reply