-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Missing Mpris Properties #811
Comments
Yeah we're already providing these properties https://github.com/KRTirtho/spotube/blob/master/lib/services/audio_services/linux_audio_service.dart#L57-L171 |
Thanks for the quick response! This is quite strange then, I wonder why the info is not getting recognised... for clarity, the rest (play/pause, metadada, album cover,...) all work fine. By the way, desktopEntry is meant to be the part of the filename before .desktop, not the path so it should be something like
|
I'm just noticing that these Properties are meant to be part of Is there anything I could do on my end to check what might be going on? |
Fixed in e29cc25 |
amazing, looking forward to the next release! |
Is there an existing issue for this?
Current Behavior
Currently, the app doesn't appear to provide the DesktopEntry and Identity information as part of the Mpris data it is giving. Extensions relying on this info display blank info. See below, info correctly provided by the Spotify app:
On the other hand, Spotube doesn't provide these properties:
Expected Behavior
Please add Identity 'Spotube' and DesktopEntry 'Spotube to the list of Mpris properties.
Steps to reproduce
open the app
check mpris data using a D-Bus inspection app like D-Feet.
Operating System
Linux
Spotube version
v3.1.2
Installation source
Flathub (Flatpak)
Additional information
No response
The text was updated successfully, but these errors were encountered: