-
Notifications
You must be signed in to change notification settings - Fork 7
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
Per player logic #15
Comments
MPV doesn't work too. |
Well, mpv doesn't expose the MPRIS interface, more so it doesn't seem to implement any DBUS functionality. Unfortunatelly I can't do anything about that. You can open a ticket with mpv, but I doubt that they are interested if they didn't add it until now. |
I've forgot to say, that I'm using this mpv plugin: With that it is possible to get information and controll the player over mpris with mpris-scrobbler log on vlc: playerctl output on vlc: mpris-scrobbler log on mpv with mpv-mpris: playerctl output on mpv with mpv-mpris: |
I see. From your debug log it seems that mpris-scrobbler can't load the track title when using mpv-mpris. I'll try to find the song to reproduce your issue. I'll ping you if I find a solution. |
It works. Thanks for you work. |
No problem, I'm glad that someone is actually using the scrobbler besides me. |
Since the MPRIS signals and metadata exposed differs on most of the media-players, I should implement some way of having a single point of verification for this information.
Then for each player I could implement this logic differently.
Current observed issues are:
Spotify
Doesn't populate correctly the track position property (neither volume, but that's less important for my use case). See ticket.
Triggers two signals with the exact same data when the track changes.
Audacious
This leads to very high CPU usage because the scrobbler handles every signal.(This might not be that big of a problem) I don't know if there's a way to filter them.The text was updated successfully, but these errors were encountered: