From 2f44cc9ff4fc165d0b08b980d007e11401047fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81mie=20DUCASTEL?= Date: Sun, 6 Dec 2020 17:14:44 +0100 Subject: [PATCH] + docs - installation phat beat / pirate radio --- README.md | 9 +++++++++ doc/phat-beat.md | 19 +++++++++++++++++++ doc/setup.md | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 doc/phat-beat.md diff --git a/README.md b/README.md index 56e9099..7fa3643 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ scripts et tuto raspberry pi. ## Docs - [setup](/doc/setup.md) - [pi-hole (bloqueur de pub)](/doc/pihole.md) + +## Commandes courantes + +```bash +# eteindre +sudo shutdown -h now +# redémarrer +sudo shutdown -r now +``` diff --git a/doc/phat-beat.md b/doc/phat-beat.md new file mode 100644 index 0000000..abe90fb --- /dev/null +++ b/doc/phat-beat.md @@ -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` diff --git a/doc/setup.md b/doc/setup.md index 930015f..3e76ec3 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -1,5 +1,9 @@ # 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 Adapté depuis [ce tuto](https://www.raspberrypi.org/forums/viewtopic.php?t=169079) :