- stats.py - Records statistics about the music library and MPD server. Uses python-mpd. Retrieves authentication information from the MPD configuration file (mpd.conf).
- stats-mpc.py - Records statistics about the music library and MPD server. Uses mpc. Retrieves authentication information from the MPD configuration file (mpd.conf).
mpc
For stats.py, install the following dependencies using:
pip install -r requirement-stats.txt
For stats-mpc.py, install the following dependencies using:
pip install -r requirement-stats-mpc.txt