Giter Club home page Giter Club logo

jukefox's Introduction

JUKEFOX SOURCE CODE
===================

jukefox was originally developed as part of a research project at the Swiss Federal Institute of Technology (ETH Zurich). The project investigates various ways to derive music similarity information and aims at making this information available to the end user. It was released under the GNU Public License (GPLv3) in October 2013.

The project consists of 6 parts:
--------------------------------
JukefoxAndroid: The Android client of jukefox (depends on JukefoxModel)
JukefoxModel: The platform-independent core functionality of jukefox
JukefoxModelPC: The UI independent part of the desktop version (depends on JukefoxModel)
JukefoxPlayerCLI: jukefox for desktop PCs with a command line interface (depends on JukefoxModel, JukefoxModelPC, and MiniPlayer)
MiniPlayer: Music Player for CLI version
UnitTests: Some few test for the core functionality (depends on JukefoxModel and JukefoxModelPC)

How to compile:
---------------

Import all parts as eclipse projects. The projects should compile out of the box.
For JukefoxAndroid to compile you need a working Android development environment.

License:
--------
If not mentioned differently, the files in the jukefox project are under the GNU Public Licence (GPLv3).

Have Fun!

jukefox's People

Contributors

kuhnmi avatar

Stargazers

Christian Henkel avatar

Watchers

 avatar Manish Rastogi avatar  avatar

Forkers

manish001in

jukefox's Issues

Android: Re-scan destroys map

After selecting "scan music library -> update everything" the map becomes unavailable. The reason is probably the following exception during import:

11-09 21:18:13.983: W/LibraryImportManager(13023): java.lang.IllegalThreadStateException: Thread already started.
11-09 21:18:13.983: W/LibraryImportManager(13023): at java.lang.Thread.start(Thread.java:1045)
11-09 21:18:13.983: W/LibraryImportManager(13023): at ch.ethz.dcg.jukefox.manager.libraryimport.LibraryImportManager.doImport(LibraryImportManager.java:251)
11-09 21:18:13.983: W/LibraryImportManager(13023): at ch.ethz.dcg.jukefox.manager.libraryimport.LibraryImportManager.startImport(LibraryImportManager.java:166)
11-09 21:18:13.983: W/LibraryImportManager(13023): at ch.ethz.dcg.jukefox.manager.libraryimport.LibraryImportManager.access$1(LibraryImportManager.java:160)
11-09 21:18:13.983: W/LibraryImportManager(13023): at ch.ethz.dcg.jukefox.manager.libraryimport.LibraryImportManager$1.run(LibraryImportManager.java:104)
11-09 21:18:13.983: W/LibraryImportManager(13023): at java.lang.Thread.run(Thread.java:856)

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.