INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Does a shortcut for the "Playback options - VIDEO" menu exist?  (Read 3567 times)

Martin166

  • Recent member
  • *
  • Posts: 45

I cannot find a shortcut for opening the "Playback options - VIDEO" menu.  :( Always have to click twice with the mouse. This is annoying...

Also the "DSP studio" needs a keyboard shortcut!

If there are these key commands please tell me. Thanks!
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2574
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #1 on: June 25, 2011, 09:11:04 am »

I cannot find a shortcut for opening the "Playback options - VIDEO" menu.  :( Always have to click twice with the mouse. This is annoying...

Also the "DSP studio" needs a keyboard shortcut!


1. MCC core command: 23011 (it should take you back to the last options page you were on)

2. MCC core command: 10016
Logged

Martin166

  • Recent member
  • *
  • Posts: 45
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #2 on: June 25, 2011, 10:40:22 am »

1. MCC core command: 23011 (it should take you back to the last options page you were on)

2. MCC core command: 10016
I really have no idea what that is. Are this pc-keyboard shortcuts or is this referring to a remote control?
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2574
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #3 on: June 25, 2011, 11:33:40 am »

http://wiki.jriver.com/index.php/Media_Center_Core_Commands

Tie them to the keyboard shortcut of your choosing with: http://www.autohotkey.com/

Code: [Select]
MC16.exe /MCC <command number>, <parameter>
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #4 on: June 25, 2011, 12:35:22 pm »

As many users are not familiar with running command shell commands, I've added a little more to the Core Commands wiki with a brief explanation on executing MCC commands.

Martin166 - please let me know if the information on the page is inadequate or could use clarification.
Logged
The opinions I express represent my own folly.

Martin166

  • Recent member
  • *
  • Posts: 45
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #5 on: June 25, 2011, 01:10:40 pm »

As many users are not familiar with running command shell commands, I've added a little more to the Core Commands wiki with a brief explanation on executing MCC commands.

Martin166 - please let me know if the information on the page is inadequate or could use clarification.
I cannot find anything, please give me a link. Thanks.
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2574
Logged

Martin166

  • Recent member
  • *
  • Posts: 45
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #7 on: June 25, 2011, 01:24:29 pm »

http://wiki.jriver.com/index.php/Media_Center_Core_Commands

Tie them to the keyboard shortcut of your choosing with: http://www.autohotkey.com/

Code: [Select]
MC16.exe /MCC <command number>, <parameter>

I did the following:
- downloaded the zip-file for AutoHotkey Basic ( http://www.autohotkey.com/download/ )

(for opening DSP studio:)
1. run "AutoHotkey.exe"

2. edit script:
#q::Run MC16.exe /MCC 10016, ignore
return

3. save the .ahk file and try the key command (alt + q) with MC

result: nothing happens.



(for opening the "Playback options - VIDEO" menu:)
1. run "AutoHotkey.exe"

2. edit script:
#w::Run MC16.exe /MCC 23011, int nPageID
return

3. save the .ahk file and try the key command (alt + w) with MC

same result: nothing happens.

My OS is Win XP sp3.


Please tell me what I do wrong.
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2574
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #8 on: June 25, 2011, 02:11:54 pm »

Just quickly glancing at it, the # sign is for the windows key and you don't need the extra parameters.

!q::Run MC16.exe /MCC 10016
!w::Run MC16.exe /MCC 23011

Try those.
Logged

Martin166

  • Recent member
  • *
  • Posts: 45
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #9 on: June 25, 2011, 02:59:05 pm »

ok, that worked! Thank you very much!  :)

(though sometimes MC´s file menu opens up too)
Logged

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #10 on: June 25, 2011, 05:46:00 pm »

There's nothing wrong with using AHK—I use it myself—but for executing a single MCC, using Custom Keyboard Shortcuts is more straightforward and dependable.
Logged

Martin166

  • Recent member
  • *
  • Posts: 45
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #11 on: June 26, 2011, 07:01:09 am »

Can you please tell me the MCC core command for

1. Jump back
2. Jump forward

I don´t like the existing native shortcuts (ctrl+shift+left ...)

Thanks a lot! :)
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42048
  • Shoes gone again!
Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
« Reply #12 on: June 26, 2011, 08:13:11 am »

Left / right jump when viewing a video.
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up