eladyn
eladyn
Unfortunately, I'm currently not at home and won't be able to get back to this for a week or so. If you'd like to pick this up and fix the...
So I finally got around to fixing the tests. Let me know if you need to know anything about that implementation. It might be a bit confusing at first, but...
I just realized that by doing `cargo fmt` on Rust `1.63.0`, all those occurrences of `pub(in crate)` were changed to `pub(crate)`. Should I split that off in a separate PR...
Couldn't find something similar in the repository, feel free to hide if this was already addressed:  In WebKit (Safari, GNOME Web, ...) the animated circle indicator is set off...
Hi and thank you for the report! I suppose, this is more or less the same as [this issue](https://github.com/Spotifyd/spotifyd/issues/1071). Can you confirm that?
Closing as duplicate of #1071.
> With the merging of the big mpris bugfix just now, I'm wondering if there's appetite for doing the 0.3.4 release now (well, once we merge the changelog update) and...
I missed one spot, where we incorrectly returned a time in milliseconds as Position, [instead of microseconds](https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:Position). Now, position updates are consistent with the rest (and the spec) as well.
@flying-sheep Thanks for testing this PR! Since, what you describe happens as well with other MPRIS implementations, it seems indeed likely that this is rather a buggy client-side implementation than...
This error message comes from the DBus MPRIS implementation, which won't work without a session DBus. You can disable that in your config file by setting `use_mpris = false`. Hope...