Graham
Graham
From what I can tell, inside the Seek function the self._player.position, seems to return a seemingly random large integer(not sure why) [here](https://github.com/geigi/cozy/blob/1b640d1f61aa8a610a91427567c0d7f2df4e86bd/cozy/control/mpris.py#L231C33-L231C54)
I've tested out the latest master branch (hash 1be8d73c740cd6dfca2a7192c8bc509de806cb14) which appears to have the mentioned merge request applied. I don't see any change in the behavior for this issue. This...
Interesting, I'll try to run some experiments on it when I get a chance. I should have lots of time this weekend. In the meantime this is what I was...
Yep, 30,000,000 and -10,000,000 is that the seek function is receiving. It sounds like the getter needs to be fixed in order to stop this from just moving to the...
Sadly it won't let me rei=open it either. @geigi ?
Ok after more testing, I've found that the footprint of this is different after the MPRIS update. Before the MPRIS updates this occurred on every book, now there appears to...
Trying to get gst debug information on this
approve, I can't seem to reproduce the mentioned bug (I don't see a difference on my laptop or phone running master vs this branch). If it helps, I have no...
Looks good to me!