Skip to content

mamins1376/MPDroid-CoverServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPDroid-CoverServer

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.

Installation

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.

About

Python application for serving covers used by MPDroid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages