-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding TIDAL HiFi as a music player #22
Comments
I tried adding support today, but it turns out the MPRIS endpoint for tidal-hifi-bin is actually We currently don't have a way to detect changing MPRIS endpoint names without depending on Maybe you can open an issue on https://github.com/Mastermindzh/tidal-hifi asking them to change the MPRIS endpoint. |
That's bizarre considering when I use it on my system which is running opensuse and using the .tar.gz file from release to build the rpm package kinda like the AUR package uses the .tar.gz to make the pacman package i can use tidal-hifi just fine to control it via dbus as the app also starts the MPRIS api with the name tidal-hifi as it's endpoint in this line |
Oh wow I didn't realize you are the AUR package maintainer ;-; It's nice that it worked on opensuse, I'll mark the issue as resolved for now. I have no idea why the MPRIS endpoint wouldn't be the same on Arch, but it'll show up in hyfetch/neowofetch when the MPRIS endpoint is fixed |
Use selected backend to get distro name
I wonder if it would be possible adding TIDAL HiFi to the music players considering it uses MPRIS which aligns with most of the music players in the script.
the MPRIS service/endpoint is called "tidal-hifi"
The text was updated successfully, but these errors were encountered: