Skip to content

Commit

Permalink
1.1.17 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Nov 10, 2023
1 parent aa39bed commit e7c42b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions 16x9/Templates_Artwork.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<control type="image">
<nested />
<visible>$PARAM[visible]</visible>
<include content="Dialog_Over_Artwork_Fadediffuse_Animation" />
<left>$PARAM[left]</left>
<top>$PARAM[top]</top>
<width>$PARAM[width]</width>
Expand Down
1 change: 1 addition & 0 deletions 16x9/Variables_Textures_Flags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
<value condition="ListItem.IsCollection + Window.Is(movieinformation) + !String.IsEmpty(Container(50).ListItem.Studio)">$INFO[Container(50).ListItem.Studio,flags/studios/,.png]</value>
<value condition="ListItem.IsCollection + Skin.HasSetting(Secondary_List_Enabled) + !String.IsEmpty(Container(3100).ListItem.Studio)">$INFO[Container(3100).ListItem.Studio,flags/studios/,.png]</value>
<value condition="ListItem.IsCollection + !String.IsEmpty(Container(3100).ListItem.Studio)">$INFO[Container(3100).ListItem.Studio,flags/studios/,.png]</value>
<value condition="Window.Is(pvrguideinfo) | Window.is(pvrrecordinginfo) + !String.IsEmpty(ListItem.Icon)">$INFO[ListItem.EPGEventIcon]</value>
<value condition="Window.Is(pvrguideinfo) | Window.is(pvrrecordinginfo) + !String.IsEmpty(ListItem.ChannelName)">$INFO[ListItem.ChannelName,flags/studios/,.png]</value>
<value condition="!String.IsEmpty(ListItem.Studio)">$INFO[ListItem.Studio,flags/studios/,.png]</value>
</variable>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.1.17**
- Added fade effect to infoscreen thumbnail when shutdownmenu visible on top

**1.1.16**
- Bug fix: removed unmatched parenthesis causing log errors
- Updated MGM, MGM+ and HBO Max flags
Expand Down

0 comments on commit e7c42b1

Please sign in to comment.