100 Days of code – 85% complete
I got it working!
Well, sort of. I can select a file and play it just fine. If I try to pause and play a second song, though, the first song plays again. Also, if a song is done and I want to play another song, I have to hit stop before playing the next song.
So I’ve got some bugs to work out, for sure.
I also have to build a second interface to handle the media playback. This will show information about the currently playing song and the playlist. For the playlist to work, I’ll need have some way of adding multiple songs to a playlist. This means there has to be a way of swapping back and forth between the file and media player modes.
I made a couple simple text files to track bugs and features to build so I can keep track of what I’m doing, or trying to do. Maybe I’ll look at some more robust feature and bug tracking, but for now, this is working.
15 days left. Let’s do this!