AlmasB / MusicPlayer

JavaFX Music Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FXGL Music

// TODO: the README below is outdated

FXGL Music is a cross-platform music player based on the fork of this TODO JavaFX project.

Features

Playlists
  • 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 or SHIFT keys, then dragging & dropping on a playlist.
Search
  • Easily search for any song.

Installation Instructions

TODO

Supported File Types

MusicPlayer supports the following file types:

// MP3
case "mp3":
// MP4
case "mp4":
case "m4a":
case "m4v":
// WAV
case "wav":

Build

Using Maven TODO

Run

Use the FXGLMusicApp Launcher class to start the project, not the FXGLMusicApp class.

License

Code released under the MIT license. See LICENSE for details.

About

JavaFX Music Player

License:MIT License


Languages

Language:Java 89.2%Language:CSS 10.8%