Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 21
Mod Arctic: Zephyr Plus (updated 18-03-2017)
YAY!! Finally got it!! I just used original file from GITHUB: skin.arctic.zephyr.plus-master.zip

Not sure why we have to rename and all. Finally worked.
Reply
Hey how i acitve these views?

Image

Image

Image

Image
Reply
on the first 3 cases you just need to open a info page on the keyboard it's "i". the square and rectangle artwork on the infopage only appear if you choose a view with square or rectangular "posters" The last one, you just need to open the movie/tvshow info page and then click left. to have all working correctly you should take a look at the instructions on the main post, if you haven't read them yet
Reply
(2017-03-05, 00:46)KODser Wrote: on the first 3 cases you just need to open a info page on the keyboard it's "i". the square and rectangle artwork on the infopage only appear if you choose a view with square or rectangular "posters" The last one, you just need to open the movie/tvshow info page and then click left. to have all working correctly you should take a look at the instructions on the main post, if you haven't read them yet

Ok thanks, i have to download artwork downloader addon to receive CD, logos, etc... like i say before i dont use keyboard and because of this i cant use the "i" key maybe a buttons remap can solve Laugh

Thanks anyway. Nod
Reply
(2017-03-05, 04:57)sabotendar_kun Wrote:
(2017-03-05, 00:46)KODser Wrote: on the first 3 cases you just need to open a info page on the keyboard it's "i". the square and rectangle artwork on the infopage only appear if you choose a view with square or rectangular "posters" The last one, you just need to open the movie/tvshow info page and then click left. to have all working correctly you should take a look at the instructions on the main post, if you haven't read them yet

Ok thanks, i have to download artwork downloader addon to receive CD, logos, etc... like i say before i dont use keyboard and because of this i cant use the "i" key maybe a buttons remap can solve Laugh

Thanks anyway. Nod
I guess you don't need to remap, you just need to use the button that you always used to open the infopage on movies or tv shows (that's what I mean by "i"), or you never opened an infopage on kodi? In the settings->system -> input you should be able to see what the buttons do and remap the buttons if you want

about the artwork downloader, only works for tvshows, music videos and movies. on games advanced emulator launcher has a scraper and you can add more artwork to a launcher, like cartridges. questions about AEL should be asked on the AEL thread

no problem, i'm here to help, or at least try
Reply
Hi,

Really liking this skin, One or two question is you don't mind.

Is there a setting to make music when launched go straight to Music Vis, cd art spinning etc ?

Also, I have an issue with TV shows showing posters for recently added on the main menu. Movies works fine. Screens below

Thanks

Image

Image
Reply
(2017-03-05, 05:50)KODser Wrote:
(2017-03-05, 04:57)sabotendar_kun Wrote:
(2017-03-05, 00:46)KODser Wrote: on the first 3 cases you just need to open a info page on the keyboard it's "i". the square and rectangle artwork on the infopage only appear if you choose a view with square or rectangular "posters" The last one, you just need to open the movie/tvshow info page and then click left. to have all working correctly you should take a look at the instructions on the main post, if you haven't read them yet
I guess you don't need to remap, you just need to use the button that you always used to open the infopage on movies or tv shows (that's what I mean by "i"), or you never opened an infopage on kodi? In the settings->system -> input you should be able to see what the buttons do and remap the buttons if you want

about the artwork downloader, only works for tvshows, music videos and movies. on games advanced emulator launcher has a scraper and you can add more artwork to a launcher, like cartridges. questions about AEL should be asked on the AEL thread

no problem, i'm here to help, or at least try

On controller remap i can not find the corresponding button for "I" key so i left of, in fact the images with have AEL pics is activate with "I" key and because of this i post in the skin part of forum Wink

Thanks for the answer.
Reply
(2017-03-06, 09:09)zorg2000k Wrote: Hi,

Really liking this skin, One or two question is you don't mind.

Is there a setting to make music when launched go straight to Music Vis, cd art spinning etc ?

Also, I have an issue with TV shows showing posters for recently added on the main menu. Movies works fine. Screens below

Thanks

https://s13.postimg.org/e9uth3rzb/Movies.jpg

https://s18.postimg.org/q258m9z6h/TV_Shows.jpg
Thanks for the report. I already know what is the problem. you need to open the Includes_images.xml and on the <variable name="PosterImage"> were it says

PHP Code:
<value condition="!IsEmpty(ListItem.Art(tvshow.poster)) + IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(tvshow.poster)]</value

should be this
PHP Code:
<value condition="!IsEmpty(ListItem.Art(tvshow.poster))">$INFO[ListItem.Art(tvshow.poster)]</value

I will fix this on the next update

About it going straight to Music Vis, I should be able to add a option to do that. I was thinking that the skin had that, but i'm not finding it. cd art spinning, I just added an option for the infopage, not for the music OSD? you don't like the cd spinning on the OSD?
Reply
(2017-03-06, 23:40)KODser Wrote:
(2017-03-06, 09:09)zorg2000k Wrote: Hi,

Really liking this skin, One or two question is you don't mind.

Is there a setting to make music when launched go straight to Music Vis, cd art spinning etc ?

Also, I have an issue with TV shows showing posters for recently added on the main menu. Movies works fine. Screens below

Thanks

https://s13.postimg.org/e9uth3rzb/Movies.jpg

https://s18.postimg.org/q258m9z6h/TV_Shows.jpg
Thanks for the report. I already know what is the problem. you need to open the Includes_images.xml and on the <variable name="PosterImage"> were it says

PHP Code:
<value condition="!IsEmpty(ListItem.Art(tvshow.poster)) + IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(tvshow.poster)]</value

should be this
PHP Code:
<value condition="!IsEmpty(ListItem.Art(tvshow.poster))">$INFO[ListItem.Art(tvshow.poster)]</value

I will fix this on the next update

About it going straight to Music Vis, I should be able to add a option to do that. I was thinking that the skin had that, but i'm not finding it. cd art spinning, I just added an option for the infopage, not for the music OSD? you don't like the cd spinning on the OSD?

Yes the spinning cd for Music would be great, thanks

Should have also mentioned, on the widget front, When you watch a films or TV show from recently added. Once watched it does remove itself from the main menu screen, Is that something that could be added, I know other skins have this working

Thanks
Reply
Because everyone here was super helpful I wanted to ask another thing. Actually it doesn't work with the unmodded Skin either. I'm talking about the Grant Widgets like Trending Movies etc., they simply don't show anything and it falls back to the Fallback Widgets.

I believe it's realised through Extended Info Skript which is updated. If I remember correctly it stopped working after some Update of the unmodded Skin Weeks/Months ago. Anyone using that function successfully? I could try to Debug later on but I'm not sure if this is a Skript thing or Skin thing.
Tmdb Widgets work fine though.


Gesendet von meinem Nexus 6P mit Tapatalk
Reply
Love the skin. But i have show discart and also animation enabled and I am not seeing any animation. Only discart pic displaying but not spinning. Any other setting I need to turn on? Thanks.
Reply
(2017-03-10, 00:25)robjbw Wrote: Love the skin. But i have show discart and also animation enabled and I am not seeing any animation. Only discart pic displaying but not spinning. Any other setting I need to turn on? Thanks.
The cd only spins when a movie, tv show or music is playing. if it's paused, the spinning will stop.
Reply
KODser:

Should have also mentioned, on the widget front, When you watch a film or TV show from recently added. Once watched it does remove itself from the main menu screen, Is that something that could be added, I know other skins have this working or have I missed a setting or plugin ?

Thanks
Reply
Thanks KODser for the fast reply. Any way to have an option so the cd art animation can be on when at the "info" page without the movie playing? Also, one problem I'm running is when I FAST "sidebar scrolling" using the "poster wall view". It's not smooth. It stutters along the way. I also have the Arctic: Zephyr by jurialmunkey and I don't have this problem with his. But I have to say that your skin is great. New music osd looks awesome and cd animation is great. But hopefully the scrolling can be fixed. Ps; you have a repo so your skin can be updated automatically? Thanks for the great work!
Reply
Just tried to instal this mod but no sucess...
I instaled the latest version of the skinhelper, the tre image collections the the mod itself. Renamed and reziped, but when I try to install from zip on Kodi nothing happens.
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 21

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr Plus (updated 18-03-2017)6