Matthias Ladkau 0683868644 chore: Adding pi deps пре 4 година
..
web 0daec7d50e fix: Working album art пре 4 година
README.md ebe4cd2b5b feat: Drawing and keyboard input пре 4 година
config.yml f895d9607d feat: Adding Raspberry Pi controls пре 4 година
display.py f895d9607d feat: Adding Raspberry Pi controls пре 4 година
main.py f895d9607d feat: Adding Raspberry Pi controls пре 4 година
music.yml 6512fc229a fix: Adding webserver and proper playlist processing пре 4 година
musikautomat.py f895d9607d feat: Adding Raspberry Pi controls пре 4 година
player.py b0480867c7 fix: First art display пре 4 година
pymplb.py a2f1e21b22 feat: First mplayer control пре 4 година
requirements.txt 0683868644 chore: Adding pi deps пре 4 година

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 .