INTERACT FORUM

More => Old Versions => Media Center 16 (Development Ended) => Topic started by: Martin166 on June 25, 2011, 06:58:44 am

Title: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 on June 25, 2011, 06:58:44 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!

If there are these key commands please tell me. Thanks!
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: BryanC 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
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 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?
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: BryanC 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>
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: MrC 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.
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 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.
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: BryanC on June 25, 2011, 01:20:08 pm
I cannot find anything, please give me a link. Thanks.

http://wiki.jriver.com/index.php/Media_Center_Core_Commands#How_To_Issue_Media_Core_Commands
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 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.
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: BryanC 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.
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 on June 25, 2011, 02:59:05 pm
ok, that worked! Thank you very much!  :)

(though sometimes MC´s file menu opens up too)
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: rick.ca 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 (http://yabb.jriver.com/interact/index.php?topic=53488.0) is more straightforward and dependable.
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Martin166 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! :)
Title: Re: Does a shortcut for the "Playback options - VIDEO" menu exist?
Post by: Matt on June 26, 2011, 08:13:11 am
Left / right jump when viewing a video.