Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
[plexbmc] Add music and photo sub menus
Browse files Browse the repository at this point in the history
  • Loading branch information
hippojay committed May 2, 2013
1 parent c4dd831 commit 515b7a6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions 1080i/Home.xml
Expand Up @@ -134,6 +134,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.0.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.0.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.0.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.0.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.0.year)]</property>
</item>
<item id="31">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.1.title))</visible>
Expand All @@ -149,6 +151,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.1.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.1.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.1.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.1.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.1.year)]</property>
</item>
<item id="32">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.2.title))</visible>
Expand All @@ -164,6 +168,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.2.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.2.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.2.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.2.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.2.year)]</property>
</item>
<item id="33">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.3.title))</visible>
Expand All @@ -179,6 +185,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.3.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.3.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.3.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.3.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.3.year)]</property>
</item>
<item id="34">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.4.title))</visible>
Expand All @@ -194,6 +202,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.4.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.4.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.4.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.4.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.4.year)]</property>
</item>
<item id="35">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.5.title))</visible>
Expand All @@ -209,6 +219,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.5.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.5.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.5.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.5.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.5.year)]</property>
</item>
<item id="36">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.6.title))</visible>
Expand All @@ -224,6 +236,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.6.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.6.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.6.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.6.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.6.year)]</property>
</item>
<item id="37">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.7.title))</visible>
Expand All @@ -239,6 +253,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.7.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.7.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.7.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.7.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.7.year)]</property>
</item>
<item id="39">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.8.title))</visible>
Expand All @@ -254,6 +270,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.8.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.8.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.8.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.8.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.8.year)]</property>
</item>
<item id="40">
<visible>Skin.HasSetting(plexbmc) + !IsEmpty(Window(Home).Property(plexbmc.9.title))</visible>
Expand All @@ -269,6 +287,8 @@
<property name="shared">$INFO[Window(Home).Property(plexbmc.9.shared)]</property>
<property name="newest">$INFO[Window(Home).Property(plexbmc.9.newest)]</property>
<property name="ondeck">$INFO[Window(Home).Property(plexbmc.9.ondeck)]</property>
<property name="album">$INFO[Window(Home).Property(plexbmc.9.album)]</property>
<property name="year">$INFO[Window(Home).Property(plexbmc.9.year)]</property>
</item>
<item id="50" description="Channels">
<visible>Skin.HasSetting(plexbmc)</visible>
Expand Down Expand Up @@ -717,13 +737,15 @@
<visible>System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)</visible>
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>!substring(Container(300).ListItem.Property(type),photo)</visible>
<label>Search</label>
<onclick>$INFO[Container(300).ListItem.Property(search)]</onclick>
</item>
<item id="60" description="PleXBMC: Recently viewed">
<visible>System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)</visible>
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>substring(Container(300).ListItem.Property(type),show) | substring(Container(300).ListItem.Property(type),movie)</visible>
<label>Recently Viewed</label>
<onclick>$INFO[Container(300).ListItem.Property(viewed)]</onclick>
</item>
Expand All @@ -732,6 +754,7 @@
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>!substring(Container(300).ListItem.Property(type),show)</visible>
<visible>substring(Container(300).ListItem.Property(type),show) | substring(Container(300).ListItem.Property(type),movie)</visible>
<label>Recently Released</label>
<onclick>$INFO[Container(300).ListItem.Property(newest)]</onclick>
</item>
Expand All @@ -740,16 +763,34 @@
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>substring(Container(300).ListItem.Property(type),show)</visible>
<visible>substring(Container(300).ListItem.Property(type),show) | substring(Container(300).ListItem.Property(type),movie)</visible>
<label>Recently Aired</label>
<onclick>$INFO[Container(300).ListItem.Property(newest)]</onclick>
</item>
<item id="62" description="PleXBMC: ondeck">
<visible>System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)</visible>
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>substring(Container(300).ListItem.Property(type),show) | substring(Container(300).ListItem.Property(type),movie)</visible>
<label>On Deck</label>
<onclick>$INFO[Container(300).ListItem.Property(ondeck)]</onclick>
</item>
<item id="63" description="PleXBMC: albums">
<visible>System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)</visible>
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>substring(Container(300).ListItem.Property(type),artist)</visible>
<label>Albums</label>
<onclick>$INFO[Container(300).ListItem.Property(album)]</onclick>
</item>
<item id="64" description="PleXBMC: by year">
<visible>System.HasAddon(plugin.video.plexbmc) + Skin.HasSetting(plexbmc)</visible>
<visible>Container(300).HasFocus(30) | Container(300).HasFocus(31) | Container(300).HasFocus(32) | Container(300).HasFocus(33) | Container(300).HasFocus(34) | Container(300).HasFocus(35) | Container(300).HasFocus(36) | Container(300).HasFocus(37) | Container(300).HasFocus(38) | Container(300).HasFocus(39) | Container(300).HasFocus(40) </visible>
<visible>substring(Container(300).ListItem.Property(shared),false)</visible>
<visible>substring(Container(300).ListItem.Property(type),photo)</visible>
<label>Year</label>
<onclick>$INFO[Container(300).ListItem.Property(year)]</onclick>
</item>
</content>
</control>
</control>
Expand Down

0 comments on commit 515b7a6

Please sign in to comment.