Erik Johnson
Erik Johnson
> Sorry for the late reply. Shouldn't the skipping decision be made in the media player instead of the UI? Eg if you fast-forward from the notification, the widget, the...
Yeah, I'm interested. I should have some time to work on this later in the week. I'll let you know if I have any questions.
@ByteHamster I have the code moved into LocalPSMP, but it doesn't work quite right. If you look at the updated diff, There's a call there to `setPlayerStatus()`, but I don't...
@ByteHamster Yeah that worked, thanks. This should be ready for review and merge now.
Thanks @ByteHamster, I'll keep an eye on this once released.
If you don't want something to actively check, then use threading to run the script. Many i3pystatus modules already do this. The threading target can simply update `self.output` when it...
Without more details, and with that kind of attitude, you're not likely to get much help. From what I can understand, from the little information you've provided, this seems like...
@enkore Functionality like this may be useful, specifically for the `shell` module. However, i3pystatus.core would still end up attempting to execute the module's `run` function when the interval has passed,...
I'm not able to reproduce, neither on 3006.1 nor the head of the `3006.x` branch.
@groucho86 That helps! I have found the bug. I will have a PR open in the next day or two.