Code Monkey home page Code Monkey logo

musicmaniac's Introduction

MusicManiac

A lightweight music player using Java & JavaFX

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 directory.

musicmaniac's People

Contributors

tyler-hilbert avatar

Stargazers

 avatar Sarvagy Agarwal avatar Rambo Wang avatar

Watchers

James Cloos avatar  avatar

musicmaniac's Issues

Playlist null pointer exception for unix

When selecting a playlist on unix systems:

Caused by: java.lang.NullPointerException
at musicmaniac.PlaylistLoader.loadDirectory(PlaylistLoader.java:17)
at musicmaniac.PlaylistLoader.(PlaylistLoader.java:13)
at musicmaniac.MusicManiac.start(MusicManiac.java:57)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
... 1 more
Exception running application musicmaniac.MusicManiac

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.