The successor to CMusic!
- Install Java 24 here -> https://www.oracle.com/java/technologies/javase/jdk24-archive-downloads.html
- Open the
run.batfile!
--no-gui: runs the app in CLI mode (CURRENTLY BROKEN/VERY BUGGY)
- ex:
java -jar JCMusic.jar --no-gui - or if you want to specify a playlist file directory:
java -jar JCMusic.jar --no-gui <yourplaylist.jcmpl>
If you want the gui just launch the jar as normal.
- In the first box, input the directory you want the playlist file to be written to (including the filename at the end).
- Input the directory to scan songs (recursively scans directories for songs and imports them).
- Click import songs to finalize the playlist creation Note: this creates a new playlist file everytime, if you use an old playlist file name it WILL overwrite it completely (this will be subject to change).
Simply just modify the colors in config.txt.
And, drag and drop a gif called animation.gif in your JCMusic.jar directory to get a custom gif to show up!
Lots of things are subject to change considering this is still a beta
This was made in JDK 24, please install it if you plan on using/contirbuting this JCMusic!
Alongside this certain features haven't been ported yet, such as themes and the legacy playlist format.
MP3s are not supported yet.
Supports: the .wav ,.aif, .aiff, .au, .snd audio formats.
For linux users: WayLand is NOT supported and the GUI will go unresponsive!
- Firstly, ensure that the
compile.shis executable by runningchmod +X compile.sh - Run
./compile.sh - The JAR file should be outputted!
Since it's still in development, it's still rather tedious.
- Open your
*.jcmplfile - Add/Remove specific songs.
Software design is my passion, how could you tell?