Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy-goryachev/mp3player
mp3 player with a random jump function
https://github.com/andy-goryachev/mp3player
javafx javafx-application javafx-desktop-apps mp3 mp3-player mp3player
Last synced: 3 months ago
JSON representation
mp3 player with a random jump function
- Host: GitHub
- URL: https://github.com/andy-goryachev/mp3player
- Owner: andy-goryachev
- License: apache-2.0
- Created: 2023-03-23T02:15:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T05:19:09.000Z (11 months ago)
- Last Synced: 2024-11-08T20:09:04.345Z (3 months ago)
- Topics: javafx, javafx-application, javafx-desktop-apps, mp3, mp3-player, mp3player
- Language: Java
- Homepage:
- Size: 2.23 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MP3 Player
A simple MP3 player, a modern version of an older project.
(Work in progress).
![Screenshot](screenshots/screenshot.png)
![Content Manager Screenshot](screenshots/content-manager.png)
## Why
It's got one function that no other MP3 player has - one-click jump to a random track.
## Software Requirements
Requires JDK 21+ with JavaFX 21+.
The easiest installation bundle might be [Azul JDK FX](https://www.azul.com/downloads/?version=java-21-lts&package=jdk-fx#zulu).
## License
This project and its source code is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
and you should feel free to make adaptations of this work. Please see the included
[LICENSE](LICENSE) file for further details.