Skip to content

Commit 495278a

Browse files
committed
Fixes
1 parent 9a0c4ef commit 495278a

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

720p/DialogSeekBar.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<window>
33
<zorder>2</zorder>
4-
<visible>[Player.Seeking | Player.HasPerformedSeek(3) | Player.Forwarding | Player.Rewinding | Player.Paused | Player.Caching | Player.ShowInfo | Player.ShowTime | Player.IsTempo | Player.HasSceneMarkers] + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD) | Skin.HasSetting(HideSeekBarOSD) | Window.IsActive(script.pseudotv.TVOverlay.xml) | Window.IsActive(script.pseudotv.live.TVOverlay.xml)]</visible>
4+
<visible>[Player.Seeking | Player.HasPerformedSeek(3) | Player.Forwarding | Player.Rewinding | Player.Paused | Player.Caching | Player.ShowInfo | Player.ShowTime | Player.IsTempo] + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD) | Skin.HasSetting(HideSeekBarOSD) | Window.IsActive(script.pseudotv.TVOverlay.xml) | Window.IsActive(script.pseudotv.live.TVOverlay.xml)]</visible>
55
<depth>DepthOSD</depth>
66

77
<controls>
@@ -143,9 +143,9 @@
143143
</control>
144144

145145
<control type="ranges">
146-
<top>8</top>
147-
<height>12</height>
148-
<righttexture colordiffuse="ffff0000">white2.png</righttexture>
146+
<top>5</top>
147+
<height>10</height>
148+
<righttexture colordiffuse="aaffffff">white2.png</righttexture>
149149
<info>Player.SceneMarkers</info>
150150
</control>
151151
</control>

720p/VideoOSD.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@
495495

496496
<control type="ranges">
497497
<left>29</left>
498-
<top>47</top>
499-
<height>12</height>
500-
<righttexture colordiffuse="ffff0000">white2.png</righttexture>
498+
<top>44</top>
499+
<height>10</height>
500+
<righttexture colordiffuse="aaffffff">white2.png</righttexture>
501501
<info>Player.SceneMarkers</info>
502502
</control>
503503

720p/includes_Home.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5394,7 +5394,7 @@
53945394
<onright condition="Control.IsVisible(110)">110</onright>
53955395
<onright>850</onright>
53965396
<include>ContainerPosition1</include>
5397-
<onclick>PlayMedia($INFO[ListItem.FolderPath],isdir)</onclick>
5397+
<onclick>PlayMedia(musicdb://albums/$INFO[ListItem.DBID]/)</onclick>
53985398
<visible>Integer.IsGreater(Container(6890).NumItems,0) | Container(6890).IsUpdating</visible>
53995399
<include content="WidgetContainerLayout">
54005400
<param name="width" value="309" />
@@ -5696,7 +5696,7 @@
56965696
<onleft>850</onleft>
56975697
<onright>6890</onright>
56985698
<include>ContainerPosition1</include>
5699-
<onclick>PlayMedia($INFO[ListItem.FolderPath],isdir)</onclick>
5699+
<onclick>PlayMedia(musicdb://albums/$INFO[ListItem.DBID]/)</onclick>
57005700
<include content="WidgetContainerLayout">
57015701
<param name="width" value="309" />
57025702
<param name="focus_width" value="319" />
@@ -5909,7 +5909,7 @@
59095909
</include>
59105910

59115911
<include content="WidgetPosterContent">
5912-
<param name="image" value="$INFO[Container(6928).ListItem.Thumb]" />
5912+
<param name="image" value="$INFO[Container(6928).ListItem.Art(poster)]" />
59135913
<param name="label" value="$LOCALIZE[31607]" />
59145914
</include>
59155915

@@ -5946,7 +5946,7 @@
59465946
</include>
59475947

59485948
<include content="WidgetPosterContent">
5949-
<param name="image" value="$INFO[Container(6929).ListItem.Thumb]" />
5949+
<param name="image" value="$INFO[Container(6929).ListItem.Art(poster)]" />
59505950
<param name="label" value="$LOCALIZE[31608]" />
59515951
</include>
59525952

720p/includes_HomeCustomWidgets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
</variable>
148148

149149
<include name="CustomPanelOnclick1">
150-
<onclick>PlayMedia($INFO[ListItem.FolderPath],isdir)</onclick>
150+
<onclick>PlayMedia(musicdb://albums/$INFO[ListItem.DBID]/)</onclick>
151151
</include>
152152

153153
<include name="CustomPanelOnclick2">

0 commit comments

Comments
 (0)