// TODO: the README below is outdated
FXGL Music is a cross-platform music player based on the fork of this TODO JavaFX project.
- Add songs to a playlist by:
- Clicking the "Add Song to Playlist" button when a song is selected.
- Dragging a song and dropping on the desired playlist to add the dragged contents to the playlist.
- Selecting multiple songs using
CTRL
orSHIFT
keys, then dragging & dropping on a playlist.
- Easily search for any song.
TODO
MusicPlayer supports the following file types:
// MP3
case "mp3":
// MP4
case "mp4":
case "m4a":
case "m4v":
// WAV
case "wav":
Using Maven TODO
Use the FXGLMusicApp Launcher class to start the project, not the FXGLMusicApp class.
Code released under the MIT license. See LICENSE for details.