some syntax fix
This commit is contained in:
parent
1c6ba21784
commit
fe11c39e99
@ -1,10 +1,15 @@
|
|||||||
### UPDATE 06-2018
|
### UPDATE 06-2018
|
||||||
After many trouble with button management, I try install with just mpd (many mpc client are available on smartphone).
|
After many trouble with button management, I try install with just mpd (many mpc client are available on smartphone).
|
||||||
|
|
||||||
1. Config raspbian 9 post-install : configure tzdata locales network and force jack audio output
|
1. Config raspbian 9 post-install :
|
||||||
```console
|
```console
|
||||||
root@raspberrypi:/home/pi# raspi-config
|
root@raspberrypi:/home/pi# raspi-config
|
||||||
```
|
```
|
||||||
|
configure
|
||||||
|
* tzdata
|
||||||
|
* locales
|
||||||
|
* network
|
||||||
|
* force audio output on jack and not hdmi
|
||||||
2. Update, upgrade and install mpd
|
2. Update, upgrade and install mpd
|
||||||
```console
|
```console
|
||||||
root@raspberrypi:/home/pi# apt update && apt upgrade -y && apt install mpc mpd && systemctl enable mpd
|
root@raspberrypi:/home/pi# apt update && apt upgrade -y && apt install mpc mpd && systemctl enable mpd
|
||||||
@ -13,7 +18,7 @@ root@raspberrypi:/home/pi# apt update && apt upgrade -y && apt install mpc mpd &
|
|||||||
```console
|
```console
|
||||||
root@raspberrypi:/home/pi# nano /var/lib/mpd/playlists/radios.m3u
|
root@raspberrypi:/home/pi# nano /var/lib/mpd/playlists/radios.m3u
|
||||||
```
|
```
|
||||||
for exemple
|
for example
|
||||||
```txt
|
```txt
|
||||||
#France Inter
|
#France Inter
|
||||||
https://chai5she.cdn.dvmr.fr/franceinter-midfi.mp3
|
https://chai5she.cdn.dvmr.fr/franceinter-midfi.mp3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user