• 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)
Mod Video Information Window (DialogVideoInfo) with Rotten Tomatoes
Any updates on this? Tried installing it and I get nothing
Reply
Hello

I am not sure you are still be here.

Here is my question.

I want to place Trailer small Window at ViewsViewTypeList.xml.

Currently, it is working with button as below
ViewsViewTypeList.xml

xml:




<control type="button" id="11">
                <description>Trailer Playback</description>
                <label>$LOCALIZE[31040]</label>
                <font>primal_13_Bold</font>
                <left>643</left>
                <top>60</top>
                <align>center</align>
                <onright>601</onright>
                <onleft>77</onleft>
                <onup>601</onup>
                <ondown>601</ondown>
                <width>160</width>
                <height>80</height>
                <texturefocus colordiffuse="$VAR[BackColorButton]">flagging/video/flag.png</texturefocus>
                <texturenofocus colordiffuse="ff404040">flagging/video/flag.png</texturenofocus>
                <onclick>PlayMedia($INFO[ListItem.Trailer],noresume)</onclick>
                <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
                <visible>Container.Content(movies)</visible>
                <visible>!ListItem.IsParentFolder</visible>
                <visible>Control.IsVisible(601)</visible>
</control>


When it do button click with <onclick>PlayMedia($INFO[ListItem.Trailer],noresume)</onclick>, it show full screen video thru youtube.
I want to make small video window (320 X 240) size and placed somewhere in ViewsViewTypeList.xml (601 Big/Fanart mode).

Could you please let me know how to do that?

When I  look at your code

xml:


<control type="videowindow" id="2">
            <description>Trailer Video Window</description>
            <right>SidePad</right>
            <top>240</top>
            <width>320</width>
            <height>180</height>
            <visible>!Container.Content(episodes) + Player.HasVideo + !Control.IsVisible(50) + IsEmpty(Window.Property(content))</visible>
 </control>

It looks videowindow as 320 X 180. Can I place it at my ViewsViewTypeList.xml? Also how to play youtube trailer with this window?
Reply
  • 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)

Logout Mark Read Team Forum Stats Members Help
Video Information Window (DialogVideoInfo) with Rotten Tomatoes5