aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-12-30 15:04:01 -0500
committerMike Crute <mcrute@gmail.com>2013-12-30 15:04:01 -0500
commit96c08b7cedccebbd62413a14ac5c02a51e13140c (patch)
tree26939531583e5e32bc8a0fe19e5c7b8b35f3c1f8 /README.rst
parente47f2ac4a4b6c5f38ab1e5f710596676bf6096a1 (diff)
downloadpydora-96c08b7cedccebbd62413a14ac5c02a51e13140c.tar.bz2
pydora-96c08b7cedccebbd62413a14ac5c02a51e13140c.tar.xz
pydora-96c08b7cedccebbd62413a14ac5c02a51e13140c.zip
Refactoring, colors and write support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b9ea21f..587b527 100644
--- a/README.rst
+++ b/README.rst
@@ -35,8 +35,8 @@ the command line. It requires that mpg123 be installed with HTTP support as
35well as a `settings.py` file that contains `SETTINGS` (per above), `USERNAME` 35well as a `settings.py` file that contains `SETTINGS` (per above), `USERNAME`
36and `PASSWORD` which correspond to your Pandora credentials. 36and `PASSWORD` which correspond to your Pandora credentials.
37 37
38The player only supports simple playback for now. It will display a station 38The player only supports basic functionality for now. It will display a station
39list and allow listening to any station but no writeable operations are 39list, allow listening to any station, basic feeback and bookmarking are also
40supported. The player starts an mpg123 process in remote control mode and feeds 40supported. The player starts an mpg123 process in remote control mode and feeds
41commands to it. It does not download any music but rather streams them directly 41commands to it. It does not download any music but rather streams them directly
42from Pandora. 42from Pandora.
@@ -46,4 +46,9 @@ When playing the following keys work (press enter afterwards):
46 * n - next song 46 * n - next song
47 * p - pause or resume song 47 * p - pause or resume song
48 * s - station list (stops song) 48 * s - station list (stops song)
49 * d - thumbs down track
50 * u - thumbs up track
51 * b - bookmark song
52 * a - bookmark artist
53 * S - sleep song
49 * Q - quit program 54 * Q - quit program