Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Fix for player process info
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Dec 30, 2019
1 parent 9fa961c commit 9509f88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 1080i/DialogPlayerProcessInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<controls>

<include content="Object_ShadowSpot_Group">
<param name="width" value="800" />
<param name="width" value="1500" />
<param name="height" value="450" />
<visible>!VideoPlayer.Content(livetv)</visible>
<include content="Object_ShadowSpot_Grouplist">
Expand Down Expand Up @@ -35,7 +35,7 @@
</include>

<include content="Object_ShadowSpot_Group">
<param name="width" value="800" />
<param name="width" value="1500" />
<param name="height" value="1080" />
<visible>VideoPlayer.Content(livetv)</visible>
<include content="Object_ShadowSpot_Grouplist">
Expand Down Expand Up @@ -106,7 +106,7 @@
<height>40</height>
<control type="progress">
<top>5</top>
<width>66%</width>
<width>528</width>
<height>10</height>
<info>PVR.ActStreamProgrSignal</info>
</control>
Expand All @@ -119,7 +119,7 @@
<height>40</height>
<control type="progress">
<top>5</top>
<width>66%</width>
<width>528</width>
<height>10</height>
<info>PVR.ActStreamProgrSNR</info>
</control>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.55-alpha2">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.55-alpha3">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

0.9.55
- Fix for new TMDbHelper
- Fir for new ArtistSlideshow
- Fix for new ArtistSlideshow
- Fix for playerprocessinfo

0.9.54
- Change position of studio/country etc tags to allow smart auto sizing
Expand Down

0 comments on commit 9509f88

Please sign in to comment.