Dmitry Dubina

Results 2 comments of Dmitry Dubina

Anyway, if it potential problem, maybe merge this? How i wrote up, i can't imagine any case for float volume control.

Hmmm, i checked VLC source code, and find that volume must be integer. It's lua script: https://github.com/videolan/vlc/blob/master/share/lua/modules/common.lua#L202 ```lua function common.volume(value) if type(value)=="string" and string.sub(value,1,1) == "+" or string.sub(value,1,1) == "-"...