- installation phat beat / pirate radio
This commit is contained in:
Jérémie DUCASTEL
2020-12-06 17:14:44 +01:00
parent e24f749ce4
commit 2f44cc9ff4
3 changed files with 32 additions and 0 deletions

View File

@ -4,3 +4,12 @@ scripts et tuto raspberry pi.
## Docs ## Docs
- [setup](/doc/setup.md) - [setup](/doc/setup.md)
- [pi-hole (bloqueur de pub)](/doc/pihole.md) - [pi-hole (bloqueur de pub)](/doc/pihole.md)
## Commandes courantes
```bash
# eteindre
sudo shutdown -h now
# redémarrer
sudo shutdown -r now
```

19
doc/phat-beat.md Normal file
View File

@ -0,0 +1,19 @@
# Phat Beat / Pirate Radio
Hat audio par Piromoni
- [getting started](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-phat-beat)
## Internet Radio via VLC
Le [tuto Pirmoni](https://learn.pimoroni.com/tutorial/sandyj/internet-radio-on-your-pirate-radio) ne fonctionne pas. On obtient le message :
> --- Warning ---
>
> The VLC Radio installer
> does not work on this version of Raspbian.
Il faut cloner [le dépot git](https://github.com/pimoroni/phat-beat) et lancer le script via `sudo bash setup.sh` depuis le dépot cloné.
La playlist se trouve à /etc/vlcd/default.m3u
Démarrer / stopper le service : `sudo service vlcd stop`

View File

@ -1,5 +1,9 @@
# SETUP nouveau raspberry pi # SETUP nouveau raspberry pi
## Tutos
- [Installer un pi sans écran ni clavier](https://learn.pimoroni.com/tutorial/sandyj/setting-up-a-headless-pi)
## Créer un utilisateur sudoer ## Créer un utilisateur sudoer
Adapté depuis [ce tuto](https://www.raspberrypi.org/forums/viewtopic.php?t=169079) : Adapté depuis [ce tuto](https://www.raspberrypi.org/forums/viewtopic.php?t=169079) :