JaVibes is a Java application that allows users to play music from their Jellyfin server. It is currently in development and is not yet ready for use. It was developed as a project for college.
- Play music from Jellyfin server
- Ajust volume
- Play, pause, skip, previous
- Settings to change the server connection
- Search for music
- Playlists
- Shuffle and repeat
- Play by Titlebill
- Play by Artist
- Java 21
- Jellyfin server
- Maven 3.8
- Clone the repository
- Run
mvn clean javafx:run
- Enjoy !
Currently, the application has no uber jar, so you need to run it with maven, because at the time of development, ok http client was not working with jlink.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Thanks to Jellyfin for their great work on their server and their API. This project would not have been possible without them.
This project was created to discover Java and JavaFX. It is not intended to be used in production. It is a student project and may contain bugs. If you find any, please report them in the issues section.
Enjoy JaVibes !