Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 148
  • 149
  • 150(current)
  • 151
  • 152
  • 201
WIP Arctic Horizon
(2020-10-09, 20:27)daking1512 Wrote: I've been looking everywhere in the skin settings, maybe im oblivious, but if youre using a remote (not a keyboard) how can you go back to a video that is playing in the background? using a keyboard on my computer I would use TAB to go back to the video playing in the background, but thats not possible using a remote

is there a custom command I can put a shortcut for in the power pop-up menu?
From memory I think the builtin command to switch to fullscreen video is "fullscreen"
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-10-02, 13:27)jurialmunkey Wrote:
(2020-10-02, 12:41)rossomike1966 Wrote: as you can see red arrow, that the plot of the movie scroll down
this does not happen. sorry again

Ah looks to be a bug.

I forgot that I de-linked that setting from plot autoscroll. Problem is that I didn't remember to remove the condition from the plot box, so it was stuck on whatever the setting was previously with no way to change it.

Should be fixed on latest git version so that plot scrolls by default.
Is there no way to disable auto-scroll now? I can't seem to find a way to do it & the scrolling is not something I want it to do, I prefer to just press Up to view the full plot.
Reply
First of all amazing skin Smile

When i entered the omdb key , can i also see IMDB Ratings ?
But i lost my omdb key . Is there a way to restore the key ?
Reply
Would you consider adding Cinemavision support to this exceptional skin - similar to SiLVO?
Reply
Hi jurialmunkey, first of all, I want to thank you for all your great skin's you've done so fare.

I know your not using the live-TV part in kodi but I want to ask anyway.
When I open the PVR info dialog I can see the landscape art, which is coming from my tvheadend-epg source.
Is there maybe a simple trick so I can see it also in the "all channels" widget instead of the channel icon?

Many thanks.


Image

Image
Reply
@jurialmunkey amazing skin as always!  Just wondering, is there a way to toggle off "Show Library Location" in settings, like there was in Arctic Zephyr 2?  I prefer the terms "Films" and "Series" over "Movies" and "TV Shows" and have my home screen widgets labeled as such..  When I open the full screen Movie and TV Show libraries, I'd like to be able to remove the label if possible, since they clash with names of the home screen widgets

Image
Reply
First of, great looking skin. Been using your other skins for a while, but recently installed Kodi 19. Over to my question. I'm running Matrix alpha 2 on Nvidia Shield TV, and have installed

SkinVariables: https://github.com/jurialmunkey/script.skinvariables
TMDBHelper: https://github.com/jurialmunkey/plugin.v...edb.helper

and also your repository for Matrix. How do I install the skin? When trying to install the zip file it says "the dependency on xbmc.gui version 5.14.0 could not be satisfied". I also can't find this skin on your repository. Am I missing something?
Reply
Jurialmunkey,

In the recently added section, when you view a movie it dissapears from this section. Is this intended?
Reply
(2020-10-13, 15:51)Kane69 Wrote: First of, great looking skin. Been using your other skins for a while, but recently installed Kodi 19. Over to my question. I'm running Matrix alpha 2 on Nvidia Shield TV, and have installed

SkinVariables: https://github.com/jurialmunkey/script.skinvariables
TMDBHelper: https://github.com/jurialmunkey/plugin.v...edb.helper

and also your repository for Matrix. How do I install the skin? When trying to install the zip file it says "the dependency on xbmc.gui version 5.14.0 could not be satisfied". I also can't find this skin on your repository. Am I missing something?

I don't think there is an official Matrix build for AH yet. If you unzip the zip file, open addon.xml, change the xbmc.gui line to 5.15.0, re-zip the folder, and then install using that new zip, you should be able to install the skin. It works for me, but I wouldn't necessarily expect any support right now.
Reply
Getting an error when pressing play button from some plexkodiconnect playlists ex current
python:
[syntax=python]2020-10-14 08:34:48.321 T:12456   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\zoomf\scoop\apps\kodi\current\portable_data\addons\plugin.video.themoviedb.helper\plugin.py", line 11, in <module>
                                                Container().router()
                                              File "C:\Users\zoomf\scoop\apps\kodi\current\portable_data\addons\plugin.video.themoviedb.helper\resources\lib\container.py", line 1265, in router
                                                self.list_play()
                                              File "C:\Users\zoomf\scoop\apps\kodi\current\portable_data\addons\plugin.video.themoviedb.helper\resources\lib\container.py", line 892, in list_play
                                                if self.play_islocked():
                                              File "C:\Users\zoomf\scoop\apps\kodi\current\portable_data\addons\plugin.video.themoviedb.helper\resources\lib\container.py", line 877, in play_islocked
                                                lock = '{}.{}={}'.format(lock, k, v) if lock else '{}={}'.format(k, v)
                                            UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
                                            -->End of Python script error report<--
[/syntax]
Reply
(2020-10-14, 07:52)Skyline404 Wrote: Getting an error when pressing play button from some plexkodiconnect playlists ex current
Please don't post log snippets. Grab a complete debug log, put in on something like pastebin, and then post a link to it. Without the full debug log the error out of context often isn't that helpful.
Reply
(2020-10-13, 22:36)pkscout Wrote:
(2020-10-13, 15:51)Kane69 Wrote: First of, great looking skin. Been using your other skins for a while, but recently installed Kodi 19. Over to my question. I'm running Matrix alpha 2 on Nvidia Shield TV, and have installed

SkinVariables: https://github.com/jurialmunkey/script.skinvariables
TMDBHelper: https://github.com/jurialmunkey/plugin.v...edb.helper

and also your repository for Matrix. How do I install the skin? When trying to install the zip file it says "the dependency on xbmc.gui version 5.14.0 could not be satisfied". I also can't find this skin on your repository. Am I missing something?

I don't think there is an official Matrix build for AH yet. If you unzip the zip file, open addon.xml, change the xbmc.gui line to 5.15.0, re-zip the folder, and then install using that new zip, you should be able to install the skin. It works for me, but I wouldn't necessarily expect any support right now.
Thank you, worked like a charm 👍
Reply
(2020-10-14, 20:21)pkscout Wrote:
(2020-10-14, 07:52)Skyline404 Wrote: Getting an error when pressing play button from some plexkodiconnect playlists ex current
Please don't post log snippets. Grab a complete debug log, put in on something like pastebin, and then post a link to it. Without the full debug log the error out of context often isn't that helpful.
Sorry, here's full log 
https://paste.kodi.tv/exerufafag.kodi
Reply
Hello, how can I install the Skins? The repository zip Download link doesn't work.
Reply
Would there be any way to install this awesome skin on Kodi 17.6?  I have an Apple TV 4K, which doesn't support Kodi 18.  I tried downloading the zip file, unzip, change "xbmc.gui" line to "5.12.0" in addon.xml, rezip and then install from zip file, but it gives an error and fails to install.  Any suggestions would be appreciated.

EDIT:  I was able to get TMDB Helper and Skin Variables installed by upgrading Python to 2.26.0.  But when I try to install the skin from the zip file with xbmc.gui dependency modified to 5.12.0, I just get an error that the Addon failed to install from zip file.  I have to use an SMB to my Mac where the file is.  Installing zip files from there normally works.  I can't figure out what I'm doing wrong.  Maybe the way I'm re-compressing the skin install files after modifying addon.xml?
Reply
  • 1
  • 148
  • 149
  • 150(current)
  • 151
  • 152
  • 201

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon7