0.2.3 • Published 8 years ago

jamdora v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

jamdora

Your personal Pandora server!

Install

# add `sudo` if needed
npm install -g jamdora

First-time configuration

# add `sudo` if needed
jamdora adduser username password

Replace username and password with your values.

Usage

# add `sudo` if needed, because the
# default is to listen on port 80 (HTTP)
# or port 443 (HTTPS)
#
# -w is to serve a web front end at "/"

# http
jamdora serve http -P path_to_playlist [-w]

# https
jamdora serve https -P path_to_playlist -k key -c cert [-w]

Replace path_to_playlist with the (full or relative) path to the playlist. For HTTPS, replace key with the path to your key file, and cert with the path to your certificate file.

Generating a Playlist

A playlist can be generated from a folder with the jamdora generate command:

jamdora generate path_to_folder [output_filename]

Replace path_to_folder with the path to the folder containing the music you want to be in the playlist, and replace output_filename with the output filename you want. By default, the output filename is "playlist.json".

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago