Dmytro Nezhevenko
Dmytro Nezhevenko
Hi, I don't see any method to add song to history. Is it some sort of API limitation or just not implemented? Related issue: https://github.com/OzymandiasTheGreat/mopidy-ytmusic/issues/58
I've tried to make 'mpdc' hotkey on my remote and found that request just stuck until I actually close add-on: ``` read -d "" DATA
Hi, For some reason 'home' button on remote doesn't work at all. It's pretty difficult to exit from add-on by using 'back' button multiple times.
Hi, I'm slowly trying to migrate my homelab backup from `restic` to `rustic`. One of behavior difference that I don't like is `--exclude-if-present` handling: - `restic` stores that excluded file...
Hi, It would be cool to have a way to like/dislike songs. Maybe as handler of 'add to liked playlist' event, or just by some special 'mopidy ytmusic like/dislike' command.
### Bug Description I can't start VM from VirtualBox UI if compiled without `--disable-hardening`.  At the same time I can start VM using CLI: ``` VirtualBoxVM --driverless --startvm VM_NAME...
Hi, When using `/favorite/toggle` endpoint first time (on not liked song) it makes it 'liked' (in UI). But `/current` API call still shows it as: `"favorite": false` So next call...
It would be cool to have a way to benefit from automatic mesh on systems where it's impossible to run native client or where client is not available yet. For...
Hi, It would be cool to have a way to 'import' `tar` archive as stdin backup. Something like ``` tar c | rustic backup - ``` Why? Sometimes it's too...
Hi, Finally I've got some time to try migrating backups from `restic` to `rustic` again. Right now it's big enough amount of shell code that generates CLI opts for `restic`....