Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 185
  • 186
  • 187(current)
  • 188
  • 189
  • 201
WIP Arctic Horizon
(2021-05-30, 15:49)tiago1994 Wrote: I want to congratulate this skin, it is very good, But I have a problem.
The skin is working but am only seeing TMDB and TRAKT ratings.
I tried everything
Some help please?
"Everything" is not a very helpful description of what you tried. It might help if you outline in a bit more detail what you tried so others can see if there is something you missed or something different you need to do.
Reply
(2021-05-30, 16:03)pkscout Wrote:
(2021-05-30, 15:49)tiago1994 Wrote: I want to congratulate this skin, it is very good, But I have a problem.
The skin is working but am only seeing TMDB and TRAKT ratings.
I tried everything
Some help please?
"Everything" is not a very helpful description of what you tried. It might help if you outline in a bit more detail what you tried so others can see if there is something you missed or something different you need to do.
Thanks for your answer...
First I installed the tmdb helper and put the omdb key, then I installed the skin variables and in the end I installed the theme, then I activated the additional ratings. did I forget a step?
Reply
(2021-05-30, 17:20)tiago1994 Wrote:
(2021-05-30, 16:03)pkscout Wrote:
(2021-05-30, 15:49)tiago1994 Wrote: I want to congratulate this skin, it is very good, But I have a problem.
The skin is working but am only seeing TMDB and TRAKT ratings.
I tried everything
Some help please?
"Everything" is not a very helpful description of what you tried. It might help if you outline in a bit more detail what you tried so others can see if there is something you missed or something different you need to do.
Thanks for your answer...
First I installed the tmdb helper and put the omdb key, then I installed the skin variables and in the end I installed the theme, then I activated the additional ratings. did I forget a step?
Sorry for de double reply
It's working now
i have an android tv and did a restart, then i cleared the kodi cache and then forced the kodi to stop and it already works ..
Thanks a lot.
Reply
Thanks so much for this skin! It has the clean smooth feel of Arctic Zephyr with some of the elements from Aura that I deeply missed.

Now this is not a request but I do miss having a large poster view and I saw there is a way to add viewtypes in the skin settings.

I am not familiar with coding at all but is there a pre-existing quick and dirty viewtype add-on that can be easily edited or would one have to pull code from the skin to create one?

Just wondering how I would go about making it myself. Thanks!
Reply
(2021-05-30, 20:20)BoosterSilver Wrote: Thanks so much for this skin! It has the clean smooth feel of Arctic Zephyr with some of the elements from Aura that I deeply missed.

Now this is not a request but I do miss having a large poster view and I saw there is a way to add viewtypes in the skin settings.

I am not familiar with coding at all but is there a pre-existing quick and dirty viewtype add-on that can be easily edited or would one have to pull code from the skin to create one?

Just wondering how I would go about making it myself. Thanks!
There is no add-on to add a view type, and adding one yourself requires some pretty decent understanding of XML, the Kodi skinning engine, and this skin's code. Given your experience with coding, I'd say it's not going to be a realistic option for you to add another view type.
Reply
Information 
Hello guys, 

first of all @jurialmunkey thank you so much for this amazing theme, every other is so behind this is just masterpiece. Anyway I may have some questions for you. I would like to mention @drinfernoo as well for his help through youtube with widgets and some questions maybe be also related to that. 

1. AH - Is there any kind of option ( maybe also manual work ) how to get rid of these information? They are displaying when Display info is set to true but that should apply to movies. Every time when I load a widget this is the initial information on fullscreen widgets, hub, home widget etc.
It means I need to press right and then it switches to movie and information for that specific movie as well. - link for image https://ibb.co/rmxQXmr

2. Search - I've addon that streams movies and it has also search inside. I tried to implement it into menu but when I select search as an menu item or even action it does nothing. Also tried: ActivateWindow(Videos,plugin://plugin.stream-cinema-2/search?q=$INFO[Skin.String(MediaSearchTerm)],return)
which actually work, but whenever I search something keyboard pops up, find the movie and in a sec it pops up again... 
2b) tried to do this as a shortcut from AutoWidget but no luck there ( also tried debuginfo -> id ) but the thing is that search just havent any ID, to me it looks like it shares ID with all submenus in that addon. Any ideas? 
3. @jurialmunkey I'm not sure if this is the question for you or should I ask somewhere else but TMDB... https://ibb.co/TK2Ln2Z Is there anyway how can I show widgets from TMDB ( cause they are lot faster than loading it from addon that I'm using ) and then whenever I click on movie from TMDB it will use that addon as a player? 
For some reason it just offers UPNP / Youtube and thats it.... https://ibb.co/2nvMYxs
4. Submenus in fullscreen widget - Still didnt find out how to insert submenu directly in fullscreen / hub widget on home it just displays movies and thats it. 

Hopefuly I didnt overhelmed you and I really hope that this theme stays as long as we are here no matter what version of kodi is currently out. Since its free does @jurialmunkey accept donations somewhere? 
Thanks a lot!
Reply
@mkonecny - your link above refers to a banned addon (wiki) which makes use of illegally sourced, pirated material.

Due to that support is not available here for your device nor anything related to it, as per the forum rules (wiki) that you accepted and agreed to abide by when you signed up here.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
(2021-06-01, 14:22)DarrenHill Wrote: @mkonecny - your link above refers to a banned addon (wiki) which makes use of illegally sourced, pirated material.

Due to that support is not available here for your device nor anything related to it, as per the forum rules (wiki) that you accepted and agreed to abide by when you signed up here.

Stream Cinema was mentioned as example -> copied from web as a whole url.
Reply
@DarrenHill so just to clarify it since Im not able to edit the post this link was gathered from web source where this type of topic was disscussed -> ActivateWindow(Videos,plugin://plugin.whatever/search?q=$INFO[Skin.String(MediaSearchTerm)],return)
Reply
(2021-06-01, 15:04)mkonecny Wrote: @DarrenHill so just to clarify it since Im not able to edit the post this link was gathered from web source where this type of topic was disscussed -> ActivateWindow(Videos,plugin://plugin.whatever/search?q=$INFO[Skin.String(MediaSearchTerm)],return)
Every addon is built differently, why don't you tell us which addon you want help with so we can help, instead of "plugin.whatever"  Huh
Reply
(2021-06-01, 15:04)mkonecny Wrote: @DarrenHill so just to clarify it since Im not able to edit the post this link was gathered from web source where this type of topic was disscussed -> ActivateWindow(Videos,plugin://plugin.whatever/search?q=$INFO[Skin.String(MediaSearchTerm)],return)

That was the one, and as it's a banned addon (wiki) you made a poor choice.

As @FXB78 correctly asks, be more specific and then things can progress, as there may well be variations in how things are coded or what's required.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
(2021-06-01, 15:28)DarrenHill Wrote:
(2021-06-01, 15:04)mkonecny Wrote: @DarrenHill so just to clarify it since Im not able to edit the post this link was gathered from web source where this type of topic was disscussed -> ActivateWindow(Videos,plugin://plugin.whatever/search?q=$INFO[Skin.String(MediaSearchTerm)],return)

That was the one, and as it's a banned addon (wiki) you made a poor choice.

As @FXB78 correctly asks, be more specific and then things can progress, as there may well be variations in how things are coded or what's required.

My bad guys. Smile Im using popcornflix along with crackle. Smile
Reply
(2021-06-01, 16:08)mkonecny Wrote:
(2021-06-01, 15:28)DarrenHill Wrote:
(2021-06-01, 15:04)mkonecny Wrote: @DarrenHill so just to clarify it since Im not able to edit the post this link was gathered from web source where this type of topic was disscussed -> ActivateWindow(Videos,plugin://plugin.whatever/search?q=$INFO[Skin.String(MediaSearchTerm)],return)

That was the one, and as it's a banned addon (wiki) you made a poor choice.

As @FXB78 correctly asks, be more specific and then things can progress, as there may well be variations in how things are coded or what's required.

My bad guys. Smile Im using popcornflix along with crackle. Smile
Neither of those addons has a Search option, so the code you posted won't work.
Reply
Hm, its kinda weird because when I go inside the addon Ive search there lol.... Anyway search isnt that much important as the other TMDB -> Play with popcornflix for example...

Also searching from netflix should work is that right? When turning the debug info can I just grab url and try insert the ending of the url above?
Reply
Two questions:

1. Is there a way to set the full screen widget to display both movies and TV at the same time? I'd like my home fullscreen (and arctic mirage) to show a variety of movies and TV shows if possible.

2. Clearart doesn't seem to be showing up in bottom right corner when video is paused like in AZ2 and Aura. Was that feature not included here or am I just missing the setting to turn it on somewhere?
Reply
  • 1
  • 185
  • 186
  • 187(current)
  • 188
  • 189
  • 201

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon7