Skip to content

Commit

Permalink
A bit more info.
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
  • Loading branch information
ncb000gt committed Oct 20, 2010
1 parent c24ca48 commit c67de78
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,23 @@ Disclaimer
Whatever is worse than alpha, this is it. Don't use it yet unless you want to help dev it. :) In that case, use it and submit patches. Thanks.


Usage
============

node shoutcast.js

If you want to custom configure the options (kind of have to at this point) you have to create `config.js` in `/usr/local/etc/node-shoutcast/` such that it looks like the following (the url is not the url to access the station at, instead it is what is provided for meta data about the station).

exports.STATION = {
NAME: 'Bleh',
GENRE: 'MUZAK',
URL: 'http://somedomain.com',
NOTICE: 'le what?'
};
exports.PLAYLIST = '/path/to/my/mp3s/';
exports.QUEUE_SIZE = 20;


License
============

Expand Down

0 comments on commit c67de78

Please sign in to comment.