Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gade01 committed Apr 27, 2023
1 parent 9a0c4ef commit 495278a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions 720p/DialogSeekBar.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<zorder>2</zorder>
<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>
<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>
<depth>DepthOSD</depth>

<controls>
Expand Down Expand Up @@ -143,9 +143,9 @@
</control>

<control type="ranges">
<top>8</top>
<height>12</height>
<righttexture colordiffuse="ffff0000">white2.png</righttexture>
<top>5</top>
<height>10</height>
<righttexture colordiffuse="aaffffff">white2.png</righttexture>
<info>Player.SceneMarkers</info>
</control>
</control>
Expand Down
6 changes: 3 additions & 3 deletions 720p/VideoOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@

<control type="ranges">
<left>29</left>
<top>47</top>
<height>12</height>
<righttexture colordiffuse="ffff0000">white2.png</righttexture>
<top>44</top>
<height>10</height>
<righttexture colordiffuse="aaffffff">white2.png</righttexture>
<info>Player.SceneMarkers</info>
</control>

Expand Down
8 changes: 4 additions & 4 deletions 720p/includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5394,7 +5394,7 @@
<onright condition="Control.IsVisible(110)">110</onright>
<onright>850</onright>
<include>ContainerPosition1</include>
<onclick>PlayMedia($INFO[ListItem.FolderPath],isdir)</onclick>
<onclick>PlayMedia(musicdb://albums/$INFO[ListItem.DBID]/)</onclick>
<visible>Integer.IsGreater(Container(6890).NumItems,0) | Container(6890).IsUpdating</visible>
<include content="WidgetContainerLayout">
<param name="width" value="309" />
Expand Down Expand Up @@ -5696,7 +5696,7 @@
<onleft>850</onleft>
<onright>6890</onright>
<include>ContainerPosition1</include>
<onclick>PlayMedia($INFO[ListItem.FolderPath],isdir)</onclick>
<onclick>PlayMedia(musicdb://albums/$INFO[ListItem.DBID]/)</onclick>
<include content="WidgetContainerLayout">
<param name="width" value="309" />
<param name="focus_width" value="319" />
Expand Down Expand Up @@ -5909,7 +5909,7 @@
</include>

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

Expand Down Expand Up @@ -5946,7 +5946,7 @@
</include>

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

Expand Down
2 changes: 1 addition & 1 deletion 720p/includes_HomeCustomWidgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</variable>

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

<include name="CustomPanelOnclick2">
Expand Down

0 comments on commit 495278a

Please sign in to comment.