INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: locust on December 16, 2011, 11:39:30 am

Title: Custom Keyboard Shortcut
Post by: locust on December 16, 2011, 11:39:30 am
Hi

I'd like to make a custom keyboard shortcut that does the same action as when you are playing a video and you right click > Window > Use Screen Grab for Thumbnail

I've got a fair few videos to manually rebuild thumbnails for and I find this would make it much easier as I could just press a hot key instead of pausing and the going through the menus..

I've looked here http://wiki.jriver.com/index.php/Media_Center_windows_messages (http://wiki.jriver.com/index.php/Media_Center_windows_messages). I could find a corresponding control.. Does one exist?

Thanks in advance

Edit

Also I tried to downlaod the sample file ftp://ftp.jriver.com/pub/downloads/music/misc/Resource.xml (http://ftp://ftp.jriver.com/pub/downloads/music/misc/Resource.xml) but the link appears to be broken
Title: Re: Custom Keyboard Shortcut
Post by: Matt on December 16, 2011, 02:47:35 pm
Coming in 17.0.56:
NEW: Added an MCC command to take video screen grabs MCC_VIDEO_SCREEN_GRAB (10055) [parameter: 0: use as thumbnail; 1: save as external file].
Title: Re: Custom Keyboard Shortcut
Post by: locust on December 16, 2011, 06:07:11 pm
Thanks Matt looking forward to this :)
Title: Re: Custom Keyboard Shortcut
Post by: locust on December 21, 2011, 05:05:36 pm
Hi

I just updated to the latest build to test this out.

I can't seem to get it working

I made the folder
C:\Program Files (x86)\J River\Media Center 17\Data\Custom Resources

I then copied the Resource.xml into the custom folder from
C:\Program Files (x86)\J River\Media Center 17\Data\Default Resources

I then opened up the resource file and added the following between the Accelerator tags
<Entry Key="Ctrl;Shift;X" Command="10055" Param="0" Global="1"/>

I did notice that the updated Resource file doesn't have any reference to the Command 10055

Thanks