some more fix to the doc
This commit is contained in:
parent
e8f061ec63
commit
ae85eeb971
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Audiogenerators
|
Audiogenerators
|
||||||
===============
|
===============
|
||||||
|
|
||||||
mpdrandom
|
mpd
|
||||||
---------
|
---------
|
||||||
|
|
||||||
picks ``howmany`` song randomly from your mpd library. It follows this
|
picks ``howmany`` song randomly from your mpd library. It follows this
|
||||||
|
|
|
@ -14,11 +14,12 @@ Install
|
||||||
|
|
||||||
Let's start!::
|
Let's start!::
|
||||||
|
|
||||||
apt-get install python3 python3-dev build-essential virtualenv mpd
|
apt-get install python3 python3-dev build-essential virtualenv mpd mpc
|
||||||
virtualenv -p /usr/bin/python3 /opt/larigira/
|
virtualenv -p /usr/bin/python3 /opt/larigira/
|
||||||
/opt/larigira/bin/pip3 install --no-binary :all: larigira
|
/opt/larigira/bin/pip3 install --no-binary :all: larigira
|
||||||
touch /etc/default/larigira
|
touch /etc/default/larigira
|
||||||
mkdir -p /home/radio/.mpd/ /etc/larigira/ /var/log/larigira/
|
mkdir -p /home/radio/.mpd/ /etc/larigira/ /var/log/larigira/
|
||||||
|
chown radio. /home/radio/.mpd/
|
||||||
chown radio:adm /var/log/larigira/
|
chown radio:adm /var/log/larigira/
|
||||||
touch /etc/systemd/system/larigira.service
|
touch /etc/systemd/system/larigira.service
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue