Kodi Community Forum
Arctic: Zephyr 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Arctic: Zephyr 2 (/showthread.php?tid=339791)



RE: Arctic: Zephyr 2 - NinjaMonkeyUK - 2019-11-06

(2019-11-06, 00:35)jurialmunkey Wrote:
(2019-11-06, 00:27)NinjaMonkeyUK Wrote: @jurialmunkey did I describe the bug I've seen well enough in my previous post, or should I try to capture a video of it for you?

Haha! I was literally fixing it as you posted! Big Grin 
Haha great timing!

I've just tested and can confirm... fixed!

Many thanks!


RE: Arctic: Zephyr 2 - maeda - 2019-11-06

(2019-11-06, 00:04)jurialmunkey Wrote: The skin doesn't control what is scraped, the List view just shows the scraped rating if available. To not show the rating you would need to not scrape it.

Regarding watched flags, you can see the variable here:
https://github.com/jurialmunkey/skin.arctic.zephyr.2/blob/master/1080i/Includes_Images.xml#L149-L158

The order is basically.
1. If IsPlaying show Play flag
2. If IsResumable show In-Progress flag
3. If Watched flag set or PlayCount not 0 show Checkmark
4. If UnWatched and in the 10 most recently added items show Recently Added Star
5. If has DBID show Library flag (only for lists in video info dialog)
6. If IsCollection show Collection flag.

The In-progress flag uses pie pieces to show how much is watched:
1x for < 33%
2x for 33% to 66%
3x for > 66% 

thank you for the detailed explanation!


RE: Arctic: Zephyr 2 - Qirat77 - 2019-11-07

(2019-11-06, 00:18)jurialmunkey Wrote:
(2019-11-04, 15:12)Tariq77 Wrote: Great to see the option to display your choice of studio/country/language tags has been implemented. Just a heads up...my preference is to only display studios, but the text is being cut off prematurely as a result.
Yeah it is a bit of a pain because the skinning engine can't do any math, so there isn't any way to determine how much space should be given to any particular item without basically remaking every possible configuration - I need to make country and studio have a max size otherwise they push everything else out of frame.

In latest release I've reordered the tags so that studio comes last - that way I can tell the studio label to auto size to remaining width and then if you disable all the others it will then use the full width.
https://github.com/jurialmunkey/skin.arctic.zephyr.2/releases/tag/0.9.54-alpha1

Awesome. Thank you.


RE: Arctic: Zephyr 2 - Tired Dad - 2019-11-07

(2019-11-02, 23:04)jurialmunkey Wrote:
(2019-11-02, 19:54)Tired Dad Wrote: Hello,

I'm not sure if anyone has reported this yet or not but once the home screen starts scrolling, the poster for the movie that is being described is cut off on the right side of the screen.  See below for an example:

Image

Every ten seconds, the next movie description comes up once it starts scrolling, but the poster is always cut off by 75%.  This is on release 0.95.1-alpha2
In skin settings - home
Change widget movement to "fixed" 

  

OK thanks... not quite what I was looking for when I turned off the auto-scroll option, but I can deal with it.


RE: Arctic: Zephyr 2 - jurialmunkey - 2019-11-08

(2019-11-07, 22:21)Tired Dad Wrote:
(2019-11-02, 23:04)jurialmunkey Wrote:
(2019-11-02, 19:54)Tired Dad Wrote: Hello,

I'm not sure if anyone has reported this yet or not but once the home screen starts scrolling, the poster for the movie that is being described is cut off on the right side of the screen.  See below for an example:

Image

Every ten seconds, the next movie description comes up once it starts scrolling, but the poster is always cut off by 75%.  This is on release 0.95.1-alpha2
In skin settings - home
Change widget movement to "fixed" 

  

OK thanks... not quite what I was looking for when I turned off the auto-scroll option, but I can deal with it.
Yeah thats the only solution because the skinning engine doesn't allow actively resizing the list control after it's created.


RE: Arctic: Zephyr 2 - Tired Dad - 2019-11-08

(2019-11-08, 00:52)jurialmunkey Wrote:
(2019-11-07, 22:21)Tired Dad Wrote:
(2019-11-02, 23:04)jurialmunkey Wrote: In skin settings - home
Change widget movement to "fixed" 

  

OK thanks... not quite what I was looking for when I turned off the auto-scroll option, but I can deal with it. 
Yeah thats the only solution because the skinning engine doesn't allow actively resizing the list control after it's created. 
Oh OK, good to know.  I do have another question about the Spotlight... is it possible to have a different Spotlight for each menu item, with that Spotlight limited to those?  For example, my menu has "Movies", "Kids", Classics" etc, each based on Smart Playlists.  Could  I create a sub-menu hub spotlight for "Kids"  that just contains items from the Kids playlist or folder?


RE: Arctic: Zephyr 2 - effe.rnr - 2019-11-08

Hi @jurialmunkey 

Could you implement an option, to set the standard view in video addons? The problem is, that most of the content in my video addons is optimized for a view like media info (landscape preview pictures) and I have to switch the view from list to media info on every single page in every addon. Would be great if there was a global trigger

thanks!


RE: Arctic: Zephyr 2 - jurialmunkey - 2019-11-08

(2019-11-08, 21:37)effe.rnr Wrote: Hi @jurialmunkey 

Could you implement an option, to set the standard view in video addons? The problem is, that most of the content in my video addons is optimized for a view like media info (landscape preview pictures) and I have to switch the view from list to media info on every single page in every addon. Would be great if there was a global trigger

thanks!
That's what the lock does in top menu - locks that viewtype to that content type


RE: Arctic: Zephyr 2 - Tired Dad - 2019-11-09

(2019-11-08, 03:38)Tired Dad Wrote:
(2019-11-08, 00:52)jurialmunkey Wrote:
(2019-11-07, 22:21)Tired Dad Wrote: OK thanks... not quite what I was looking for when I turned off the auto-scroll option, but I can deal with it. 
Yeah thats the only solution because the skinning engine doesn't allow actively resizing the list control after it's created.  
Oh OK, good to know.  I do have another question about the Spotlight... is it possible to have a different Spotlight for each menu item, with that Spotlight limited to those?  For example, my menu has "Movies", "Kids", Classics" etc, each based on Smart Playlists.  Could  I create a sub-menu hub spotlight for "Kids"  that just contains items from the Kids playlist or folder? 
Never mind, I figured it out, just had to add the playlist to the right widget menu item Smile


RE: Arctic: Zephyr 2 - testmetest - 2019-11-09

(2019-09-22, 00:59)Mungo Wrote:
(2019-09-21, 14:24)testmetest Wrote:
(2019-09-20, 05:19)Mungo Wrote:  
 
Not the original, which was in colour, no. I've tweaked it to suite the dark theme of AZ2 Smile. I add my own icons in the TV screen and reflection layer etc. but I've uploaded the tweaked template image for you here 

Thanks so much!


RE: Arctic: Zephyr 2 - edjalmo - 2019-11-09

Hi!
I think I found a bug.
When I add a widget (like in progress tv show) for tv shows and enter in any show by it they show me a page like this.

Image

Tv show informations, images... normal, right?!
But if my Kodi default selection action is to show informations instead play they show me this page:

Image

They not show any image or text.


RE: Arctic: Zephyr 2 - jurialmunkey - 2019-11-10

(2019-11-09, 19:45)edjalmo Wrote: Hi!
I think I found a bug.
When I add a widget (like in progress tv show) for tv shows and enter in any show by it they show me a page like this.

Image

Tv show informations, images... normal, right?!
But if my Kodi default selection action is to show informations instead play they show me this page:

Image

They not show any image or text.

Ah! It's opening in filemode in the second pic.

This version should fix the issue:
https://github.com/jurialmunkey/skin.arctic.zephyr.2/archive/0.9.54-alpha5.zip


RE: Arctic: Zephyr 2 - drinfernoo - 2019-11-10

(2019-11-10, 07:28)jurialmunkey Wrote:
(2019-11-09, 19:45)edjalmo Wrote: Hi!
I think I found a bug.
When I add a widget (like in progress tv show) for tv shows and enter in any show by it they show me a page like this.

Image

Tv show informations, images... normal, right?!
But if my Kodi default selection action is to show informations instead play they show me this page:

Image

They not show any image or text.

Ah! It's opening in filemode in the second pic.

This version should fix the issue:
https://github.com/jurialmunkey/skin.arctic.zephyr.2/archive/0.9.54-alpha5.zip

Why would this happen when he opens information?


RE: Arctic: Zephyr 2 - jurialmunkey - 2019-11-10

(2019-11-10, 09:41)drinfernoo Wrote:
(2019-11-10, 07:28)jurialmunkey Wrote:
(2019-11-09, 19:45)edjalmo Wrote: Hi!
I think I found a bug.
When I add a widget (like in progress tv show) for tv shows and enter in any show by it they show me a page like this.

Image

Tv show informations, images... normal, right?!
But if my Kodi default selection action is to show informations instead play they show me this page:

Image

They not show any image or text.

Ah! It's opening in filemode in the second pic.

This version should fix the issue:
https://github.com/jurialmunkey/skin.arctic.zephyr.2/archive/0.9.54-alpha5.zip

Why would this happen when he opens information?

In the info screen I was using ListItem.FolderPath as the location to open when clicking the Browse button. Normally FolderPath is the library/plugin path. However, for some reason with library content, when you open the infoscreen it switches to setting FolderPath as the actual file location -
So when I do "ActivateWindow(videos,$INFO[ListItem.FolderPath],return)" in the infoscreen it opens file view at the actual folder location rather than opening the library path as intended.

It is actually a real pain because there is no way to get the library path inside the videoinfo dialog currently. My solution was to repurpose the "Play" button for TvShows which will cause the library location to open - the disadvantage with the play button is that it doesn't "return" properly to the home screen and instead you have to back out through all the levels first (i.e. Season > Tvshows > Tvshow basedir > Videos basedir > Home).

Basically, I thought I could use the same trick to open plugins/addons from info screen with library content, but it turns out I can't.


RE: Arctic: Zephyr 2 - Ricks - 2019-11-12

I have a widget "Recently Added TV Shows" and when I click on a show, it takes me to a list of all shows with the selected show highlighted. In Aura skin if I select the same item, it takes me directly into that show. I can't for the life of me find a setting to control this. Can anyone help? Thanks