您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435
  1. # Install
  2. Use Debian, install apt dependencies
  3. sudo apt install git samba libttspico-utils python3-pip python3-lirc python3-rpi.gpio
  4. maybe: wiringpi espeak
  5. Clone this repo
  6. cd /home/pi
  7. git clone https://git.notice.at/redplanet/discobert.git
  8. cd discobert
  9. configure mpd
  10. sudo cp mpd.conf /etc/mpd.conf
  11. configure samba share
  12. sudo cp smb.conf /etc/samba/smb.conf
  13. install pip modules
  14. pip3 install -r requirements.txt
  15. add systemd service
  16. sudo cp disco.service /lib/systemd/system/disco.service
  17. sudo systemctl daemon-reload
  18. ### DMX not working?
  19. download udmx-pyusb
  20. Clone https://github.com/dhocker/udmx-pyusb
  21. ... and add user permissions for udmx device
  22. sudo cp 98-uDMX-usb.rules /etc/udev/rules.d