Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 234
  • 235
  • 236(current)
  • 237
  • 238
  • 245
Arctic: Zephyr 2
I would like to somehow flag media that I have on cloud storage. Right now I'm using separate Plex libraries, but that creates duplicate series folders in Kodi when I have some seasons in the cloud and some other seasons of the same season locally. Google turned up these links:
https://forum.kodi.tv/showthread.php?tid...pid1615348
https://kodi.wiki/index.php?title=Media_...dia_source

This sounds like a hard-to-maintain hack. The end result I'm looking for is to have seasons from the same series show up together in widgets, but be able to see at a glance (e.g. with a cloud icon) which season is in the cloud without having to pull up details at the episode level (way too many clicks involved). Any way to achieve this?
(2020-06-07, 04:24)Aemstel Wrote: @jurialmunkey Love your skins. Have been using Arctic Zephyr for many years. Thank you!!

Just gave Kodi 19 Matrix a try (because of the HDR passthrough build by jogal) and noticed Arctic Zephyr 2 doesn't install. It throws the following error:

CAddonInstallJob[skin.arctic.zephyr.2]: The dependency on xbmc.python version 2.26.0 could not be satisfied.

I have no idea how hard it would be to make your skin work under Matrix, but I thought I'd post about it. Would love for Arctic Zephyr 2 to work on that jogal build, because the HDR passthrough works great.

Cheers and thanks again for all your work.
Are you getting the Zephyr2 install from a repo or a zip file?  I ask only because I did a test install of my Arctic Zephyr2 mod (which is like 99% similar to Arctic Zephyr2), and it installed in Matrix just fine.  I also looked at the AZ2 addon.xml file (which defines dependencies), and xbmc.python isn't listed in it's dependencies.  So it's unclear how it would be generating the error you posted.  I'm not saying it didn't, I just can't figure out how it would based on what I'm looking at.  You might make sure you have jurialmunkey's most current repo and try again from there.  I'd clear out the package directory in your addon folder just to be sure Kodi isn't using something you downloaded earlier.
(2020-06-07, 21:37)pkscout Wrote:
(2020-06-07, 04:24)Aemstel Wrote: @jurialmunkey Love your skins. Have been using Arctic Zephyr for many years. Thank you!!

Just gave Kodi 19 Matrix a try (because of the HDR passthrough build by jogal) and noticed Arctic Zephyr 2 doesn't install. It throws the following error:

CAddonInstallJob[skin.arctic.zephyr.2]: The dependency on xbmc.python version 2.26.0 could not be satisfied.

I have no idea how hard it would be to make your skin work under Matrix, but I thought I'd post about it. Would love for Arctic Zephyr 2 to work on that jogal build, because the HDR passthrough works great.

Cheers and thanks again for all your work.
Are you getting the Zephyr2 install from a repo or a zip file?  I ask only because I did a test install of my Arctic Zephyr2 mod (which is like 99% similar to Arctic Zephyr2), and it installed in Matrix just fine.  I also looked at the AZ2 addon.xml file (which defines dependencies), and xbmc.python isn't listed in it's dependencies.  So it's unclear how it would be generating the error you posted.  I'm not saying it didn't, I just can't figure out how it would based on what I'm looking at.  You might make sure you have jurialmunkey's most current repo and try again from there.  I'd clear out the package directory in your addon folder just to be sure Kodi isn't using something you downloaded earlier.
Thanks for your reply. I got the error when trying to install from the repo. I just updated the repo, cleared out packages and tried again. Same error. I then got the skin source from github and installed that (install from zip file). Looks like that worked. At first glance it seems a bit buggy (long load times, issues with exiting), but it installed.
The addon.xml from the (and dependencies of the) GitHub version of this skin is the same as the one on the Kodi repository.

There are a handful of dependencies, and I'd assume that at least one of them hasn't been updated yet... or of it has, it may not have been updated in the official repository.

A log of this situation would explain which dependency was failing to install.
I just registered an account to say INCREDIBLE WORK MATE!
Great skin! Love the simplicity. Is there any way to to create a custom widget featuring your Favorites?
(2020-06-10, 04:53)drinfernoo Wrote: The addon.xml from the (and dependencies of the) GitHub version of this skin is the same as the one on the Kodi repository.

There are a handful of dependencies, and I'd assume that at least one of them hasn't been updated yet... or of it has, it may not have been updated in the official repository.

A log of this situation would explain which dependency was failing to install.
I tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that.
(2020-06-10, 18:35)Aemstel Wrote:
(2020-06-10, 04:53)drinfernoo Wrote: The addon.xml from the (and dependencies of the) GitHub version of this skin is the same as the one on the Kodi repository.

There are a handful of dependencies, and I'd assume that at least one of them hasn't been updated yet... or of it has, it may not have been updated in the official repository.

A log of this situation would explain which dependency was failing to install.
I tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that.

Yes, the surrounding lines around the message you posted would be where it said more information.
(2020-06-10, 19:57)drinfernoo Wrote:
(2020-06-10, 18:35)Aemstel Wrote:
(2020-06-10, 04:53)drinfernoo Wrote: The addon.xml from the (and dependencies of the) GitHub version of this skin is the same as the one on the Kodi repository.

There are a handful of dependencies, and I'd assume that at least one of them hasn't been updated yet... or of it has, it may not have been updated in the official repository.

A log of this situation would explain which dependency was failing to install.
I tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that.

Yes, the surrounding lines around the message you posted would be where it said more information.
No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid...pid2954713
Not sure if that's helpful, seems like the same issue.
(2020-06-10, 22:06)Aemstel Wrote:
(2020-06-10, 19:57)drinfernoo Wrote:
(2020-06-10, 18:35)Aemstel Wrote: I tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that.

Yes, the surrounding lines around the message you posted would be where it said more information.
No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid...pid2954713
Not sure if that's helpful, seems like the same issue.

Yes, that is the issue. However, that only explains the cause, not the effect.

If you're installing AZ2 from the repository, as you should be, then one of its dependencies is failing because it isn't compatible with Matrix. A (debug?) log will explain which dependency is failing to install.

If you're installing directly from zip, don't. There's no reason to do that, and you will almost certainly miss out on stuff.
(2020-06-10, 14:02)mrx777 Wrote: Great skin! Love the simplicity. Is there any way to to create a custom widget featuring your Favorites?

For the newbies out there.. Simple Favorites is your answer.
(2020-06-11, 04:51)drinfernoo Wrote:
(2020-06-10, 22:06)Aemstel Wrote:
(2020-06-10, 19:57)drinfernoo Wrote: Yes, the surrounding lines around the message you posted would be where it said more information.
No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid...pid2954713
Not sure if that's helpful, seems like the same issue.

Yes, that is the issue. However, that only explains the cause, not the effect.

If you're installing AZ2 from the repository, as you should be, then one of its dependencies is failing because it isn't compatible with Matrix. A (debug?) log will explain which dependency is failing to install.

If you're installing directly from zip, don't. There's no reason to do that, and you will almost certainly miss out on stuff.
I just uninstalled the skin and retried installing the repo. This time it gave an error while installing the repo and it showed the cause: themoviedb.helper. The repo did install succesfully though and I could install Arctic Zephyr 2 from it as well. There were some warnings in the log when installing the skin, but it works. Not sure why it behaved differently this time. I saved the log and pasted part of it here: https://pastebin.com/bpLxw4em
The error at the top concerning themoviedb.helper happened when installing the repo. The rest after installing/ running the skin.
Hello I have a question.

I was looking on backgrounds viewmodes in extras folder an I found there, that my viewmodes looked different.

I give an example.
Viewmode - LandscapeShowCase

Your:
https://ibb.co/N1dSXHT

Mine:
https://ibb.co/KNvJWCF

Why I don't see Genre?
Thanks for your answer. PS: it's great skin
(2020-06-15, 10:41)brtani Wrote:  
I also tried Artic Horizon, it is the same, Genres are not there.
But when i tried Aura, evereything is OK, Genres are there.

I do not understand, where is the problem.

I forgot, i use Coreelec 9.2.3
Hi
Is it possible to get fanart for landscape widgets? In aura I had landscape art for my episode widgets and it showed fanart in them. Now i AZ2 it shows a thumbnail from the episode.
In Aura there was a box you could check that said "Prefer fanart for landscape widgets", but I don't see it AZ2.

Also, is there anyway to display season and episode number with the episode title?

It's about the only thing I'm missing from Aura.

Does anyone know which files I would need to edit to add this?
  • 1
  • 234
  • 235
  • 236(current)
  • 237
  • 238
  • 245

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr 226