SoongNoonien / plattenalbum

Browse music with MPD
GNU General Public License v3.0
168 stars 24 forks source link
gtk mpd mpd-client music player

Plattenalbum

A client for the Music Player Daemon (MPD).

Browse your collection while viewing large album covers. Play your music without managing playlists.

ScreenShot

Installation

Flatpak

Download on Flathub

Arch

Plattenalbum can be obtained through the AUR. Also the latest development version is available there.

Gentoo

After you have set up a custom repository you can do the following.

Building

Install the following dependencies on your system.

Build Dependencies

Runtime Dependencies

Python Modules

Execute the following commands to build and install the program.

git clone https://github.com/SoongNoonien/plattenalbum.git
cd plattenalbum
meson setup builddir --prefix=/usr/local
sudo ninja -C builddir install

Contributing

Please try to follow the GNOME Code of Conduct.

Translation

This program is currently available in English, German, Dutch, Bulgarian, Turkish, Polish, French, Japanese, Hindi, Russian and Brazilian Portuguese. If you speak one of these or even another language, you can easily translate it by using poedit. Just import po/de.wagnermartin.Plattenalbum.pot from this repo into poedit. To test your translation, copy the new .po file into the po directory of your cloned plattenalbum repo and proceed as described in the Building section. To get your translation merged, just send me an e-mail or create a pull request.