Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.