Please, implement volumeup and volumedown commands.
Or it could be just change set_volume command to accept +/–NN values.
Currently, I have to do volumeup like that:
clementine-remote set_volume `clementine-remote status | awk '$4 ~/volume=/ { gsub(/[a-z=,]/,""); print $4+4 }'`
Please, implement
volumeupandvolumedowncommands.Or it could be just change
set_volumecommand to accept+/–NNvalues.Currently, I have to do
volumeuplike that:clementine-remote set_volume `clementine-remote status | awk '$4 ~/volume=/ { gsub(/[a-z=,]/,""); print $4+4 }'`