Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emb tmdbh #57

Open
wants to merge 3 commits into
base: nexus
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions 16x9/Custom_1111_CustomSelectGrouplist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[3] $LOCALIZE[31107])">SelectVideoBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[2] $LOCALIZE[31107])">SelectMusicBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[24001] $LOCALIZE[31107])">SelectAddonBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[1036] $LOCALIZE[31107])">SelectFavouritesBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[14204] $LOCALIZE[31107])">SelectPVRBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[15016] $LOCALIZE[31107])">SelectGamesBackground</include>
<include condition="String.IsEqual(Window(home).Property(CustomSelectGroup),$LOCALIZE[1] $LOCALIZE[31107])">SelectPicturesBackground</include>
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Custom_1114_Addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<property name="AppsTarget"/>
<property name="AppsContent">favourites://</property>
<property name="AppsSortBy"/>
<onclick>ActivateWindow(Favourites)</onclick>
<onclick>ActivateWindow(favouritesbrowser)</onclick>
</item>
</content>
</control>
Expand Down
23 changes: 23 additions & 0 deletions 16x9/Custom_1190_ExtendedInfo_v2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="window" id="1190">
<defaultcontrol always="true">9999</defaultcontrol>
<controls>
<control type="list" id="9999">
<include>HiddenList</include>
<content target="videos">$INFO[Window(Home).Property(TMDbHelper.Path.Current)]</content>
</control>
<control type="group">
<visible>Container(9999).IsUpdating</visible>
<visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<width>100</width>
<height>100</height>
<control type="image">
<animation effect="rotate" end="-360" center="auto" time="2000" loop="true" condition="true">Conditional</animation>
<texture colordiffuse="$VAR[PanelHighlightColorVar]">panels/spinner.png</texture>
<aspectratio>keep</aspectratio>
</control>
</control>
</controls>
</window>
9 changes: 9 additions & 0 deletions 16x9/Custom_1191_TMDbHelperRecommended.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="window" id="1191">
<controls>
<control type="image">
<include>FullScreenDimensions</include>
<texture>thumbs/coverbackground.jpg</texture>
</control>
</controls>
</window>
113 changes: 113 additions & 0 deletions 16x9/Custom_11XX_ExtendedInfo_v2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="window" id="1190">
<defaultcontrol always="true">9999</defaultcontrol>
<controls>
<!-- <include>Global_Background</include> -->
<!-- Background -->
<include content="BackgroundDefault">
<!-- <param name="imagepath">$VAR[FavouritesBackgroundVar]</param> -->
<!-- <param name="animatedfanart">Skin.HasSetting(FavouritesAnimatedFanart)</param> -->
</include>
<!-- <include>Topbar</include> -->
<!-- Topbar -->
<include content="TopBar">
<param name="icon">star.png</param>
<!-- <param name="label">$LOCALIZE[1036]</param> -->
</include>
<control type="list" id="9999">
<top>-1000</top>
<left>-1000</left>
<width>1</width>
<height>1</height>
<itemlayout />
<focusedlayout />
<content target="videos">$INFO[Window(Home).Property(TMDbHelper.Path.Current)]</content>
</control>
<control type="group">
<visible>Container(9999).IsUpdating</visible>
<visible>!Window.IsVisible(DialogVideoInfo.xml)</visible>
<include>DialogBusy</include>
</control>

<control type="list" id="1000">
<width>1</width>
            <height>1</height>
<itemlayout />
<focusedlayout />
<content>plugin://plugin.video.themoviedb.helper/?info=details&amp;type=movie&amp;query=[Container(9999).ListItem.Label]</content>
<!-- plugin://plugin.video.themoviedb.helper/?info=details&amp;type=movie&amp;query=$INFO[ListItem.Title] -->
<!-- <content>plugin://plugin.video.themoviedb.helper/?info=details&amp;type=movie&amp;query=$INFO[ListItem.Title]</content> -->
<control type="label" id="1190">
<description>Movie Name Label</description>
<top>10</top>
<left>10</left>
<width>500</width>
<height>50</height>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[Container(1190).ListItem.Title]</label>
</control>
</control>
</controls>


<!-- <label>$INFO[Container(1190).ListItemAbsolute(0).Property(rottentomatoes_rating)]</label> -->
<!-- <label>$INFO[Container(9999).ListItem.Title</label> -->

<!-- <control type="list" id="1190">
                            <width>1</width>
                            <height>1</height>
                            <itemlayout />
                            <focusedlayout />
                            <content>plugin://plugin.video.themoviedb.helper/?info=details&amp;type=person&amp;query=[Container(7000).ListItem.Label]</content>
                        </control>
                         <control type="label">
                            <left>-100</left>
                            <top>825</top>
                            <align>center</align>
                            <font>Font_trailer</font>
                            <label>[Container(7000).ListItem.Label]</label>
                        </control>
                        <control type="label">
                            <left>970</left>
                            <top>0</top>
                            <font>Font_bio30</font>
                            <label>Born: [Container(1190).ListItem.Property(born)]</label>
                            <visible>!Container(1190).IsUpdating</visible>
                        </control>
                         <control type="label">
                            <left>970</left>
                            <top>100</top>
                            <font>Font_bio30</font>
                            <label>Birthday: [Container(1190).ListItem.Property(birthday)]      Died Aged: [Container(1190).ListItem.Property(age)]    Death: [Container(1190).ListItem.Property(deathday)]</label>
                            <visible>!Container(1190).IsUpdating + !String.IsEmpty([Container(1190).ListItem.Property(deathday)])</visible>
                        </control>
                         <control type="label">
                            <left>970</left>
                            <top>100</top>
                            <font>Font_bio30</font>
                            <label>Birthday: [Container(1190).ListItem.Property(birthday)]      Age: [Container(1190).ListItem.Property(age)]</label>
                            <visible>!Container(1190).IsUpdating + String.IsEmpty([Container(1190).ListItem.Property(deathday)])</visible>
                        </control>

                         <control type="textbox">
                            <left>970</left>
                            <top>200</top>
                            <width>810</width>
                            <height>360</height>
                            <font>font_plot</font>
                            <label>[Container(1190).ListItem.Property(biography)]</label>
                            <autoscroll delay="10000" time="3000" repeat="10000">!Skin.HasSetting(noallowscroll)</autoscroll>
                            <visible>!Container(1190).IsUpdating</visible>
                        </control>
                        <control type="textbox">
                            <left>970</left>
                            <top>200</top>
                            <width>810</width>
                            <height>360</height>
                            <font>font_plot</font>
                            <label>No Bio Available</label>
                            <autoscroll delay="10000" time="3000" repeat="10000">!Skin.HasSetting(noallowscroll)</autoscroll>
                            <visible>String.IsEmpty([Container(1190).ListItem.Property(biography)])</visible>
                        </control> -->
</window>
Loading