home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
General Forums
OffTopic
Joost invites - NEW: Invite yourself!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="NickName" data-source="post: 148672" data-attributes="member: 21675"><p><strong>Volume control & Joost</strong></p><p></p><p>I have mapped various keyboard shortcuts used by Joost to the excellent plugin IR Server suite. I can now fully control Joost via Remote. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>The only thing that does not have a keyboard shortcut is volume.</p><p>To this end, I wrote an AutoIT script called 'Volume' that you run with a parameter of 'Up' or 'Down' to (obviously) make the volume go Up or Down. </p><p>Example:</p><p>'Volume up'</p><p>I then mapped this to my volume buttons on my remote.</p><p>Here is the script:</p><p>===========================</p><p>if $CmdLine[0] = "0" then</p><p> MsgBox(0,"Missing commandline parameters","Run 'Volume.exe' with 'up' or 'down' as a parameter")</p><p>Else</p><p> Select</p><p> Case $CmdLine[1] = "up"</p><p> Send("{VOLUME_UP}")</p><p> Case $CmdLine[1] = "down"</p><p> Send("{VOLUME_DOWN}")</p><p> EndSelect</p><p>EndIf </p><p>===========================</p><p></p><p>If anyone wants a compiled EXE instead, just PM me with an email address to send it to (in a zip).</p><p></p><p>Also PM me if you need a Joost invite <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Cheers,</p><p></p><p>Nick Name.</p></blockquote><p></p>
[QUOTE="NickName, post: 148672, member: 21675"] [b]Volume control & Joost[/b] I have mapped various keyboard shortcuts used by Joost to the excellent plugin IR Server suite. I can now fully control Joost via Remote. :-) The only thing that does not have a keyboard shortcut is volume. To this end, I wrote an AutoIT script called 'Volume' that you run with a parameter of 'Up' or 'Down' to (obviously) make the volume go Up or Down. Example: 'Volume up' I then mapped this to my volume buttons on my remote. Here is the script: =========================== if $CmdLine[0] = "0" then MsgBox(0,"Missing commandline parameters","Run 'Volume.exe' with 'up' or 'down' as a parameter") Else Select Case $CmdLine[1] = "up" Send("{VOLUME_UP}") Case $CmdLine[1] = "down" Send("{VOLUME_DOWN}") EndSelect EndIf =========================== If anyone wants a compiled EXE instead, just PM me with an email address to send it to (in a zip). Also PM me if you need a Joost invite :-) Cheers, Nick Name. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
OffTopic
Joost invites - NEW: Invite yourself!
Contact us
RSS
Top
Bottom