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

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 .