2020-05-24, 01:00
2020-05-24, 02:52
(2020-05-24, 00:15)hacky4real Wrote: Hi jurialmunkey, in the latest build; clearart is enabled but not showing in movies and tv shows...only showing in the home screen.
Oops! Typo. Should be fixed now.
2020-05-24, 02:54
(2020-05-23, 19:12)justin150 Wrote: Apologies if this has been asked before but I did try a couple of searches with no joy.
I think I can get this skin to work the way I want possibly with a judicious use of AutoWidgets but there is one issue which is really frustrating me.
I have set up a main menu item as Quit. If I scroll down to that main menu item all I want to see is a static background image I have selected (basically a picture of a switch). No matter what I do the skin will show random fan art from my movie library. There appears to be no way of switching it off short of setting up a widget (which I do not want) and setting a widget background. I guess I am missing something obvious but how to do I achieve the result of main menu item which has no sub-menu, no widgets and the background I select
Yeah the background images for the home screen don't currently work. I'll look at fixing it soon.
2020-05-24, 07:15
@jurialmunkey I was hoping you could help with the path to AH's Search List. I was hoping to add it's path as a Shortcut in Autowidget.
At the moment I have it as a Submenu using action Skin.SetString(SearchTerm) and was hoping to remove this Submenu and add it along with my shortcuts in AW.
Skin.SetString(SearchTerm)
At the moment I have it as a Submenu using action Skin.SetString(SearchTerm) and was hoping to remove this Submenu and add it along with my shortcuts in AW.
Skin.SetString(SearchTerm)
2020-05-24, 09:31
(2020-05-24, 07:15)Palm93 Wrote: @jurialmunkey I was hoping you could help with the path to AH's Search List. I was hoping to add it's path as a Shortcut in Autowidget.
At the moment I have it as a Submenu using action Skin.SetString(SearchTerm) and was hoping to remove this Submenu and add it along with my shortcuts in AW.
Skin.SetString(SearchTerm)
Hmm, that's a tricky one because it's actually three commands in one -- I use an overrides definition in skinshortcuts to add the additional commands.
The commands are:
Skin.Reset(SearchTerm)
Skin.SetString(SearchTerm)
ActivateWindow(1138)
I'm not sure if you can stack multiple commands in Autowidget or not.
2020-05-24, 19:45
(2020-05-24, 09:31)jurialmunkey Wrote:(2020-05-24, 07:15)Palm93 Wrote: @jurialmunkey I was hoping you could help with the path to AH's Search List. I was hoping to add it's path as a Shortcut in Autowidget.
At the moment I have it as a Submenu using action Skin.SetString(SearchTerm) and was hoping to remove this Submenu and add it along with my shortcuts in AW.
Skin.SetString(SearchTerm)
Hmm, that's a tricky one because it's actually three commands in one -- I use an overrides definition in skinshortcuts to add the additional commands.
The commands are:
Skin.Reset(SearchTerm)
Skin.SetString(SearchTerm)
ActivateWindow(1138)
I'm not sure if you can stack multiple commands in Autowidget or not.
I feel like that won't work... But I can look into making it happen
2020-05-24, 22:16
I hope I'm posting in the correct thread;
Great skin, i was wondering, is there any way of syncing my trakt watched history (movies/shows) and have it show within a submenu with a widget displaying watched history.
I'm using the trakt addon and all is setup correctly.
Many thanks in advance.
Great skin, i was wondering, is there any way of syncing my trakt watched history (movies/shows) and have it show within a submenu with a widget displaying watched history.
I'm using the trakt addon and all is setup correctly.
Many thanks in advance.
2020-05-24, 22:26
This looks so good. Thanks for the hard work. I'm looking forward to switching over to this skin when Matrix hits beta status.
2020-05-24, 22:34
2020-05-24, 22:56
(2020-05-24, 22:34)FXB78 Wrote:I tried installing via the author's alpha repo and it showed a missing dependency for Python 3 (which I belief is only available in Matrix).(2020-05-24, 22:26)tripkip Wrote: This looks so good. Thanks for the hard work. I'm looking forward to switching over to this skin when Matrix hits beta status.This is a Leia skin, not Matrix...
Reported here: https://github.com/jurialmunkey/reposito.../issues/11
2020-05-24, 23:35
(2020-05-24, 22:56)tripkip Wrote:(2020-05-24, 22:34)FXB78 Wrote:I tried installing via the author's alpha repo and it showed a missing dependency for Python 3 (which I belief is only available in Matrix).(2020-05-24, 22:26)tripkip Wrote: This looks so good. Thanks for the hard work. I'm looking forward to switching over to this skin when Matrix hits beta status.This is a Leia skin, not Matrix...
Reported here: https://github.com/jurialmunkey/reposito.../issues/11
Yeah, I’ve also just got this message when trying to update.
2020-05-25, 00:15
(2020-05-24, 23:35)Tariq77 Wrote:(2020-05-24, 22:56)tripkip Wrote:(2020-05-24, 22:34)FXB78 Wrote: This is a Leia skin, not Matrix...I tried installing via the author's alpha repo and it showed a missing dependency for Python 3 (which I belief is only available in Matrix).
Reported here: https://github.com/jurialmunkey/reposito.../issues/11
Yeah, I’ve also just got this message when trying to update.
workaround is to download zip of script.skinvariables and arctic horizon and install them manually
2020-05-25, 00:20
re-install a new last fresh kodi 18. Have an error with AH install by repo :
The dependency on xbmc.python version 3.0.0 could not be satisfied
Any idea for solution?
The dependency on xbmc.python version 3.0.0 could not be satisfied
Any idea for solution?
2020-05-25, 00:31
(2020-05-25, 00:20)myghalloween Wrote: re-install a new last fresh kodi 18. Have an error with AH install by repo :Read the posts above
The dependency on xbmc.python version 3.0.0 could not be satisfied
Any idea for solution?