INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: WeeHappyPixie on January 16, 2016, 02:24:53 pm

Title: Zoom Button
Post by: WeeHappyPixie on January 16, 2016, 02:24:53 pm
Is it possible to send an mcc command to set the Zoom to 130%

What I would like to do is to program a button on my Moncaso remote that when pressed will set the zoom level to 130%

Thanks,

John
Title: Re: Zoom Button
Post by: Matt on January 16, 2016, 03:34:59 pm
It looks this one should do it:
MCC_VIEW_ZOOM_SET
Title: Re: Zoom Button
Post by: WeeHappyPixie on January 17, 2016, 06:59:04 am
Thanks Matt however I cannot seem to get it to work with video playback.

After searching the forum I found this,

Coming in build 14.0.16 and later:

22025, 22026:
Code: [Select]
    MCC_VIEW_ZOOM_SET,                             // [int nZoomPercentage]
    MCC_VIEW_ZOOM_INCREMENT,                       // [int nZoomDeltaPercentage]

Note that this zoom is for view zooming, and is not related to image / video playback zooming.

Is this still the case that this option is not related to video playback or am I doing something wrong.

Thanks,

John
Title: Re: Zoom Button
Post by: Matt on January 17, 2016, 11:03:43 am
Ah, so that's not it.  Sorry.

I'll look at adding something.
Title: Re:
Post by: WeeHappyPixie on January 17, 2016, 11:23:39 am
Thanks Matt.
Title: Re: Zoom Button
Post by: Matt on January 18, 2016, 08:14:36 am
Coming next build:
NEW: Added MCC_PLAYBACK_ENGINE_VIDEO_ZOOM (28038) to set the zoom for a playing video.
Title: Re: Zoom Button
Post by: WeeHappyPixie on January 18, 2016, 11:19:24 am
Coming next build:
NEW: Added MCC_PLAYBACK_ENGINE_VIDEO_ZOOM (28038) to set the zoom for a playing video.

Thanks Matt. Yer a star..