Replies: 2 comments 10 replies
-
|
Hey @jrgn9 do you want to test first attempt of this? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
@jrgn9 have you tried this one with the rc-2? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment








Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Truly amazing client! I think the Qobuz devs should take note!
Not sure if this feature request is possible, but I got this to work somewhat with the official client running in Bottles. When opening open.qobuz.com/... URLs, the browser sends an URI to the system for opening the release in the Qobuz client. Eg:
qobuzapp://album/1234567890. This (on Mint at least) results in the software manager showing a "No Apps available to open..." popup.I managed to do a workaround for the official client running in Bottles Flatpak. I figured out that I could use bottles-cli to pass arguments when opening a program. So this command would open the link in the official Qobuz client:
flatpak run --command=bottles-cli com.usebottles.bottles run -b Qobuz -p Qobuz qobuzapp://album/123456789I made a bash script with the url as argument. Then I strip "album/123456789" from the url, append it to the flatpak command string and run it with
eval. I called the scriptqopand added it to PATH. This way I could just doqop https://open.qobuz.com/album/rlagdxm3441vaand get the album to open. Not perfect, but it worked.So anyways, I would love it if it was possible to get QBZ to open qobuzapp:// URIs.
Beta Was this translation helpful? Give feedback.
All reactions