Hacking the UI: Make Video Preview Larger?

I downloaded the sample legacy theme and am trying to figure out something relatively simple…

I have the Video Settings > Browser Display set to " Preview View", which is nice… but I’d like to make the video preview about 2x to 3x larger than its current default value.

I think I’ve changed every x/y/w/h value in the rv_preview_browse_page.xml , but the size of the preview video doesn’t change.

What am I doing wrong? Am I modifying the wrong file?

Thanks for the help.

I haven’t tried this, but you may want to look at one of the inc_xxx.xml’s.  It maybe the inc_PIP.xml?

Curious to know more about the WD TV Live Hub I downloaded the GPL file of the latest firmware, and had a look at it.

Among a zillion of other files there’s the TARGET.OPTIONS file. I think it contains the compiler options.

In this file, line 212 and on, you can read:

export CONF_PREVIEW_MODE_SUPPORT_VIDEO_FOLDER_ICON_AND_THUMBNAIL=y
export CONF_PREVIEW_WINDOW_RV=y
export CONF_OSD_PREVIEW_WIN_X=902
export CONF_OSD_PREVIEW_WIN_Y=198
export CONF_OSD_PREVIEW_WIN_W=313
export CONF_OSD_PREVIEW_WIN_H=209

I think this is exactly where the preview window sits on the screen.

It seems the position and size of the preview window is hardcoded!