Skip to content

Commit

Permalink
Code restructuring on EPG grid, video OSD and seek bars
Browse files Browse the repository at this point in the history
  • Loading branch information
b-jesch committed Oct 11, 2022
1 parent c281ff7 commit 62bcf3a
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 444 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,11 @@ supports animated poster only.
![](resources/setup_ap.png)

### 3.4.2+matrix ###
- .6
* Refinements on PVR EPG view
* show seek bar only (without OSD parts) while seeking


- .5
* improved PVR image preview
* improved EPG timeline (has now 8 rows)
Expand Down
7 changes: 5 additions & 2 deletions xml/DialogSeekBar.xml
Expand Up @@ -13,8 +13,11 @@
<animation effect="slide" end="0,-135" time="0" condition="Window.IsVisible(fullscreenvideo) + Skin.HasSetting(ScopeMode) + String.IsEqual(Skin.String(scope_mode),$LOCALIZE[31479])">Conditional</animation>
<animation effect="slide" end="0,-131.5" time="0" condition="Window.IsVisible(fullscreenvideo) + Skin.HasSetting(ScopeMode) + String.IsEqual(Skin.String(scope_mode),$LOCALIZE[31475])">Conditional</animation>
<animation effect="slide" end="0,-21" time="0" condition="Window.IsVisible(fullscreenvideo) + Skin.HasSetting(ScopeMode) + String.IsEqual(Skin.String(scope_mode),$LOCALIZE[31478])">Conditional</animation>
<include condition="![Skin.HasSetting(SmallOSDVideo) + Window.IsVisible(fullscreenvideo) + !Window.IsActive(fullscreeninfo)]">OSDWithInfo</include>
<include condition="[Skin.HasSetting(SmallOSDVideo) + Window.IsVisible(fullscreenvideo) + !Window.IsActive(fullscreeninfo)]">OSDWithoutInfo</include>
<include content="SeekBar" condition="[Player.Seeking | Player.DisplayAfterSeek]">
<param name="top">990</param>
</include>
<include condition="![Player.Seeking | Player.DisplayAfterSeek] + !Skin.HasSetting(SmallOSDVideo) + Window.IsVisible(fullscreenvideo) + !Window.IsActive(fullscreeninfo)">OSDWithInfo</include>
<include condition="![Player.Seeking | Player.DisplayAfterSeek] + Skin.HasSetting(SmallOSDVideo) + Window.IsVisible(fullscreenvideo) + !Window.IsActive(fullscreeninfo)">OSDWithoutInfo</include>
</control>
</controls>
</window>

0 comments on commit 62bcf3a

Please sign in to comment.