Richard Backhouse
Richard Backhouse
Kernel version is 4.9.253-tegra glibc version is (Ubuntu GLIBC 2.27-3ubuntu1.4) 2.27
@cfallin yes I can try it
@cfallin crates/jit/src/code_memory.rs line 168 also has a call to rustix::process::membarrier. Should this have the same .or_else(|_| rustix::process::membarrier(rustix::process::MembarrierCommand::Global)) added too ?
The current code should not allow the playing of another "Play Now" song" while one is playing so I'm surprised you were able to just wait a few seconds to...
Yes, only repeat & consume are saved and restored
It sounds like I will have to attempt to recreate. To recap the scenario : 1) Add multiple entries to the queue 2) Start playing the queue 3) Perform a...
I've tried to recreate with my Mac Mini based MPD server with no luck. I'm wondering if the capabilities of the MPD hosting machine has something to do with it....
There are 2 scenarios where the "deleteid" command is use 1) When an autoplay song has completed and is removed from the queue 2) When a new autoplay song is...
I don't think there is a way to do that apart from using the command lists. I'm not sure if MPD ensures other client commands are blocked while a list...
> Wouldn't temporarily setting `consume on` (and restoring after) achieve the same thing? Though it might be tricky to restore consume mode right after play as there is no callback...