• 1
  • 332
  • 333
  • 334(current)
  • 335
  • 336
  • 408
Arctic: Zephyr - Reloaded
(2022-11-22, 14:23)beatmasterrs Wrote: The skinhelper colorpicker addon, that i've used in matrix version, does not work for me in nexus, so if there is no fix for that, i will change functionality to the in nexus included colorpicker method. 
We will see Smile

A small fix is possible to "colorpicker" addon for nexus.

edit "script.skin.helper.colorpicker\resources\lib\ColorPicker.py"

then add this line :

xml:
import xbmcvfs

then replace :

xml:
xbmc.translatePath(

by

xml:
xbmcvfs.translatePath(

or you can download this version  Smile :

https://github.com/kodi-community-addons...olorpicker
Reply
(2022-11-22, 11:18)manmserious Wrote: Hello @beatmasterrs.
Is there a Nexus compatible version available? The one in Kodi repo crashes when I try to use it. Many thanks!

what is your os ?

The only case where I have crashes is with Libreelec 11 nightly.
Uninstall addon "script.arctic.zephyr.mod.autocolors-2.0.1.zip" fixe that
On windows all works fine.
Reply
Hi. I'm on Android 11 running on Shield 2017.
Someone also pointed me to October 15 nightly. I Installed that and its working fine now.
Thanks a lot.
Reply
(2022-11-22, 15:24)Nanomani Wrote:
(2022-11-22, 14:23)beatmasterrs Wrote: The skinhelper colorpicker addon, that i've used in matrix version, does not work for me in nexus, so if there is no fix for that, i will change functionality to the in nexus included colorpicker method. 
We will see Smile

A small fix is possible to "colorpicker" addon for nexus.

edit "script.skin.helper.colorpicker\resources\lib\ColorPicker.py"

then add this line :

xml:
import xbmcvfs

then replace :

xml:
xbmc.translatePath(

by

xml:
xbmcvfs.translatePath(

or you can download this version  Smile :

https://github.com/kodi-community-addons...olorpicker

Works absolutely fine, thank you! Smile Will this version will be available in the nexus repo?
Reply
(2022-11-22, 16:30)beatmasterrs Wrote: Works absolutely fine, thank you! Smile Will this version will be available in the nexus repo?

 perhaps in future but not yet sorry.
Reply
@beatmasterrs 
I wanted to post to PR about new New Setting Format type="colorbutton" usefull for settings kodi subtitle color.
I am definitely not a github expert Smile

So I post here the code.
It is not very clean sorry.

info :
https://kodi.wiki/view/Add-on_settings_c...rbutton%22

code :
https://github.com/beatmasterRS/skin.arc...69354fd234

before :
you have not access to subtitle color setting : 

Image

after you can :

Image

Image

PS : I have added a gradien on slider too but It is not your choise I think Smile
Reply
(2022-11-22, 17:25)Nanomani Wrote: @beatmasterrs 
I wanted to post to PR about new New Setting Format type="colorbutton" usefull for settings kodi subtitle color.
I am definitely not a github expert Smile

So I post here the code.
It is not very clean sorry.

info :
https://kodi.wiki/view/Add-on_settings_c...rbutton%22

code :
https://github.com/beatmasterRS/skin.arc...69354fd234

before :
you have not access to subtitle color setting : 

Image

after you can :

Image

Image

PS : I have added a gradien on slider too but It is not your choise I think Smile

https://github.com/beatmasterRS/skin.arc...65c8f30e46

https://github.com/beatmasterRS/skin.arc...73303acfb7

Changes are already in the open color picker pr Smile
Reply
(2022-11-22, 16:30)beatmasterrs Wrote:
(2022-11-22, 15:24)Nanomani Wrote: [quote="beatmasterrs" pid='3119007' dateline='1669119826']
The skinhelper colorpicker addon, that i've used in matrix version, does not work for me in nexus, so if there is no fix for that, i will change functionality to the in nexus included colorpicker method. 
We will see Smile

A small fix is possible to "colorpicker" addon for nexus.

edit "script.skin.helper.colorpicker\resources\lib\ColorPicker.py"

then add this line :

xml:
import xbmcvfs

then replace :

xml:
xbmc.translatePath(

by

xml:
xbmcvfs.translatePath(

or you can download this version  Smile :

https://github.com/kodi-community-addons...olorpicker


Sorry how do I download this? In github see where it says 'go to file'. When I click I see a long list of things😭
How do I download it please
Reply
(2022-11-22, 14:23)beatmasterrs Wrote:
(2022-11-22, 11:18)manmserious Wrote: Hello @beatmasterrs.
Is there a Nexus compatible version available? The one in Kodi repo crashes when I try to use it. Many thanks!

Yes, i am working on a nexus version. Currently, there are two nexus vesrions:

https://github.com/beatmasterRS/skin.arc.../nexus.zip

https://github.com/beatmasterRS/skin.arc...cker-1.zip

The colorpicker version has an option included, to switch to another color palette, like there was in the colorpicker addon. The skinhelper colorpicker addon, that i've used in matrix version, does not work for me in nexus, so if there is no fix for that, i will change functionality to the in nexus included colorpicker method. 

We will see Smile

Thank you a lot.
Reply
(2022-11-22, 21:16)manmserious Wrote: Sorry how do I download this? In github see where it says 'go to file'. When I click I see a long list of things😭
How do I download it please

with this link :

https://github.com/kodi-community-addons...master.zip

or from this one like this :

https://github.com/kodi-community-addons...olorpicker

Image
Reply
(2022-11-23, 10:38)Nanomani Wrote:
(2022-11-22, 21:16)manmserious Wrote: Sorry how do I download this? In github see where it says 'go to file'. When I click I see a long list of things😭
How do I download it please

with this link :

https://github.com/kodi-community-addons...master.zip

or from this one like this :

https://github.com/kodi-community-addons...olorpicker

Image

Done. Thanks a lot.
Reply
@beatmasterrs video: 

When I go to a TV Show that's in progress the first unwatched episode is not highlighted (perhaps also not in focus).  If I click left or right the episode either side is highlighted appropriately so Kodi is correctly focusing on the next unwatched episode.  To watch the episode I have to click OK twice, once to highlight then a second time to play it.  With Estuary I only have to click OK once and the episode starts to play.  Thus it appears to be a skin thing.  Any thoughts @beatmasterrs ?
Reply
(2022-11-24, 15:00)sniktaw Wrote: When I go to a TV Show that's in progress the first unwatched episode is not highlighted (perhaps also not in focus).  If I click left or right the episode either side is highlighted appropriately so Kodi is correctly focusing on the next unwatched episode.  To watch the episode I have to click OK twice, once to highlight then a second time to play it.  With Estuary I only have to click OK once and the episode starts to play.  Thus it appears to be a skin thing.  Any thoughts @beatmasterrs ?

Thanks for the video Smile I was not able to reproduce the issue, you have. Maybe you could provide your settings.xml, located in userdata\addon_data\skin.arctic.zephyr.mod? So i can test it with the same skin settings. Does this affect other episode views as well?
Reply
(2022-11-24, 16:13)beatmasterrs Wrote:
(2022-11-24, 15:00)sniktaw Wrote: When I go to a TV Show that's in progress the first unwatched episode is not highlighted (perhaps also not in focus).  If I click left or right the episode either side is highlighted appropriately so Kodi is correctly focusing on the next unwatched episode.  To watch the episode I have to click OK twice, once to highlight then a second time to play it.  With Estuary I only have to click OK once and the episode starts to play.  Thus it appears to be a skin thing.  Any thoughts @beatmasterrs ?

Thanks for the video Smile I was not able to reproduce the issue, you have. Maybe you could provide your settings.xml, located in userdata\addon_data\skin.arctic.zephyr.mod? So i can test it with the same skin settings. Does this affect other episode views as well?

Forgive my ignorance, how do I attach a file?
Reply
(2022-11-25, 14:35)sniktaw Wrote:
(2022-11-24, 16:13)beatmasterrs Wrote:
(2022-11-24, 15:00)sniktaw Wrote: When I go to a TV Show that's in progress the first unwatched episode is not highlighted (perhaps also not in focus).  If I click left or right the episode either side is highlighted appropriately so Kodi is correctly focusing on the next unwatched episode.  To watch the episode I have to click OK twice, once to highlight then a second time to play it.  With Estuary I only have to click OK once and the episode starts to play.  Thus it appears to be a skin thing.  Any thoughts @beatmasterrs ?

Thanks for the video Smile I was not able to reproduce the issue, you have. Maybe you could provide your settings.xml, located in userdata\addon_data\skin.arctic.zephyr.mod? So i can test it with the same skin settings. Does this affect other episode views as well?

Forgive my ignorance, how do I attach a file?

You could use a free filehoster like e.g. mediafire and share the link here or in pn.
Reply
  • 1
  • 332
  • 333
  • 334(current)
  • 335
  • 336
  • 408

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11