2023-06-27, 02:29
I have Kodi installed on a Win 10 PC, Nvidia Shield (Android 9) and an Android TV STB (Android 11). The issue I'm about to describe occurs on all these devices. The problem also occurs when running Kodi 18.x, Kodi 19.x and Kodi 20.x on these devices. I have tried several different skins including Arctic: Zephyr - Reloaded, Embuary (Matrix), Aeon Nox: SiLVO, Rapier and a couple others. The problem persists with all these skins.
The problem is that whenever I select a movie the movie loads, but the Kodi "Busy Spinner" doesn't stop spinning. The only way to watch the movie WITHOUT THE SPINNING BLUE WHEEL running is to press the Escape Key (Win10) or the Return Key (Android). After either key is pressed the movie freezes for an instant, fast forwards a bit and then the blue spinning wheel disappears.
The weird part is that if I select a movie from a movie LIST VIEW, this behavior does not occur. The infinite spinning blue wheel ONLY occurs if the selected movie is played from the Wall View - the main view (home view) in the Embuary (Matrix) skin for example.
I'm not a coder but I added the following two lines of code to the Embuary skin's Embuary_Includes.xml file (lines 793 & 794):
<animation effect="fade" start="0" end="100" time="240" reversible="false"condition="true">Conditional</animation>
<animation effect="fade" start="100" end="0" time="240" reversible="false" condition="Window.IsVisible(fullscreenvideo) | Window.IsVisible(FullscreenGame)">Conditional</animation>
These two lines of code stops the spinning wheel (it disappears). The movie plays as it should. And I can control the movie's pause/play and FF/RR from the remote...but, I CAN NOT ACCESS the video OSD, with the pause/play, FF/RR, CC, settings, etc., UNLESS the Escape Key (Win10) or the Return Key (Android) is pressed.
Any ideas/suggestion on how to correct this issue would be very appreciated! Thank You!
The problem is that whenever I select a movie the movie loads, but the Kodi "Busy Spinner" doesn't stop spinning. The only way to watch the movie WITHOUT THE SPINNING BLUE WHEEL running is to press the Escape Key (Win10) or the Return Key (Android). After either key is pressed the movie freezes for an instant, fast forwards a bit and then the blue spinning wheel disappears.
The weird part is that if I select a movie from a movie LIST VIEW, this behavior does not occur. The infinite spinning blue wheel ONLY occurs if the selected movie is played from the Wall View - the main view (home view) in the Embuary (Matrix) skin for example.
I'm not a coder but I added the following two lines of code to the Embuary skin's Embuary_Includes.xml file (lines 793 & 794):
<animation effect="fade" start="0" end="100" time="240" reversible="false"condition="true">Conditional</animation>
<animation effect="fade" start="100" end="0" time="240" reversible="false" condition="Window.IsVisible(fullscreenvideo) | Window.IsVisible(FullscreenGame)">Conditional</animation>
These two lines of code stops the spinning wheel (it disappears). The movie plays as it should. And I can control the movie's pause/play and FF/RR from the remote...but, I CAN NOT ACCESS the video OSD, with the pause/play, FF/RR, CC, settings, etc., UNLESS the Escape Key (Win10) or the Return Key (Android) is pressed.
Any ideas/suggestion on how to correct this issue would be very appreciated! Thank You!