https://github.com/soongnoonien/plattenalbum
Connect to your music
https://github.com/soongnoonien/plattenalbum
gnome gtk4 libadwaita mpd mpd-client music player
Last synced: 5 months ago
JSON representation
Connect to your music
- Host: GitHub
- URL: https://github.com/soongnoonien/plattenalbum
- Owner: SoongNoonien
- License: gpl-3.0
- Created: 2020-01-11T10:21:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T22:20:01.000Z (about 1 year ago)
- Last Synced: 2025-04-12T18:06:27.753Z (about 1 year ago)
- Topics: gnome, gtk4, libadwaita, mpd, mpd-client, music, player
- Language: Python
- Homepage:
- Size: 25.8 MB
- Stars: 201
- Watchers: 7
- Forks: 29
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README

# Plattenalbum
[](https://flathub.org/apps/de.wagnermartin.Plattenalbum)

A client for the Music Player Daemon (MPD).
Browse your collection while viewing large album covers. Play your music without managing playlists.
## Installation
### Flatpak
### Distribution Packages
[](https://repology.org/project/plattenalbum/versions)
## Building
Install the following dependencies on your system.
### Build Dependencies
- meson
- gettext
- glib2 (Ubuntu/Debian: libglib2.0-dev-bin, libglib2.0-bin)
### Runtime Dependencies
- GTK4 >=4.20.0
- libadwaita >=1.8.0
- Python3
#### Python Modules
- mpd (python-mpd2 >=3.1.0)
- gi (Gtk, Adw, Gio, Gdk, Pango, GObject, GLib)
Execute the following commands to build and install the program.
```bash
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](https://conduct.gnome.org).
### Translation
This program is currently available in various languages which can be found in `po/`. If you speak one of these or even another language, you can easily translate it by using [poedit](https://poedit.net). 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](#building) section. To get your translation merged, just send me an e-mail or create a pull request.