Python application for serving covers used by MPDroid. Uses Flask microframework for network communications and mutagen for extracting informations and cover images from audio files.
Install Flask and mutagen with:
$ sudo pip3 install flask mutagen
Clone repo:
$ git clone https://github.com/mamins1376/MPDroid-CoverServer.git
Run it. by default, this app uses port 80 on your machine, which needs superuser access level:
$ sudo ./server.py <MUSICS DIRECTORY>
It may take some minutes, depending on count of your music files.