I'm currently making a playlist for my Mp3 Player. I'm stuck with 1 thing. I can't figure out how to play the next song from the one i'm currently playing.
eg:
here is a list of songs in my Playlist dialog listbox:
2pac - ghetto gospel
ali g - me julie
jennifer lopez - get right
mvp - rock ya body
crazy frog
right, i want it so if i play, for example, ali g - me julie, when that song finishes, it will play the next song in my playlist, which is jennifer lopez - get right.
The problem is trying to find the line of the file in playlist.txt. If i knew this, i could do it by increasing the line number of the currently playing song, which will give me the next song.
If this is not clear enough, please tell me and I will re-write this in more detail.