Skip to content

Commit

Permalink
Fix splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gade01 committed Oct 8, 2022
1 parent 4549417 commit c356184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 720p/Startup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<onload condition="System.AddonIsEnabled(script.artistslideshow) + [Skin.HasSetting(UseFanartForMusicPlayingBG) | Skin.HasSetting(UseVisualizationAndFanartForMusicPlayingBG)] + Skin.HasSetting(EnableArtistFanartSlideshow)">RunScript(script.artistslideshow, daemon=True)</onload>
<onload condition="System.AddonIsEnabled(script.skin.helper.service)">Skin.SetBool(SkinHelper.EnablePVRThumbs)</onload>
<onload condition="System.AddonIsEnabled(script.skin.helper.service)">Skin.SetBool(SkinHelper.EnableMusicArt)</onload>
<onload condition="![$EXP[IsSplashScreenImage]]">SetFocus(9001)</onload>
<onload condition="$EXP[IsSplashScreenImage]">ShowPicture($INFO[Skin.String(SplashScreen)])</onload>
<onload condition="!String.IsEmpty(Skin.String(SplashScreen))">SetFocus(9001)</onload>
<onload>ReplaceWindow($INFO[System.StartupWindow])</onload>

<controls>
<control type="button" id="9001">
<left>2000</left>
<onfocus>PlayMedia($INFO[Skin.String(SplashScreen)],1,noresume)</onfocus>
<visible>!String.IsEmpty(Skin.String(SplashScreen)) + ![$EXP[IsSplashScreenImage]]</visible>
<onfocus condition="$EXP[IsSplashScreenImage]">ShowPicture($INFO[Skin.String(SplashScreen)])</onfocus>
<onfocus condition="![$EXP[IsSplashScreenImage]]">PlayMedia($INFO[Skin.String(SplashScreen)],1,noresume)</onfocus>
<visible>!String.IsEmpty(Skin.String(SplashScreen))</visible>
</control>
</controls>
</window>
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[B]13.0.11 (6-October-22)[/B]
------------------------
- Add support for RetroPlayer savestate manager.
- Update fullscreen video and music OSD buttons.

------------------------
[B]13.0.10 (19-July-22)[/B]
Expand Down

0 comments on commit c356184

Please sign in to comment.