Dmytro Nezhevenko

Results 23 issues of 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

enhancement

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...

C-enhancement

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.

enhancement

### Bug Description I can't start VM from VirtualBox UI if compiled without `--disable-hardening`. ![image](https://github.com/cyberus-technology/virtualbox-kvm/assets/534357/31ed2550-76cf-4586-94d3-4db592568c77) At the same time I can start VM using CLI: ``` VirtualBoxVM --driverless --startvm VM_NAME...

bug

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...

bug

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...

feature-request

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...

C-enhancement
A-core

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`....

C-enhancement