This is an application for the old, now deprecated, version 2 of CozyCloud, a personal cloud server. It is not compatible with the new CozyCloud V3.
Cozic is a music player developed to fill my needs for my Cozy Cloud. It uses SoundManager2 javascript library.
shortcuts enabled :
- spacebar : play/pause
- "b" : previous track
- "n" : next track
- "-" : volume down
- "+" : volume up
- "m" : mute
- "v" : switch between tracks view and play-queue view
For now, it's impossible to upload file from IE.
Don't try to upload songs from multiple devices simultaneously or you'll regret it.
Clone this repository, install dependencies and run server (it requires Node.js and Coffee-script)
git clone git://github.com/rdubigny/cozy-music.git
cd cozy-music
npm install
coffee server.coffee
This app is suited to be deployed on the Cozy platform. Cozy is the personal server for everyone. It allows you to install your every day web applications easily on your server, a single place you control. This means you can manage efficiently your data while protecting your privacy without technical skills.
More informations and hosting services on: http://cozycloud.cc
Feel free to check out our IRC channel (#cozycloud at freenode.net) if you have any technical issues/inquiries or simply to speak about Cozy Cloud in general.