Matthias Ladkau 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky
..
web 0daec7d50e fix: Working album art před 5 roky
README.md ebe4cd2b5b feat: Drawing and keyboard input před 5 roky
config.yml 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky
display.py f895d9607d feat: Adding Raspberry Pi controls před 5 roky
main.py f895d9607d feat: Adding Raspberry Pi controls před 5 roky
mock_rpi_gpio.py 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky
music.yml 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky
musikautomat.py 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky
player.py b0480867c7 fix: First art display před 5 roky
pymplb.py a2f1e21b22 feat: First mplayer control před 5 roky
requirements.txt 47ae12af24 feat: Adding support for m3u and stream playlists před 5 roky

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 .