Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 152
  • 153
  • 154(current)
  • 155
  • 156
  • 201
WIP Arctic Horizon
Hey @jurialmunkey and everyone, since the latest version (downloaded master from GitHub 30 min ago) all my widgets are loading all the way to the right (the see more link is visible). happens for Media and programs etc.

I also noticed that the local library symbol is missing from widgets (it’s ticked in the items and views in skin settings and it’s a TMDB helper widget from my Trakt next episode list). This may also be something to do with the TMDB helper addon that just updated today.

Curious to see if this is just me or happening to others?

Thanks.
Reply
(2020-10-26, 22:44)FXB78 Wrote:
(2020-10-26, 22:29)Thebatfink Wrote: Hi, when clicking on a poster inside widgets for example recently added movies, the movie starts to play. Is it possible to instead make single click go to information view instead of play movie?! Does this option already exist and I’m just not seeing it?
Try the Kodi setting: Settings/Media/Videos/Default select action->Show information.

Doh :/ So many settings. I was convinced I checked them all twice but that was so clearly labelled I obviously did a poor job. Thanks for that, exactly what I was looking for Smile
Reply
Does anyone know how to get the decades playlist widget back? I used and loved it with arctic zephyr 2
Reply
is there a way to disable the kodi logo from menu?

Image
Reply
(2020-10-26, 22:48)ocarror Wrote: Hey @jurialmunkey and everyone, since the latest version (downloaded master from GitHub 30 min ago) all my widgets are loading all the way to the right (the see more link is visible). happens for Media and programs etc.

same
Reply
(2020-10-20, 09:53)jurialmunkey Wrote:
(2020-10-11, 13:50)FXB78 Wrote:
(2020-10-02, 13:27)jurialmunkey Wrote: 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.
However, if you add a shortcut on home menu / power etc with the following custom command you can toggle it:
Skin.ToggleSetting(DisablePlotAutoScroll)
Yes that did it, thanks Smile
Reply
(2020-10-26, 22:48)ocarror Wrote: Hey @jurialmunkey and everyone, since the latest version (downloaded master from GitHub 30 min ago) all my widgets are loading all the way to the right (the see more link is visible). happens for Media and programs etc.

I also noticed that the local library symbol is missing from widgets (it’s ticked in the items and views in skin settings and it’s a TMDB helper widget from my Trakt next episode list). This may also be something to do with the TMDB helper addon that just updated today.

Curious to see if this is just me or happening to others?

Thanks.

same thing happens to me
Reply
Just started using this skin and it’s amazing. Have always been a user of @jurialmunkey ’s skins and have been using AZ2 for awhile now prior to this, so thanks for all that you do!

I have 2 questions.

1. Is it possible to use the fullscreen widget as the first widget and have another regular widget underneath it without displaying info for the second widget? I have display info turned off in the widget settings but the info still displays for whatever widget is underneath the fullscreen widget. I can stack more after this and those do not display info, or I can remove the fullscreen widget and then the info goes away, but if I keep the fullscreen widget there as the first widget, whatever widget is immediately underneath it always displays info. Is this intentional or am I doing something wrong?

2. I love the way my library navigates now. I have “show information” set as the default select action for videos and when I click on a movie in my library it brings up the information window. But if I click on a tv show it goes straight to seasons and then if I click on a episode from this view it just plays the episode. On AZ2 it always took me to the information window for that episode, but I prefer the way it is now in AH much better! However, I’m wondering if I can get widgets to behave the same way? If I click on a movie from a widget then it shows the information same as from the library, but if I click on a tv show from a widget then I get the information view for the show and I have to click “browse” before I can enter the seasons view. As I said above, this does not happen when I click a tv show from the library. Is there any way to have the behavior be the same so that I can go straight to the seasons view without having to click “browse” as it does in the library?

Thanks again for the amazing skin! And I’m absolutely loving TMDB Helper also!
Reply
(2020-10-28, 08:33)wings188 Wrote: Just started using this skin and it’s amazing. Have always been a user of @jurialmunkey ’s skins and have been using AZ2 for awhile now prior to this, so thanks for all that you do!

I have 2 questions.

1. Is it possible to use the fullscreen widget as the first widget and have another regular widget underneath it without displaying info for the second widget? I have display info turned off in the widget settings but the info still displays for whatever widget is underneath the fullscreen widget. I can stack more after this and those do not display info, or I can remove the fullscreen widget and then the info goes away, but if I keep the fullscreen widget there as the first widget, whatever widget is immediately underneath it always displays info. Is this intentional or am I doing something wrong?

2. I love the way my library navigates now. I have “show information” set as the default select action for videos and when I click on a movie in my library it brings up the information window. But if I click on a tv show it goes straight to seasons and then if I click on a episode from this view it just plays the episode. On AZ2 it always took me to the information window for that episode, but I prefer the way it is now in AH much better! However, I’m wondering if I can get widgets to behave the same way? If I click on a movie from a widget then it shows the information same as from the library, but if I click on a tv show from a widget then I get the information view for the show and I have to click “browse” before I can enter the seasons view. As I said above, this does not happen when I click a tv show from the library. Is there any way to have the behavior be the same so that I can go straight to the seasons view without having to click “browse” as it does in the library?

Thanks again for the amazing skin! And I’m absolutely loving TMDB Helper also!

1. Unfortunately not. Skinning engine doesn't really have any way to control the scrolling of grouplists so it is quite difficult to force a widget into a position on screen. By that I mean to hide the info I'd need a way to force the second widget to always scroll to the top when focused so that the info from fullscreen is pushed off screen. There are ways to hack it together but it's already massively complicated just getting it to play nice currently with showing the info and forcing the second widget into the bottom row - to then have it be toggleable which row position the second widget is forced into is just too much complexity to be manageable.

2. Also unfortunately not possible afaik. Kodi controls this select behaviour. The only reason the integrated season/episode library view behaves the way it does is because I have to override the click behaviour to get it to work at all in the library for that view (for complex reasons about how widget containers behave differently in media windows from other places) - you'll notice if you actually open the season by clicking it rather than navigating down to the episodes that the episodes on the next screen will behave the same as in Az2 (because that's a standard media library view versus the special widget container hack I'm using for the integrated view - you'll also notice in the integrated view that you can't use context menu on the episodes, so there's massive trade-offs made to even make that view possible.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-10-26, 22:48)ocarror Wrote: Hey @jurialmunkey and everyone, since the latest version (downloaded master from GitHub 30 min ago) all my widgets are loading all the way to the right (the see more link is visible). happens for Media and programs etc.

I also noticed that the local library symbol is missing from widgets (it’s ticked in the items and views in skin settings and it’s a TMDB helper widget from my Trakt next episode list). This may also be something to do with the TMDB helper addon that just updated today.

Curious to see if this is just me or happening to others?

Thanks.
The 'Show More' issue is fixed in the latest version on GitHub https://github.com/jurialmunkey/skin.arc...issues/304
Reply
I don' t know if this is a skin issue or moviedbhelper add-on issue since both got updated recently at the same time.

After the recent update if I hit "play" button from movie or episode information screen Kodi asks me for a player/action. I suspected helper add-on setting since it has some kind of player settings  and I reset those setting. Issue stil there.

Happens both with Shiled TV and Mac OS with Leia 18.8.

edit: I think I have to add more details. I am using Plex Kodi Connect for library and Plex as a backend. Holding an "OK" button or using "C" key for item context menu and than selecting the "play" option works.

Image
Reply
(2020-10-30, 23:54)thedenethor Wrote: I don' t know if this is a skin issue or moviedbhelper add-on issue since both got updated recently at the same time.

After the recent update if I hit "play" button from movie or episode information screen Kodi asks me for a player/action. I suspected helper add-on setting since it has some kind of player settings  and I reset those setting. Issue stil there.

Happens both with Shiled TV and Mac OS with Leia 18.8.

edit: I think I have to add more details. I am using Plex Kodi Connect for library and Plex as a backend. Holding an "OK" button or using "C" key for item context menu and than selecting the "play" option works.

Image

Can you try with v0.5.51 of Arctic Horizon and see if you still have the issue? I guess PKC doesn't set FileNameAndPath value for some reason
https://github.com/jurialmunkey/skin.arc...0.5.51.zip
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-10-31, 06:52)jurialmunkey Wrote: Can you try with v0.5.51 of Arctic Horizon and see if you still have the issue? I guess PKC doesn't set FileNameAndPath value for some reason
https://github.com/jurialmunkey/skin.arc...0.5.51.zip

Partially fixed for movies but still can't play episodes. The difference is "player selection" in above screen shot does not show up for episodes. Basically nothing happens after selecting "play" from episode information screen.

So what is fixed partially for movies is a complicated thing. Let me try to explain in English Smile

Actually it depends on widget. If I pick movie item from "recently added" widget (AZH default playlist NewMovies.xsp) it opens movie information and "play" button works. But for other add-on widgets like "Recently Released" again from PKC it fails to start playback like in episodes. Full widget path:
Quote:plugin://plugin.video.plexkodiconnect/?mode=browseplex&key=%2Flibrary%2Fsections%2F1%2Fnewest&id=1"

Other widgets also working. For example TMDBHelper Widget from Trakt playlist is working. So it looks like this is a PKC thing. Full path for the other working sample widget:
Quote:plugin://plugin.video.themoviedb.helper/?info=trakt_userlist&user_slug=traktuser&list_slug=academy-awards-best-picture&type=both&widget=True&nextpage=True",return

Again using "C" for context menu and select "play" is always working for every scenario.
Reply
(2020-10-31, 11:57)thedenethor Wrote:
(2020-10-31, 06:52)jurialmunkey Wrote: Can you try with v0.5.51 of Arctic Horizon and see if you still have the issue? I guess PKC doesn't set FileNameAndPath value for some reason
https://github.com/jurialmunkey/skin.arc...0.5.51.zip

Partially fixed for movies but still can't play episodes. The difference is "player selection" in above screen shot does not show up for episodes. Basically nothing happens after selecting "play" from episode information screen.

So what is fixed partially for movies is a complicated thing. Let me try to explain in English Smile

Actually it depends on widget. If I pick movie item from "recently added" widget (AZH default playlist NewMovies.xsp) it opens movie information and "play" button works. But for other add-on widgets like "Recently Released" again from PKC it fails to start playback like in episodes. Full widget path:
Quote:plugin://plugin.video.plexkodiconnect/?mode=browseplex&key=%2Flibrary%2Fsections%2F1%2Fnewest&id=1"

Other widgets also working. For example TMDBHelper Widget from Trakt playlist is working. So it looks like this is a PKC thing. Full path for the other working sample widget:
Quote:plugin://plugin.video.themoviedb.helper/?info=trakt_userlist&user_slug=traktuser&list_slug=academy-awards-best-picture&type=both&widget=True&nextpage=True",return

Again using "C" for context menu and select "play" is always working for every scenario.

Could you get me a debug log of the various items failing to play? I don't use Plex so I can't test myself.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
Any chance of getting this for Kodi v19 any time soon?
Reply
  • 1
  • 152
  • 153
  • 154(current)
  • 155
  • 156
  • 201

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon7