Skip to content

Commit

Permalink
🐛 Allow spotlight autoscroll after trailer finishes - #966
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 21, 2024
1 parent cbc2582 commit 78e995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes_Spotlight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<left>-1920</left>

<include content="Defs_AutoScroll">
<param name="condition">[[!ControlGroup(310).HasFocus() | System.IdleTime(3)] + !Skin.TimerIsRunning(idle_spotlight_trailer) + !Player.HasMedia + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(DialogMusicInfo.xml) + !Window.IsVisible(DialogContextMenu.xml) + !Window.IsVisible(1113) + !Window.IsVisible(1123) + !Window.IsVisible(script-wikipedia.xml) + !Window.IsVisible(DialogSelect.xml)]</param>
<param name="condition">[[!ControlGroup(310).HasFocus() | System.IdleTime(3)] + ![Skin.TimerIsRunning(idle_spotlight_trailer) + !String.IsEmpty(Container(99950).ListItem.Trailer) + !String.IsEqual(Window(Home).Property(PlayTrailer),Container(99950).ListItem.Trailer)] + ![Player.HasVideo + String.IsEqual(Window(Home).Property(PlayTrailer),Player.FileNameAndPath)] + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(DialogMusicInfo.xml) + !Window.IsVisible(DialogContextMenu.xml) + !Window.IsVisible(1113) + !Window.IsVisible(1123) + !Window.IsVisible(script-wikipedia.xml) + !Window.IsVisible(DialogSelect.xml) + !Window.IsVisible(DialogBusy.xml)]</param>
</include>

<itemlayout />
Expand Down

0 comments on commit 78e995c

Please sign in to comment.