Matthias Ladkau 0683868644 chore: Adding pi deps il y a 4 ans
..
web 0daec7d50e fix: Working album art il y a 4 ans
README.md ebe4cd2b5b feat: Drawing and keyboard input il y a 4 ans
config.yml f895d9607d feat: Adding Raspberry Pi controls il y a 4 ans
display.py f895d9607d feat: Adding Raspberry Pi controls il y a 4 ans
main.py f895d9607d feat: Adding Raspberry Pi controls il y a 4 ans
music.yml 6512fc229a fix: Adding webserver and proper playlist processing il y a 4 ans
musikautomat.py f895d9607d feat: Adding Raspberry Pi controls il y a 4 ans
player.py b0480867c7 fix: First art display il y a 4 ans
pymplb.py a2f1e21b22 feat: First mplayer control il y a 4 ans
requirements.txt 0683868644 chore: Adding pi deps il y a 4 ans

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 .