Skip to content

Python program for displaying album covers of music currently playing through MPD.

License

Notifications You must be signed in to change notification settings

milivojevicu/mpcover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code QC

MPCover: Album cover display for MPD

Python program for displaying album covers of music currently playing through MPD using tkinter.

Installation

Install the package from PyPI using pip:

pip install mpcover

Configuration

The configuration file should be located in the user home directory with the name ".mpcover.ini".

For more information on where the user home directory is, reference os.path.expanduser.

Example configuration file:

[connection]
# Connection settings. The password is optional, to leave it unset simply remove
# the "password = ..." line from the configuration file.
host = localhost
port = 6600
password = example_password

[logging]
level = info

[style]
background = #141414
padding = 12

[binds]
# The values should be `tkinter` key bind strings.
refresh = r
quit = q

[other]
image_size = 512

About

Python program for displaying album covers of music currently playing through MPD.

Topics

Resources

License

Stars

Watchers

Forks

Languages