I use BasicHome Horizontal Style 2 (menu and ticker at bottom of screen). My monitor is 1920 x 1200 (16:10). I’ve manually selected 1920 x 1080 as my “target screen resolution” in the BasicHome editor (it had incorrectly auto detected 1280 x 720).
The RSS feed image appears too high on the screen, which I presume is because it thinks it is a 1920 x 1080 monitor. I’ve managed to correctly position the RSS feed image manually.
For the benefit of others in my situation, you need to edit BasicHome.xml in the folder C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP
Search for the control RSS Feed image (InfoService) and adjust
<height>40, <posY>1160 and <posX>80. Numbers given are the ones that seem right for me.
I also adjust the start position of the ticker which starts too far to the right. This is done in the control RSS Items <posX> in my case I change it to 90.
This is all fine except whenever I regenerate BasicHome (usually following an update) all these changes get reset to default.
All the menus scale / stretch perfectly on my monitor so I guess there is just a small amount of logic missing somewhere.
The RSS feed image appears too high on the screen, which I presume is because it thinks it is a 1920 x 1080 monitor. I’ve managed to correctly position the RSS feed image manually.
For the benefit of others in my situation, you need to edit BasicHome.xml in the folder C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP
Search for the control RSS Feed image (InfoService) and adjust
<height>40, <posY>1160 and <posX>80. Numbers given are the ones that seem right for me.
I also adjust the start position of the ticker which starts too far to the right. This is done in the control RSS Items <posX> in my case I change it to 90.
This is all fine except whenever I regenerate BasicHome (usually following an update) all these changes get reset to default.
All the menus scale / stretch perfectly on my monitor so I guess there is just a small amount of logic missing somewhere.