INTERACT FORUM

More => Old Versions => JRiver Media Center 31 for Windows => Topic started by: Antoine. on February 01, 2024, 07:46:13 am

Title: Failing to set up an AHK script for Vol.+/-
Post by: Antoine. on February 01, 2024, 07:46:13 am
Hi,

I'm trying to set up the following AHK shortcuts (for the local player only, not other zones):
Code: [Select]
^+m::
Run mc31.exe /MCC 10017,0
return

^+NumpadAdd::
Run mc31.exe /MCC 10018,10
return

^+NumpadSub::
Run mc31.exe /MCC 10019,10
return

The "mute" function works well with shift+ctrl+M, but the volume functions fail to deliver: I see the JRiver reacting to the volume prompt (by displaying the volume under the currently playing title) but nothing moves. The shortcuts are not to blame because I tested them with the mute function.

Is something not working with 10018 & 10019 or is there something I missed about how volumes work?

Thanks!

Antoine