Simple Music Player
Posted: Sun Jul 21, 2019 8:21 am
Just wanted a simple cross platform music player so started writing this.
It is a very simple music player currently using the ogg vorbis decode/encode.
All .ogg files are named as Artist - Title.ogg as the programme extracts the Artist name and title from the filename.
Basics are start programme add a single file or all files in a folder. These are read into a tree of Artists and titles sorted under A-Z.
Select either an artist or song letter and a listicon is filled with the available selections.
Select the songs required by checking the checkboxes in the list icon then right click and add to playlist.
Once some songs are in the playlist click the start button to play the list.
There are other functions which I will document when I am happy with it.
The database included has the songs I have currently loaded (no actual sound files) to show the selection processes. Clear the tables if you want to try it with your own .ogg files.
Any suggestions for improvement gratefully received. remember SIMPLE do no internet bits and pieces or proprietry playlist etc.
Regards
CD
PS Source code here https://www.dropbox.com/s/lrws3dl44ztsg ... r.zip?dl=0
It is a very simple music player currently using the ogg vorbis decode/encode.
All .ogg files are named as Artist - Title.ogg as the programme extracts the Artist name and title from the filename.
Basics are start programme add a single file or all files in a folder. These are read into a tree of Artists and titles sorted under A-Z.
Select either an artist or song letter and a listicon is filled with the available selections.
Select the songs required by checking the checkboxes in the list icon then right click and add to playlist.
Once some songs are in the playlist click the start button to play the list.
There are other functions which I will document when I am happy with it.
The database included has the songs I have currently loaded (no actual sound files) to show the selection processes. Clear the tables if you want to try it with your own .ogg files.
Any suggestions for improvement gratefully received. remember SIMPLE do no internet bits and pieces or proprietry playlist etc.
Regards
CD
PS Source code here https://www.dropbox.com/s/lrws3dl44ztsg ... r.zip?dl=0