V1.2.0 Release Candidate

This commit is contained in:
Chris Bevan 2017-03-26 16:22:07 +01:00
parent a716ca6720
commit 2e2418390b
9 changed files with 55 additions and 51 deletions

View File

@ -166,9 +166,9 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>8-col</posx> <posx>10-col</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>10-col</width> <width>8-col</width>
<height>20-row</height> <height>20-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
@ -178,14 +178,14 @@
<visible>!String.IsEqual(container.folderpath,addons://)</visible> <visible>!String.IsEqual(container.folderpath,addons://)</visible>
<posx>0</posx> <posx>0</posx>
<posy>73</posy> <posy>73</posy>
<width>8-col</width> <width>10-col</width>
<height>717</height> <height>717</height>
<onleft>activateWindow(1104)</onleft> <onleft>activateWindow(1104)</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="12-col" height="2-row"> <itemlayout width="10-col" height="2-row">
<control type="label"> <control type="label">
<visible>ListItem.AddonBroken</visible> <visible>ListItem.AddonBroken</visible>
<posx>0</posx> <posx>0</posx>
@ -215,7 +215,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col-gutter</width> <width>9-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -224,7 +224,7 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="12-col" height="2-row"> <focusedlayout width="10-col" height="2-row">
<control type="group"> <control type="group">
<include>spinFocusIcon</include> <include>spinFocusIcon</include>
<control type="image"> <control type="image">
@ -266,7 +266,7 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col</width> <width>9-col-textbox</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
@ -274,7 +274,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col-gutter</width> <width>9-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -286,36 +286,36 @@
</control> </control>
<!--icon and description--> <!--icon and description-->
<control type="group"> <control type="group">
<posx>8-col</posx> <posx>10-col</posx>
<posy>2-row</posy> <posy>2-row</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>1</posy>
<width>10-col</width> <width>8-col</width>
<height>10-col</height> <height>575</height>
<fadetime>500</fadetime>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="defaultAddon.png" border="0">$INFO[listitem.thumb]</texture> <texture fallback="defaultAddon.png" border="0">$INFO[listitem.thumb]</texture>
<colordiffuse></colordiffuse> <colordiffuse></colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>17-row</posy> <posy>577</posy>
<width>10-col</width> <width>8-col</width>
<height>3-row</height> <height>141</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <texture>colors/white.png</texture>
<texture border="0">colors/black.png</texture> <aspectratio>stretch</aspectratio>
<colordiffuse>overlay</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>10-col-gutter</posx> <posx>24</posx>
<posy>17-row</posy> <posy>612</posy>
<width>9-col</width> <width>7-col</width>
<height>3-row</height> <height>2-row</height>
<align>right</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>background</shadowcolor>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<label>$INFO[ListItem.AddonSummary]</label> <label>$INFO[ListItem.AddonSummary]</label>
</control> </control>

View File

@ -116,15 +116,15 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>mediumStrong</font>
<label>$INFO[ListItem.addonname]</label> <label>$INFO[ListItem.addonname]$INFO[ListItem.addonversion, (,)]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>2-col-indent</posx> <posx>2-col-indent</posx>
<posy>84</posy> <posy>84</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<font>smallStrong</font> <font>buttonTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,][CR]$INFO[ListItem.addonversion,$LOCALIZE[31139]: , ]</label> <label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082]]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>12</posx> <posx>12</posx>

View File

@ -127,6 +127,18 @@
<onclick>dialog.close(1104)</onclick> <onclick>dialog.close(1104)</onclick>
<onclick>UpdateLibrary(music)</onclick> <onclick>UpdateLibrary(music)</onclick>
</control> </control>
<control type="radiobutton" id="20">
<!--<visible>musicPlaylist</visible>-->
<description>Shuffle</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>Shuffle</label>
<onclick condition="!Playlist.IsRandom">PlayerControl(randomOn)</onclick>
<onclick condition="Playlist.IsRandom">PlayerControl(randomOff)</onclick>
</control>
</include> </include>
<!--pictures submenu items--> <!--pictures submenu items-->
<include name="picturesSideMenu"> <include name="picturesSideMenu">

View File

@ -39,7 +39,7 @@
<!--Music player shuffle state--> <!--Music player shuffle state-->
<variable name="shuffleState"> <variable name="shuffleState">
<value condition="Playlist.IsRandom">$LOCALIZE[191]: $LOCALIZE[16041]</value> <value condition="Playlist.IsRandom">$LOCALIZE[191]: $LOCALIZE[16041]</value>
<value>$LOCALIZE[191]: $LOCALIZE[16039]</value> <value condition="!Playlist.IsRandom">$LOCALIZE[191]: $LOCALIZE[16039]</value>
</variable> </variable>
<!--offset song view, show artist / album if parent view is active--> <!--offset song view, show artist / album if parent view is active-->
<variable name="songViewArtist"> <variable name="songViewArtist">

View File

@ -89,7 +89,7 @@
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>WindowID</include> <include>WindowID</include>
<label>MyMusicPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl]</label> <label>MyPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl]</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -4,15 +4,7 @@
<include name="musicPlayList"> <include name="musicPlayList">
<control type="group"> <control type="group">
<visible>$EXP[isMusicPlaylist]</visible> <visible>$EXP[isMusicPlaylist]</visible>
<!--fanart-->
<control type="image">
<visible>$EXP[isMusicPlaylist]</visible>
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>22ffffff</colordiffuse>
</control>
<control type="panel" id="59"> <control type="panel" id="59">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
@ -91,14 +83,14 @@
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>26</posy> <posy>28</posy>
<width>13-col</width> <width>13-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>smallStrong</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist,, - ]$INFO[ListItem.Album]</label> <label>[B]$INFO[ListItem.Artist,, - ]$INFO[ListItem.Album][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<right>24</right> <right>24</right>
@ -195,14 +187,14 @@
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>26</posy> <posy>28</posy>
<width>13-col</width> <width>13-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>smallStrong</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist,, - ]$INFO[ListItem.Album]</label> <label>[B]$INFO[ListItem.Artist,, - ]$INFO[ListItem.Album][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<right>24</right> <right>24</right>

View File

@ -73,6 +73,7 @@
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<visible>false</visible>
<include>DialogID</include> <include>DialogID</include>
<label>custom_musicOverlay.xml</label> <label>custom_musicOverlay.xml</label>
</control> </control>

View File

@ -51,7 +51,7 @@
</control> </control>
<!--thumbnail--> <!--thumbnail-->
<control type="image"> <control type="image">
<posx>24</posx> <posx>27</posx>
<posy>24</posy> <posy>24</posy>
<width>6-col</width> <width>6-col</width>
<height>6-col</height> <height>6-col</height>
@ -61,7 +61,7 @@
</control> </control>
<!--player controls--> <!--player controls-->
<control type="panel" id="8001"> <control type="panel" id="8001">
<posx>24</posx> <posx>27</posx>
<posy>384</posy> <posy>384</posy>
<width>6-col</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
@ -316,7 +316,8 @@
<label>$VAR[shuffleState]</label> <label>$VAR[shuffleState]</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>PlayerControl(Random)</onclick> <onclick condition="!Playlist.IsRandom">PlayerControl(RandomOn)</onclick>
<onclick condition="Playlist.IsRandom">PlayerControl(RandomOff)</onclick>
</item> </item>
<item> <item>
<description>Visualisation</description> <description>Visualisation</description>

View File

@ -1,14 +1,12 @@
**Changelog** **Changelog**
[PLANNED WORKS]
[V1.2.0] [V1.2.0]
- [NEW] Extended fanart support for video info and seasons (active by default) - [NEW] Extended fanart support for video info and seasons (active by default)
- [NEW] 'Media Showcase'. This extension to the video info screen presents media art in a much more engaging way, taking advantage of available media art. - [NEW] 'Media Showcase'. This extension to the video info screen presents media art in a much more engaging way, taking advantage of available media art.
- [NEW] User option: disable extended fanart - [NEW] User option: disable extended fanart
- [NEW] Keyboard autocomplete support - [NEW] Keyboard autocomplete support
- [NEW] Improved playlist display in music view - [NEW] Improved playlist display in music view
- Various tweaks and bugfixes - Various tweaks and adjustments
[V1.1.1] [V1.1.1]
- [FIXED] Aspect ratio incorrect in poster view (thanks wiiija) - [FIXED] Aspect ratio incorrect in poster view (thanks wiiija)