A covergrid for the Music Player Daemon, focusing on albums instead of single tracks.
Find a file
2016-08-07 21:08:03 +02:00
data improve resource handling by using environment and GResource (fixes #19) 2016-08-02 11:50:32 +02:00
mcg add support for command lists 2016-08-07 21:08:03 +02:00
.gitignore add basic gitignore file 2016-08-01 11:43:40 +02:00
LICENSE update license 2016-03-19 16:39:44 +01:00
mcg.py fix setting environment for GSettings schema dir 2016-08-02 11:13:59 +02:00
README.textile readme: add section on how to run the application 2016-08-01 11:48:47 +02:00
setup.py rework project structure for more logical filenames and code separation 2016-08-01 11:39:24 +02:00

h1. MPDCoverGrid

A covergrid for the "Music Player Daemon":http://www.musicpd.org.

h2. Description

MPDCoverGrid (mcg) is a client for the "Music Player Daemon":http://www.musicpd.org (MPD), focusing on albums instead of single tracks. It is not intended to be a replacement for your favorite MPD client but an addition to get a better album-experience.

Website: https://www.coderkun.de/codes/mcg

License: "GPL":http://www.gnu.org/licenses/gpl.html v3

Dependencies:

* "Python":http://www.python.org 3
* "GTK":http://www.gtk.org 3 ("python-gobject":https://live.gnome.org/PyGObject)
* "python-keyring":http://pypi.python.org/pypi/keyring (optional)

h2. Run application

To run the application just donwload/clone the code, “cd” into the application directory and run the following command:

bc. ./mcg.py

h2. Screenshots

!https://www.coderkun.de/images/mcg-cover.png(Cover)!

!https://www.coderkun.de/images/mcg-library.png(Library)!

!https://www.coderkun.de/images/mcg-playlist.png(Playlist)!

!https://www.coderkun.de/images/mcg-server.png(Server)!