Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumdoomguy committed Oct 30, 2016
1 parent 4d5c65f commit d2f33e3
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 1080i/DialogFavourites.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<texturesliderbackground></texturesliderbackground>
<texturesliderbackground>-</texturesliderbackground>
<texturesliderbar colordiffuse="55ffffff" border="4">scrollbar/texturesliderbar3.png</texturesliderbar>
<texturesliderbarfocus border="4">scrollbar/texturesliderbar3.png</texturesliderbarfocus>
</control>
Expand Down
3 changes: 2 additions & 1 deletion 1080i/DialogFullScreenInfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<window type="dialog" id="142">
<zorder>2</zorder>
<controls></controls>
<controls>
</controls>
</window>
2 changes: 1 addition & 1 deletion 1080i/DialogPlexUserSelect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<controls>
<!-- ViewsDialog.xml -->
<include>DialogUserSwitch</include>
<!--><include>PinUserSwitch</include>-->
<!--<include>PinUserSwitch</include>-->
<include>debugInfos</include>
<include>Grid</include>
</controls>
Expand Down
3 changes: 2 additions & 1 deletion 1080i/MusicOverlay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls></controls>
<controls>
</controls>
</window>
2 changes: 1 addition & 1 deletion 1080i/NowPlaying.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
<scrollspeed>40</scrollspeed>
<textcolor>grey</textcolor>
<shadowcolor>shadow</shadowcolor>
<scrollsuffix></scrollsuffix>
<scrollsuffix> </scrollsuffix>
<label>$VAR[NowPlayingNextUpVar]</label>
</control>
<control type="label">
Expand Down
3 changes: 2 additions & 1 deletion 1080i/PlayerControls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls></controls>
<controls>
</controls>
</window>
2 changes: 0 additions & 2 deletions 1080i/PlexPreplayVideo_includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2315,6 +2315,4 @@
<variable name="Preplay_ButtonWidthVar">
<value>312</value>
</variable>
<include name="PreplayExtras"></include>
<include name="PreplayNoExtras"></include>
</includes>
2 changes: 1 addition & 1 deletion 1080i/Variables_Music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
<value condition="!IsEmpty(MusicPlayer.offset(3).Title)">$LOCALIZE[42138] : [COLOR $VAR[Colour_OSDThemeColourVar]] 1.[/COLOR] $INFO[MusicPlayer.offset(1).Artist,, • ] $INFO[MusicPlayer.offset(1).Title] [COLOR $VAR[Colour_OSDThemeColourVar]]2.[/COLOR] $INFO[MusicPlayer.offset(2).Artist,, • ] $INFO[MusicPlayer.offset(2).Title] [COLOR $VAR[Colour_OSDThemeColourVar]]3.[/COLOR] $INFO[MusicPlayer.offset(3).Artist,, • ] $INFO[MusicPlayer.offset(3).Title]</value>
<value condition="!IsEmpty(MusicPlayer.offset(2).Title)">$LOCALIZE[42138] : [COLOR $VAR[Colour_OSDThemeColourVar]] 1.[/COLOR] $INFO[MusicPlayer.offset(1).Artist,, • ] $INFO[MusicPlayer.offset(1).Title] [COLOR $VAR[Colour_OSDThemeColourVar]]2.[/COLOR] $INFO[MusicPlayer.offset(2).Artist,, • ] $INFO[MusicPlayer.offset(2).Title]</value>
<value condition="!IsEmpty(MusicPlayer.offset(1).Title)">$LOCALIZE[42138] : [COLOR $VAR[Colour_OSDThemeColourVar]] 1.[/COLOR] $INFO[MusicPlayer.offset(1).Artist,, • ] $INFO[MusicPlayer.offset(1).Title]</value>
<value></value>
<value>-</value>
</variable>
<!-- Label for Spinning Disc Options -->
<variable name="MusicSpinningDiscLabelVar">
Expand Down
2 changes: 1 addition & 1 deletion 1080i/custom_1220_DisableViews.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<description>Disable </description>
<textwidth>375</textwidth>
<include>ButtonCommonValues</include>
<label></label>
<label>-</label>
<onclick>Skin.ToggleSetting(Disable.)</onclick>
<selected>!Skin.HasSetting(Disable.)</selected>
</control> -->
Expand Down

0 comments on commit d2f33e3

Please sign in to comment.