Skip to content

haum/mqtt_mpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT MPD Controller

This is a tiny, simple MPD controller over MQTT written in Python

howto install

sudo pip install -r requirements.txt

sudo cp exemple.py /usr/local/bin/mqtt_mpd
sudo vim /usr/local/bin/mqtt_mpd # ajust to your needs
sudo cp mqtt_mpd.service /lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable mqtt_mpd.service
sudo systemctl start mqtt_mpd.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages