/PyAudioTFT

Show Music Player Daemon informations on your TFT screen

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

PyAudioTFT   Version

Show Music Player Daemon informations on your TFT screen

PyAudioTFT Demo Show


What you need

What is customizable

  • You can develop your own interface by creating a new theme in the themes directory
  • All default icons and background can be overwritten in the resources directory

How it works

You just need to set the host name or IP address where your MPD is located, its port and your mpd music directory path in main.py file:

__mpd_host__ = "localhost"
__mpd_port__ = 6600
__mpd_music_dir__ = "/path/to/your/mpd/music/dir"
__theme__    = "default"
__fps__      = 12

Then you can launch the script:

$ python3 main.py

Available shortcuts

  • Play/Pause :         
  • Stop : s
  • Next Song :
  • Previous Song :
  • Volume Up :
  • Volume Down :
  • Toggle Repeat : l
  • Toggle Single : o
  • Toggle Random : r
  • Toggle Consume : c
  • Close Application : Esc

Contribute

Don't hesitate to fork this project and send back some pull requests !