Git Product home page Git Product logo

nodejukebox's Introduction

Jukebox Logo

A Node.js jukebox for playing music on Linux (or the Raspberry Pi).

A .NET version of this project is available here.

How it works

When the application starts it scans the file system for all MP3 files.

The application then starts a web server, which users on the same network can connect to using their smartphones or web browsers.

Users can browse the music collection and queue tracks up for playing.

Tracks in the queue are played on the machine running the web server.

Installation

Installing Node.js (Ubuntu)

sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm

Installing Node.js (Raspbian "wheezy")

apt-get install python g++ make
mkdir ~/nodejs && cd $_
wget -N http://nodejs.org/dist/node-latest.tar.gz
tar xzvf node-latest.tar.gz && cd `ls -rd node-v*`
./configure
make install

For more installation instructions, see here: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

Installing the Jukebox

sudo apt-get install mpg123 git
git clone git://github.com/richorama/NodeJukebox.git
cd NodeJukebox
sudo npm install

Starting the Jukebox

node server

The Jukebox will be started on port 1337 by default: http://localhost:1337

nodejukebox's People

Contributors

richorama avatar

Stargazers

Nahuel avatar Noah Colvin avatar Vicente Carletto Scalfoni avatar Matt Borgato avatar Huan Luu avatar  avatar Sebastian Scholten avatar nwgat avatar Sergio Araki avatar Sanbroz avatar Meher Ranjan Howji avatar Akhil Kodali avatar Thomas Conté avatar

Watchers

 avatar James Cloos avatar  avatar

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.