NadavK / ShabbatMusic

Plays songs before Shabbat and Holiday candle-lighting times, where the song is selected per holiday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShabbatMusic

Plays music before Shabbat/Hag. The song is selected per the specific Hag. Switches on a raspberry GPIO that can be connected to a solid-state relay.

Installation

  1. In raspi-config:
    1. Set timezone to Other>UTC
    2. Enable I2C (I think)
  2. sudo apt-get install omxplayer
  3. RTC: https://www.raspberrypi.org/forums/viewtopic.php?t=209700
  4. Follow instructions in ~requirements.txt
  5. Set sudo crontab -e
45 2 * * *  /home/pi/shabbat/m
@reboot  /home/pi/shabbat/m

About

Plays songs before Shabbat and Holiday candle-lighting times, where the song is selected per holiday

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%