Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirkobrombin/amusiz

An Amazon Music client for Linux (unpretentious)
https://github.com/mirkobrombin/amusiz

amazon-music gtk python snap

Last synced: about 6 hours ago
JSON representation

An Amazon Music client for Linux (unpretentious)

Awesome Lists containing this project

README

        



Amusiz


An Amazon Music client for Linux (unpretentious)





CodeFactor








AUR version




## ↗️ Install
You can install Amusiz in multiple ways, choose your favorite.

### 🚀 AppImage
[Here](https://github.com/mirkobrombin/Amusiz/releases) you can find the latest AppImage build.

### AUR
There is the official package of Amusiz on AUR for ArchLinux and derivatives.


AUR version

### Snap
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/amusiz)

### Flatpak build
```bash
flatpak-builder --repo=amusiz --force-clean --user build-dir pm.mirko.Amusiz.yml
flatpak remote-add --user amusiz amusiz --no-gpg-verify
flatpak install --user amusiz pm.mirko.Amusiz
```

### Build dependencies
- meson
- ninja
- libhandy
- libwebkit2gtk-4.0
- gir1.2-gtk-3.0
- gir1.2-handy-1
- gir1.2-notify-0.7
- gir1.2-webkit2-4.0
- libgstreamer1.0-0
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-libav
- gstreamer1.0-alsa
- gstreamer1.0-pulseaudio

### Know issues
**Amusiz ask me to re-login each time**
Choose the correct language from the preferences.

### 🛠️ Build
```bash
meson build
cd build
ninja install
```