Skip to content

Releases: Marusko/MusicPlayer

MusicPlayer 0.2.7 DOWNLOAD

24 Jan 11:08

Choose a tag to compare

Finally, this player can be run outside IDE!!!

Can be run on Java 8 v361
The only requirement is that the MusicPlayer.jar and config.cf files are in the same directory.
Resolved bug when opening empty all.txt file.

MusicPlayer 0.2.6.2

22 Jan 16:06

Choose a tag to compare

Finally, this player can be run outside IDE!!!

Can be run on Java 8 v361
The only requirement is that the MusicPlayer.jar and config.cf files are in the same directory.

MusicPlayer DOWNLOAD FOR IDE

21 Jan 17:52

Choose a tag to compare

Pre-release

Only runnable inside editors!!!
The first version should work as intended.
On other machines, resolved bugs from pre-releases and added new features.

Needed:

  • JDK 17
  • openjfx SDK 19.0.2
  • jMetro 11.6.16

jMetro and openjfx must be added as external libraries, and added VM option in Run settings

--module-path"C:\Program Files\Java\javafx-sdk-19.0.2\lib"
--add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media

MusicPlayer 0.2.6

21 Jan 13:14

Choose a tag to compare

MusicPlayer 0.2.6 Pre-release
Pre-release

Only runnable inside editors!!!
The first version should work as intended.
On other machines, resolved bugs from pre-releases and added new features.

Needed:

  • JDK 17
  • openjfx SDK 19.0.2
  • jMetro 11.6.16

jMetro and openjfx must be added as external libraries, and added VM option in Run settings

--module-path"C:\Program Files\Java\javafx-sdk-19.0.2\lib"
--add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media

MusicPlayer 0.2.1

20 Jan 17:23

Choose a tag to compare

MusicPlayer 0.2.1 Pre-release
Pre-release
  • Added loading window
  • Optimized loading
  • Added Loader class
  • Loading window now works with first use window

MusicPlayer 0.1.2

24 Nov 15:09

Choose a tag to compare

MusicPlayer 0.1.2 Pre-release
Pre-release

First pre-release for my music player in JavaFX.

  • Saving to folder can be choosed
  • Shuffle works
  • Repeat works
  • Playlist add/delete
  • Songs add/delete