Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 201
WIP Arctic Horizon
(2021-01-06, 20:00)Drubei Wrote: 1 - Widget with in progress episodes.
2 - Widget that pulls your "Up Next" list from Trakt. 
   - In your TheMovieDB Helper settings > Accounts > Next episodes sort method > set to "recentlywatched"

Nice workaround! Thank you. Since I do not really need on deck for movies (I usually finish the movies i started Smile) one widget would be enough for me Wink
Reply
(2021-01-07, 00:17)bsoriano Wrote: You would make this change for the code for the Play button, which is in the file "Includes_Info.xml" in the include "Info_Buttons_Video", which starts at line 414.  If you look at my code above, you would replace the code at line 423 with the first line of my code, and add right below that line the second line of my code.

Thanks for the reply @bsoriano
The changes does not seem to work.  I get the same Playback error, but this time when i click ok nothing happens.

Your original codes however does work.  I still get the playback error dialog but after clicking ok it does proceed to play the video normally.
xml:
<!-- PKC On Deck: No FileName or FolderPath -->
<onclick condition="[String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,musicvideo)] + String.IsEmpty(ListItem.FileNameAndPath) + String.IsEmpty(ListItem.FolderPath)">SendClick(8)</onclick>
<onclick condition="[String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBType,musicvideo)] + String.IsEmpty(ListItem.FileNameAndPath) + String.IsEmpty(ListItem.FolderPath)">Dialog.Close(all)</onclick>

I guess we'll just have to wait for a fix in the future.  Thanks a for the help!

@thedenethor 
(2021-01-07, 00:29)thedenethor Wrote: Nice workaround! Thank you. Since I do not really need on deck for movies (I usually finish the movies i started Smile) one widget would be enough for me

Np!  Glad it's working for you.
Reply
(2021-01-06, 18:27)pkscout Wrote:
(2021-01-06, 13:43)Fenderman Wrote: @jurialmunkey 

Is there a way to manually trigger a refresh of one specific widget?
I have set a "WatchLater Playlist" set as a widget. With a keyboard button I can add movies to that list.
Afterwards I would like to trigger a refresh of that widget.
Is that possible?
At the moment my script is looking as follows:
Code:
import xbmc
xbmc.executebuiltin('RunScript(script.metadata.editor,action=togglewatchlist)')
xbmc.executebuiltin("Notification(Notification,Movie added/removed from Watchlist)")
xbmc.executebuiltin("ReloadSkin()")

But the ReloadSkin() command refreshes the whole skin and takes too much time.
Is there a better way to do that?
I think widget refreshes are triggered when you update your library (whether or not there are any actual updates), so you could try a video library update.
Thank you very much. "xbmc.executebuiltin("UpdateLibrary(video)")" is working like a charm Smile
Reply
I notice that renaming a home screen menu knocks out all the submenu items, or changing icon i think also does this. Possible to make them stick?  Thank you.
Reply
Is there a way I can install this addon on Leia? I get this eror while installing the skin:

2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks.
Reply
(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:

2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks.
Did you install the Leia repo from the OP https://jurialmunkey.github.io/repositor...4-leia.zip
Reply
(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:

2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks.
Python 3, prolly means that isn't Leia but Matrix.
Reply
(2021-01-08, 22:55)FXB78 Wrote:
(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:

2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks.
Did you install the Leia repo from the OP https://jurialmunkey.github.io/repositor...4-leia.zip

I installed that one already, but the Skin isn't to be seen in this repo.
Reply
(2021-01-10, 01:14)PinoVino Wrote:
(2021-01-08, 22:55)FXB78 Wrote:
(2021-01-08, 22:38)PinoVino Wrote: Is there a way I can install this addon on Leia? I get this eror while installing the skin:

2021-01-08 21:21:36.670 T:9740 ERROR: CAddonInstallJob[skin.arctic.horizon]: The dependency on xbmc.python version 3.0.0 could not be satisfied.

If I want to add the repository to Kodi it says that the link is not online. Can anyone help me out here? Thanks.
Did you install the Leia repo from the OP https://jurialmunkey.github.io/repositor...4-leia.zip

I installed that one already, but the Skin isn't to be seen in this repo.
The skin is in the repo that the link takes you to , I just tried the link.
download the zipfile using the link, open kodi, install from zip file , then install from repo, open the repo from the link, look and feel, skin, arctic horizon.
Reply
(2021-01-10, 01:38)ontap Wrote:
(2021-01-10, 01:14)PinoVino Wrote:
(2021-01-08, 22:55)FXB78 Wrote: Did you install the Leia repo from the OP https://jurialmunkey.github.io/repositor...4-leia.zip

I installed that one already, but the Skin isn't to be seen in this repo.
The skin is in the repo that the link takes you to , I just tried the link.
download the zipfile using the link, open kodi, install from zip file , then install from repo, open the repo from the link, look and feel, skin, arctic horizon.
Suddenly I could install it via Kodi Skins. Thanks for the help.
Reply
Would it be possible to add program information to the channels or last played widgets for Live TV? I believe you did this with Aura and would be really helpful to be able to see directly on the home screen what each channel is currently airing.

Really enjoying the new skin.

Thanks!
Reply
(2021-01-11, 21:29)Hardax Wrote: Would it be possible to add program information to the channels or last played widgets for Live TV? I believe you did this with Aura and would be really helpful to be able to see directly on the home screen what each channel is currently airing.

Really enjoying the new skin.

Thanks!
I guess to are talking to the issue I created on github the other day?
https://github.com/jurialmunkey/skin.arc...issues/315
Reply
Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar. 

Also when in a library view the context menu "C" doesn't seem to be working.

I am using PKScouts hack to get this skin working in Matrix but I swear both these features were working yesterday with no other changes made by me.
Reply
(2021-01-14, 15:14)Hardax Wrote: Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar. 

Also when in a library view the context menu "C" doesn't seem to be working.

I am using PKScouts hack to get this skin working in Matrix but I swear both these features were working yesterday with no other changes made by me.
Not sure about the first two, but the context menu is definitely working for me in Library mode on Matrix.
Reply
(2021-01-14, 18:21)pkscout Wrote:
(2021-01-14, 15:14)Hardax Wrote: Im having an issue when going into a list of videos it not selecting the first unwatched episode even though I have that option selected. Also the press down for wall view (replaces scroll bar) doesn't seem to be working. Its always the scroll bar. 

Also when in a library view the context menu "C" doesn't seem to be working.

I am using PKScouts hack to get this skin working in Matrix but I swear both these features were working yesterday with no other changes made by me.
Not sure about the first two, but the context menu is definitely working for me in Library mode on Matrix.

Yeah if I change the layout to a list view the context menu comes back but when using the horizontal integrated view I loose that ability. Im going to mess around with it some more to make sure its not something Im doing.
Reply
  • 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 201

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon7