tramhao
tramhao
That's another issue. From certain version, I use a configuration management tool, to merge old config and don't restore to default. Thus recently I change ~/Music to $XDG_AUDIO_DIR, but if...
Let me explain the history of this function. In the beginning, there is only 1 root supported, thus it's always ~/Music. Then there is a feature request for multiple roots....
Yes, this is reasonable. For manual refresh, it's easy to add. For auto refresh, it'll need some extra work.
some conflicts happens.
This is related to Cpal. They insist to output the warning to clients. Before I even include full cpal package to suppress this warning. As right now the playback is...
May I ask which terminal you're using?
Thanks so much for this big PR and it's very inspiring! Currently I'm working on a similar solution in dev branch which use tonic as a grpc server. As the...
There are several situations: 1. For kitty, the image is cleared before draw a new one. It should be fine. 2. For iterm & wezterm(they use same protocol), the image...
Thanks so much! My idea is to split the server and client into separate workspace, thus the server can run without interface, client can communicate with server by grpc.
Please try if kitty works. For wezterm/iterm, I need to figure out how to clear the image.