Albert Zeyer
Albert Zeyer
You could step through `mach_inject` and see at what line it fails exactly.
Try running your executable with sudo. Does this help?
@fbm-static Maybe try with `-fPIC`?
I think it does work. I'm currently using it. But maybe also verify this. For discussions about what needs to be done for packaging on AUR, maybe let's open a...
Ah, this happened for me too when I tried to compile it for i386. I didn't really found out the conflicting type or the double definition, though. Maybe digging through...
Well, maybe. :) Sometimes I wanted to have a filter like `rate > 0` (that is at least one star). But maybe there are just too many possibilities what a...
Of course such filter would not be on always; rather the user can enable/disable it. But I often have times where I just want to listen to some music (given...
The queue is already smart. It tries to select better matching songs with higher probability. See the code in `queue.py`. I'm planning to extend that to be able to add...
Can you try again with the latest version?
Ah, this is what I thought in your closing comment in #7, i.e. how your project really differs from my project. In my project, the backend is already extracted -...