2012-08-24, 09:37
So I gather the "Videos goes to File View" options has not made it back into the new Confluence?
(2012-08-24, 09:37)fl0PPsy Wrote: So I gather the "Videos goes to File View" options has not made it back into the new Confluence?
(2012-09-26, 20:47)fernandovg Wrote: Anyone? Please?
<control type="label">
<posx>620</posx>
<posy>0</posy>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>625</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>665</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>Window.IsVisible(Videos) + !ListItem.IsResumable</visible>
</control>
<control type="image">
<posx>665</posx>
<posy>14</posy>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>
(2012-09-27, 15:41)fernandovg Wrote: I didn't understand... sorry and I don't know how to program it.
Is there another way? Maybe another skin that does that?
Thanks
(2012-09-27, 18:57)Mudislander Wrote:(2012-09-27, 15:41)fernandovg Wrote: I didn't understand... sorry and I don't know how to program it.
Is there another way? Maybe another skin that does that?
Thanks
@fernandovg Got your email, unfortunately have got no time for +/- a month, but could look at adding it to the mod after that
<window>
<defaultcontrol>1</defaultcontrol>
<visible>[Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD)]</visible>
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<controls>
<control type="group">
<visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
<posx>665r</posx>
<posy>-6</posy>
<include>VisibleFadeEffect</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>150</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<!-- remove chapter info
<control type="label" id="1">
<description>Chapter Pos No</description>
<posx>20</posx>
<posy>10</posy>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[21396]</label>
<visible>player.chaptercount</visible>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<posx>20</posx>
<posy>30</posy>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
<visible>player.chaptercount</visible>
</control>
-->
</control>
</controls>
</window>