forked from drheld/pianoctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (17 loc) · 718 Bytes
/
README
File metadata and controls
20 lines (17 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
A fork of drheld/pianoctl.
Updated to be a bit more user-friendly. Basic operation (station selection,
song display, etc) is now possible through buttons, i.e. without typing
raw commands for pianobar.
Removed the dependency on appscript, now runs cross-platform (or at least
on linux mint).
Very simple authentication scheme: a .auth file of the form:
username:[salt, hex encoded]:[salt+password, sha512 hexdigest].
Work in progress.
ORIGINAL README:
A tornado-based web frontend for pianobar (command line pandora client).
This is meant to be used from a mobile phone to control a computer
hooked up to speakers.
Dependencies:
- pianobar (brew install pianobar)
- easy_install appscript
- easy_install tornado