mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #99] Show correct track position on MPRIS #37
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noelpilled on GitHub (Jan 6, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/99
Hi :)

It looks like MPRIS always shows the track position as 0, is it possible to output the correct position to MPRIS?
Track position is always a value similar to this.
@sewnie commented on GitHub (Jan 6, 2023):
can reproduce
@aome510 commented on GitHub (Jan 28, 2023):
Should be fixed with #114. @noelpilled @apprehensions can you guys confirm?
@sewnie commented on GitHub (Jan 28, 2023):
yes they are fixed.
though, these arent picked up. which are supported by my MPRIS dockapp as seen in #108
@aome510 commented on GitHub (Jan 28, 2023):
Yeah
SeekByevents are not supported atm, but it shouldn't be difficult to implement. Can you create an issue for that?@sewnie commented on GitHub (Jan 28, 2023):
nope, its a really minor thing anyway.