選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Andreas Demmelbauer 4a056a78c9 readme 7年前
music add music directory and playlist directories (without music) 7年前
.gitignore udate readme, update gitignore 7年前
README.md udate readme, update gitignore 7年前
apt-installed.list installed packages 7年前
disco.service added systemd service file, added door state, edited lircrc 7年前
discobert.py add gitignore usw 7年前
dmxtest.py initial commit 7年前
lircrc added systemd service file, added door state, edited lircrc 7年前
mpd-test.py a lot 7年前
mpd.conf add mpd config 7年前
notes.md readme 7年前
playmusic.py initial commit 7年前
requirements.txt installed packages 7年前
smb.conf add samba config, add install instructions 7年前

README.md

Install

Use Debian, install apt dependencies

sudo apt install git samba libttspico-utils python3-pip python3-lirc python3-rpi.gpio

maybe also: wiringpi espeak

Clone this repo

cd /home/pi
git clone https://git.notice.at/redplanet/discobert.git
cd discobert

configure mpd

sudo cp mpd.conf /etc/mpd.conf

configure samba share

sudo cp smb.conf /etc/samba/smb.conf

install pip modules

pip3 install -r requirements.txt

add systemd service

sudo cp disco.service /lib/systemd/system/disco.service
sudo systemctl daemon-reload

DMX not working?

download udmx-pyusb:
Clone https://github.com/dhocker/udmx-pyusb
... and add user permissions for udmx device

sudo cp 98-uDMX-usb.rules /etc/udev/rules.d