Number of the movies?
#8
Ok I was messing around with skin I was able to add the Movies count to each view except for the files view and the panel view, there is no place to fit these on the screen.

16x9
Image


Code:
<control type="label"><!--Movie Count-->
    <include>Animation_HiddenByInfo</include>
    <include>Animation_Viewtype_Episode_LeftSide</include>
    <visible>Control.IsVisible(59) + Container.Content(movies)</visible>
    <posx>10</posx>
    <posy>5</posy>
    <width>460</width>
    <height>40</height>
    <aligny>center</aligny>
    <font>Font_Bartowski_Movies</font>
    <textcolor>ffffffff</textcolor>
    <label>Movies: $INFO[Container.NumItems]</label>
</control>

Poster
Image


Code:
<control type="label"><!--Movie Count-->
    <include>Animation_HiddenByInfo</include>
    <include>Animation_ZoomInZoomOut</include>
    <visible>Control.IsVisible(50) + Container.Content(movies)</visible>
    <posx>1160</posx>
    <posy>680</posy>
    <width>460</width>
    <height>40</height>
    <aligny>center</aligny>
    <font>Font_Bartowski_Movies</font>
    <textcolor>ffffffff</textcolor>
    <label>Movies: $INFO[Container.NumItems]</label>
</control>

Showcase
Image

Code:
<control type="label"><!--Movie Count-->
    <include>Animation_HiddenByInfo</include>
    <include>Animation_Viewtype_Showcase_LeftArea</include>
    <visible>Control.IsVisible(58) + Container.Content(movies)</visible>
    <posx>10</posx>
    <posy>680</posy>
    <width>460</width>
    <height>40</height>
    <aligny>center</aligny>
    <font>Font_Bartowski_Movies</font>
    <textcolor>ffffffff</textcolor>
    <label>Movies: $INFO[Container.NumItems]</label>
</control>

Wall Panel
Image

Code:
<control type="label"><!--Movie Count-->
    <include>Animation_HiddenByInfo</include>
    <include>Animation_Viewtype_Panel_Title</include>
    <visible>Control.IsVisible(597) + Container.Content(movies)</visible>
    <posx>10</posx>
    <posy>5</posy>
    <width>460</width>
    <height>40</height>
    <aligny>center</aligny>
    <font>Font_Bartowski_Movies</font>
    <textcolor>ffffffff</textcolor>
    <label>Movies: $INFO[Container.NumItems]</label>
</control>

Wall
Image

Code:
<control type="label"><!--Movie Count-->
    <include>Animation_HiddenByInfo</include>
    <include>Animation_Viewtype_Panel_Title</include>
    <visible>Control.IsVisible(54) + Container.Content(movies)</visible>
    <posx>10</posx>
    <posy>680</posy>
    <width>460</width>
    <height>40</height>
    <aligny>center</aligny>
    <font>Font_Bartowski_Movies</font>
    <textcolor>ffffffff</textcolor>
    <label>Movies: $INFO[Container.NumItems]</label>
</control>
Reply


Messages In This Thread
Number of the movies? - by smilenkovski - 2010-07-12, 21:45
[No subject] - by mcborzu - 2010-07-13, 02:41
[No subject] - by smilenkovski - 2010-07-13, 03:12
[No subject] - by hikaricore - 2010-07-13, 07:27
[No subject] - by fonzie - 2010-07-14, 00:49
[No subject] - by Ram2000 - 2010-07-14, 14:36
[No subject] - by nmt1978 - 2010-07-14, 15:15
[No subject] - by Mar16 - 2010-07-15, 19:11
[No subject] - by hikaricore - 2010-07-15, 19:25
[No subject] - by mcborzu - 2010-07-15, 19:37
[No subject] - by hikaricore - 2010-07-15, 19:53
[No subject] - by Ram2000 - 2010-07-17, 14:12
Logout Mark Read Team Forum Stats Members Help
Number of the movies?0