Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyler-hilbert/musicmaniac
A lightweight music player using Java & JavaFX
https://github.com/tyler-hilbert/musicmaniac
Last synced: about 14 hours ago
JSON representation
A lightweight music player using Java & JavaFX
- Host: GitHub
- URL: https://github.com/tyler-hilbert/musicmaniac
- Owner: Tyler-Hilbert
- Created: 2015-04-01T20:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T02:58:53.000Z (over 5 years ago)
- Last Synced: 2023-02-27T06:17:32.853Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicManiac
A lightweight music player using Java & JavaFX![](https://raw.githubusercontent.com/Tyler-Hilbert/MusicManiac/master/ScreenShots/MusicManiac0.png)
![](https://raw.githubusercontent.com/Tyler-Hilbert/MusicManiac/master/ScreenShots/MusicManiac1.png)# Install instructions:
1) Install Eclipse
2) Install the e(fx)clipse add on (https://wiki.eclipse.org/Efxclipse/Tutorials/AddingE(fx)clipse_to_eclipse)
3) Open the project in Eclipse
4) Add the lib JAudioTagger (right click on the project->properties->Java Build Path->Libraries->Add External JARs-> navigate to the cloned dir and select JAudioTagger within the /lib directory)
5) On Linux you must install libavformat. You can do this by running:
`sudo apt-get install libavformat-dev`
# Code location:
Majority of the code is in the [src/musicmaniac](https://github.com/Tyler-Hilbert/MusicManiac/tree/master/src/musicmaniac) directory.