Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mirkobrombin/amusiz
- Owner: mirkobrombin
- License: gpl-3.0
- Created: 2021-04-28T20:29:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T21:12:26.000Z (over 3 years ago)
- Last Synced: 2024-05-01T18:28:51.417Z (6 months ago)
- Topics: amazon-music, gtk, python, snap
- Language: Python
- Homepage: https://snapcraft.io/Amusiz
- Size: 1.5 MB
- Stars: 30
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Amusiz
An Amazon Music client for Linux (unpretentious)
## ↗️ 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.### 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
```