Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

50 lines (25 loc) · 1.28 KB

MusicPlayer

Overview

Simple lighwight local media player implemented using javafx, requires JFoenix lib.

Supported Media Types

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.

Features

song selection

  • choose directory of songs via the menu icon, all files that are of supported filetype in the directory would be added to the playlist

next and previous song

  • use the next and previous button to go back and forth in the playlist

progress slider

  • you can use the slider to locate the second of the music, this is implemented using JFoenix slider.

Demo

License

MusicPlayer uses MIT license, See MIT license for more details.