Our Music Player supports the following media file types:
- mp3
- mp4: no graphics will show up, only sound
- m4a
- m4v
- wav
For supported media formats see JavaFX supported media formats
Note: javafx has undefined behaviour when playing the MPEG ADT format of mp3 files.
- choose directory of songs via the
menu
icon, all files that are of supported filetype in the directory would be added to the playlist
- use the
next
andprevious
button to go back and forth in the playlist
- you can use the slider to locate the second of the music, this is implemented using JFoenix slider.
MusicPlayer uses MIT license, See MIT license for more details.