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

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 .