Win How to change Plot Front Size in Confluence?
#1
Keywords of "plot front size", "plot word size"..and so on to search, but no finding what i need....
maybe i'm single case..=.=

The problem is as below:
Regarding to see an unknown movie, most people would select plot to understand what's the movie,
but when i see the plot, i found the front size is a little small to see in 42" TV except close watch....

Therefore, could someone tell me which xml file and code can modify front size of plot? I'm using IMDB
scraper.

Sorry for other questions:
How to modify the size of poster when library name list mode? i think the poster is too small on 42" TV...
Does imdb rate automatically catch in IMDB scraper? How frequency it update after scraper ? or it just
only can show the rate which at your scraper time?

Condition:
XBMC Eden 11.0 official version.
IMDB lastest version.
Thanks and best regards..
Reply
#2
i've found the code,

skin:confluence
patch:C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\DialogVideoInfo.xml (win7 64bit)
fileBig GrinialogVideoInfo.xml
code: change front12 to front13, only two sizes to option(12 and 13), i don't know why?but 13 is big enough for me...
PHP Code:
<control type="textbox" id="400">
                    <
description>Description Value for Movies</description>
                    <
posx>210</posx>
                    <
posy>515</posy>
                    <
width>1030</width>
                    <
height>120</height>
                    <
font>font12</font>
                    <
align>justify</align>
                    <
textcolor>white</textcolor>
                    <
pagecontrol>61</pagecontrol>
                    <
label>$INFO[ListItem.Plot]</label>
                    <
autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
                    <
visible>!Control.IsVisible(50)</visible>
                </
control
[/php][/quote]
Reply

Logout Mark Read Team Forum Stats Members Help
How to change Plot Front Size in Confluence?0