1
0
Fork 0
 
 
 
Go to file
Ambrose Chua cc6c65cab1 Interface updates 2015-10-12 17:55:28 +08:00
.idea Interface updates 2015-10-12 17:55:28 +08:00
META-INF Interface updates 2015-10-12 17:55:28 +08:00
src Interface updates 2015-10-12 17:55:28 +08:00
LICENSE Create LICENSE 2015-10-07 22:53:26 +08:00
README.md README file 2015-10-07 23:08:50 +08:00
Undefined.iml Interface updates 2015-10-12 17:55:28 +08:00

README.md

Undefined

A self-hosted music streaming service, with a client written in JavaFX for a graded CS project.

Features

  • Host your music on you own server.
  • Stream via HTTP from anywhere around the world.
  • Albums, Artists, Songs.
  • Easy to use nw.js server interface.

Future features

  • Offline playback
  • Improved UX
  • Playlisting

Usage

Get server

Option 1: Devs

  1. Get node.js
  2. git clone https://github.com/ambrosechua/Undefined-server.git
  3. cd Undefined-server
  4. npm install
  5. npm start
  6. Dump music according to structure in Wiki.

Option 2: Users

Download the nw.js application, unzip it, run it.

Get client

Download a prepackaged jar in releases. Run and enjoy!