https://github.com/mattipunkt/qobuz-linux
a small electron-wrapper for qobuz streaming service
https://github.com/mattipunkt/qobuz-linux
electron linux qobuz
Last synced: about 1 year ago
JSON representation
a small electron-wrapper for qobuz streaming service
- Host: GitHub
- URL: https://github.com/mattipunkt/qobuz-linux
- Owner: mattipunkt
- Created: 2024-07-27T13:38:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T08:55:27.000Z (over 1 year ago)
- Last Synced: 2025-03-22T09:27:06.955Z (over 1 year ago)
- Topics: electron, linux, qobuz
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qobuz for Linux

This is an UNOFFICIAL wrapper around the Qobuz Webplayer. Since it uses Electron, playing HiRes through widevine is also possible.
I built this app, because my main browser Firefox is only playing MP3-quality streams, even if I enable DRM-features in settings.
### TO-DO
- [X] ~~(Implementing MPRIS Support)~~ seems to work, my arch-test machine seemed to have missing dependencies -> mint shows it works
- [X] ~~Build .deb and .rpm~~ (go to releases :))
- [ ] push to flathub
- [X] ~~push to Snap Store~~
- [ ] Maybe more ;)
## Installation
Go to [releases](https://github.com/mattipunkt/qobuz-linux/releases) and download the implementation you like.
I recommend installing as a flatpak. Download the `.flatpak`-file and run the following command:
```bash
flatpak install qobuz-linux_1.0.0-x86_64.flatpak
```
You may be prompted to enter a root password.
**Install as snap**
On the releases-page, download the `.snap`-file. Install snap with the following command:
```bash
snap install qobuz-linux_1.0.0_amd64.snap --dangerous
```
## Acknowledgements
- The Icon was made by me. It used the following graphics:
- `cd-symbolic`-icon from Adwaita icon package (Creative Commons Zero v1.0 Universell)
- The letter Q from Cantarell font family
## DISCLAIMER
This is an unofficial project. I am not associated with Qobuz in any way and this project has not been endorsed by Qobuz (yet).
Use on your own risk.