Jarvis Release
This commit is contained in:
parent
a245b44cc8
commit
e2f13c2abe
|
@ -21,12 +21,12 @@
|
|||
<include>kenBurnsey</include>
|
||||
</control>
|
||||
|
||||
<!--cover art-->
|
||||
<!--cover art-->
|
||||
<control type="group">
|
||||
<posx>col-17-begin</posx>
|
||||
<posy>222</posy>
|
||||
<control type="group">
|
||||
<visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
|
||||
<visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
|
||||
<animation type="windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300" delay="700"/>
|
||||
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700"/>
|
||||
|
@ -84,8 +84,8 @@
|
|||
<texture border="0">colors/black.png</texture>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
|
||||
<control type="image">
|
||||
|
||||
<control type="image">
|
||||
<posx>14-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>11-col-indent</posx>
|
||||
<posx>792</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
|
@ -117,8 +117,8 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<control type="label">
|
||||
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>985</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
|
@ -153,7 +153,7 @@
|
|||
<texture border="0">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>11-col-gutter</width>
|
||||
|
@ -165,7 +165,7 @@
|
|||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>11-col-indent</posx>
|
||||
<posx>792</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
|
@ -176,8 +176,8 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<control type="label">
|
||||
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>985</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.pellucid" version="0.9.0" name="Pellucid" provider-name="theDeadman">
|
||||
<addon id="skin.pellucid" version="1.0.0" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.10.0"/>
|
||||
<import addon="script.skin.helper.service" version="1.0.0"/>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[B]1.0.0[/B]
|
||||
|
||||
- Kodi Jarvis Release
|
||||
|
||||
|
||||
[B]0.9.1[/B]
|
||||
|
||||
***Bug squashing***
|
||||
|
@ -42,12 +47,3 @@
|
|||
|
||||
|
||||
|
||||
***To do (Skinners Notes)***
|
||||
|
||||
Add mini screen / view during menu option
|
||||
|
||||
Improve handling of new users (bring through images from homescreen etc)
|
||||
|
||||
PVR Recording schedule (integrate with recordings)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue