• 1
  • 208
  • 209
  • 210(current)
  • 211
  • 212
  • 214
Deprecated Arctic Horizon 2
(2024-10-02, 18:47)Nexius Wrote: The issue is when I play a movie, then exit, the poster disappear. I need to exit movie section and reopen it to see the poster again. It does the same for tv shows episodes. Any idea ?

This issue has been reported here before in this thread. I don't know if there was a fix or workaround. I've never been able to replicate it.
Which layout are you using? eg Poster Row or Poster Wall.
Does it only happen with the default action set to Show Information?

@Karellen did you ever find a fix? Was Up next causing it?
Reply
My layout is Poster wall, but it happens too with Thumbnail wall on tv shows episode.
It happens only when you use Default action to Show information, and do a fast forward during the video play.

I made (an ugly) workaround which consist of a Python script which will refresh the current window everytime the video player is exit :

python:

import xbmc

class VideoRefreshPlayer(xbmc.Player):
def __init__(self):
super(VideoRefreshPlayer, self).__init__()

def onPlayBackStopped(self):
# Trigger container refresh when video stops
xbmc.executebuiltin('Container.Refresh')

if __name__ == '__main__':
player = VideoRefreshPlayer()
# Keep the script running while Kodi is active
monitor = xbmc.Monitor()
while not monitor.abortRequested():
monitor.waitForAbort(1)

addon.xml:

<addon id="script.video.refresh" name="Video Refresh Addon" version="1.0.0" provider-name="YourName">
<extension point="xbmc.python.script" library="default.py" />
<extension point="xbmc.service" />
</addon>

Reply
(2024-10-03, 12:54)Nexius Wrote: I made (an ugly) workaround which consist of a Python script which will refresh the current window everytime the video player is exit :
Nice workaround that will help others that have the same issue.
Reply
I have the same issue. Where would I post this script? Thank you for making it.
Reply
Hai, can you add a new style of widgets , name LOVEFILM2 , make it looks like Google TV Lovefilm, Wich is the backround is static not like lovefilm1 the backround is fanart of the movie.
Make it static like google tv, or we can customize the backround picture base on banner or fanart we want and static. TQ i really2 appreciate your work..btw lovefilm1 dont remove, just add lovefilm2..
Reply
Google tv lovefilm = Google Tv Watch With Me, I mean..
Reply
Is there any guide on how to achieve similar style / functionality to the OP screenshots? And can I get it working with a Debrid service?
Reply
(2024-10-12, 21:12)blzalewski Wrote: And can I get it working with a Debrid service?
@blzalewski
Debrid is banned from this forum. Please read our Forum Rules and view our example list of Banned Add-ons (wiki)

You should seek assistance from where you obtained it.

Your post will be removed shortly.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
I have quite a long main menu list and when I use the Classic, Icon or Vertical menu style, it automatically scrolls when it gets to the end of the screen to show the next main menu items. When I use the Text menu style, the main menu does not scroll and show the next item. However it still displays correctly on the screen. Looking at the coding, it seems like the Text menu style uses the "togglebutton" control type due to the search menu. Is that the reason the main menu items can't scroll. Any workarounds?
Reply
Hello, Will there be continued updates and support for Arctic Horizon 2 ?

There is also a problem with the skin when there is more than one user account
These errors appear
Image

Image
Image
He even deleted the other user account and I couldn't find it in account kodi settings
(I restored it by adding the user account again and selecting a userdata folder.)

To avoid this from happening master user and other user must be using same skin Arctic Horizon 2.
Reply
(2024-11-16, 12:25)KaBoS Wrote: Hello, Will there be continued updates and support for Arctic Horizon 2 ?

Consider it abandonware. The creator, jurialmunkey, has stated he only works on skins he's actually using. He's moved on.

His latest is Arctic Fuse 2 which is currently in Alpha release and is getting daily updates. This has massive potential already, but I'd hold off until the updates slow down.
Reply
@ChocOranger Thanks for the reply I actually liked Horizon 2 more than Fuse 2.
Reply
(2022-12-10, 02:36)jurialmunkey Wrote:
(2022-12-07, 21:32)hoopsdavis Wrote: @jurialmunkey, hi  when you get time can you provide the option to set the Weather as a fullscreen widget?

Thanks in Advance

Already was requested on github:
https://github.com/jurialmunkey/skin.arc...issues/448

Thanks
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Office
: Google TV | Kodi 21.1 | Samsung 50"                      |  Movies: 2734

Master Bedroom: Google TV | Kodi 21.1 | Samsung 43"     |  Music: Artist 244 |  Albums 1177 | Songs 10914
TheaterGoogle TV | Kodi  21.01| Samsung 75"                \  TV Shows: 71 |  Seasons 852 | Episodes 4456
---------------------------------------------------------------------------------------------------------------------------------------
 
Reply
Is it possible to add a holiday theme to Ah2? I saw it on AF2 and it's kinda cute 😁 I hope it's still possible
Reply
Hi i have the skin setup but when i play a video and hit back and go back to home screen video is still playing in background until another video is played or kodi is exited out. How can i fix this?
Reply
  • 1
  • 208
  • 209
  • 210(current)
  • 211
  • 212
  • 214

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon 20