Skip to content

Commit

Permalink
corrected install instructions, added more favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
wendlers committed Sep 20, 2012
1 parent a04e9b1 commit dc8b16b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -71,14 +71,18 @@ Note: internet connection is needed for this step, since the installer will go a

apt-get the library:

sudo apt-get install python-gst0.10 gstreamer0.10-plugins-base
sudo apt-get install python-gst0.10

on a fresh Respian, I needed additionally the following:

sudo apt-get install gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-alsa

*3) Install pyscmpd*

clone pyscmpd sources:

cd $HOME/src
git clone https://github.com/wendlers/pyscmpd.git gstreamer0.10-alsa
git clone https://github.com/wendlers/pyscmpd.git

Note: "pyscmpd" has no installer yet, and needs to be run from its project directory
(see "Usage" chapter for more infromation).
Expand Down Expand Up @@ -109,8 +113,4 @@ Then connect to the daemon on port "9900", e. g. with ncmcpp:

ncmpcpp -p 9900

To change the list of users to browse, edit "ROOT_USERS" in "./src/pympd.py".
Whenever ROOT_USERS is changed, delte the meta data cache:

rm scroot.cache

To change the list of your favorite users to browse, edit "favorites" in "./src/pympd.py".
2 changes: 1 addition & 1 deletion src/pyscmpd.py
Expand Up @@ -35,7 +35,7 @@
# logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.INFO)

# TODO: do not hardcode root :-)
# TODO: do not hardcode favorites :-)
favorites = [
"griz",
"betamaxx",
Expand Down

0 comments on commit dc8b16b

Please sign in to comment.