Matthias Ladkau 4a06e628a6 feat: Adding stream support 4 yıl önce
..
handler 4a06e628a6 feat: Adding stream support 4 yıl önce
img 4a06e628a6 feat: Adding stream support 4 yıl önce
Readme.md 983055a60f feat: First skeleton code for rewrite 4 yıl önce
config.yml 4a06e628a6 feat: Adding stream support 4 yıl önce
display.py 4a06e628a6 feat: Adding stream support 4 yıl önce
main.py f895d9607d feat: Adding Raspberry Pi controls 4 yıl önce
menu.py 4a06e628a6 feat: Adding stream support 4 yıl önce
mock_rpi_gpio.py 47ae12af24 feat: Adding support for m3u and stream playlists 4 yıl önce
music.yml 4a06e628a6 feat: Adding stream support 4 yıl önce
musikautomat.py 4a06e628a6 feat: Adding stream support 4 yıl önce
requirements.txt 47ae12af24 feat: Adding support for m3u and stream playlists 4 yıl önce

Readme.md

Musikautomat

Simple graphical interface for mplayer.

Setup:

Install:

  • mplayer
  • python3 (version >3.6)
  • python3-pip
  • python3-venv

Setup virtual environment:

python3 -m venv .

Install dependencies:

./bin/pip3 install -r requirements.txt

Freeze dependencies:

./bin/pip3 freeze > requirements.txt

Type check:

./bin/mypy .