Skip to content

Commit

Permalink
added toggle for imdb instead mpaa
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-max committed Jan 4, 2012
1 parent 856a828 commit 2f647c8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 720p/MyVideoNav.xml
Expand Up @@ -161,11 +161,20 @@
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>Tilt</label>
<label>40068</label>
<onclick>Skin.ToggleSetting(tiltcases724)</onclick>
<selected>Skin.HasSetting(tiltcases724)</selected>
<visible>Control.IsVisible(724) + Container.Content(Movies) + !Skin.HasSetting(hidecases724)</visible>
</control>
<control type="radiobutton" id="106">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>40069</label>
<onclick>Skin.ToggleSetting(imdb725)</onclick>
<selected>Skin.HasSetting(imdb725)</selected>
<visible>Control.IsVisible(725) + Container.Content(Movies)</visible>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
Expand Down
17 changes: 16 additions & 1 deletion 720p/ViewsVideoRightList.xml
Expand Up @@ -520,7 +520,7 @@
<control type="label">
<description>MPAA label</description>
<posx>500</posx>
<posy>345</posy>
<posy>350</posy>
<width>320</width>
<height>25</height>
<label>$INFO[ListItem.Mpaa,[COLOR=blue]MPAA Rating:[/COLOR] ]</label>
Expand All @@ -529,7 +529,22 @@
<font>font13caps_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!Skin.HasSetting(imdb725)</visible>
</control>
<control type="label">
<description>MPAA label</description>
<posx>500</posx>
<posy>350</posy>
<width>320</width>
<height>25</height>
<label>$INFO[ListItem.Rating,[COLOR=blue]IMDB Rating:[/COLOR] ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13caps_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Skin.HasSetting(imdb725)</visible>
</control>
<control type="image">
<posx>300</posx>
<posy>383</posy>
Expand Down
2 changes: 2 additions & 0 deletions language/English/strings.xml
Expand Up @@ -259,4 +259,6 @@
<string id="40065">Global Skin-Settings</string>
<string id="40065">Hide Cases</string>
<string id="40067">Use Season-Fanart</string>
<string id="40068">Tilt Cover</string>
<string id="40069">IMDB instead MPAA</string>
</strings>
2 changes: 2 additions & 0 deletions language/German/strings.xml
Expand Up @@ -236,6 +236,8 @@
<string id="40065">Globale Skin-Einstellungen</string>
<string id="40066">Verstecke Hüllen</string>
<string id="40067">Nutze Season-Fanart</string>
<string id="40068">Cover anschrägen</string>
<string id="40069">IMDB anstatt MPAA</string>



Expand Down

0 comments on commit 2f647c8

Please sign in to comment.