• 1
  • 150
  • 151
  • 152(current)
  • 153
  • 154
  • 407
Arctic: Zephyr - Reloaded
(2021-04-11, 10:20)beatmasterrs Wrote:
(2021-04-10, 19:01)ellega Wrote:
(2021-04-10, 18:19)beatmasterrs Wrote: Thanks for testing and your feedback. I think this could be related to the number of widgets and their content, item limit. Are you using exactly the same widgets (number/content) as in estuary?

What, if you set your skin shortcuts config to default? So that the ssc widgets only using db/local content?
Has estuary a widget item limit?

All are similare between Estuary and AZR

I have make a new test with all default widget and all default settings in "home menu" :
1 - Kodi stop
2 - file "addons\skin.arctic.zephyr.mod\1080i\script-skinshortcuts-includes.xml" deleted
3 - folder "userdata\addon_data\script.skinshortcuts\" deleted
4 - Kodi start

Same conclusion.

Don't worry. I will make more research on my side.
Thanks

Edit : perhaps can you point me if there is a commun file xml in .../1080i/  specific  at all "Home menu style" with "Multi-Widgets". thanks  Smile

Maybe a look at the Debug Log first would be more useful than a look at XMl files? Smile

For "modern multi widgets", the entry point is here: https://github.com/beatmasterRS/skin.arc...5651-L5702
For "vertical multi widgets", the entry point is here: https://github.com/beatmasterRS/skin.arc...4732-L5042
Widget templates: https://github.com/beatmasterRS/skin.arc...mplate.xml

I will follow your advice about the debug log. Smile
Thank you for all this information.
Reply
(2021-04-11, 16:52)ellega Wrote: I will follow your advice about the debug log. Smile
Thank you for this all information.

It would be cool if you could let us know what the problem was. Smile
Reply
(2021-04-11, 17:35)beatmasterrs Wrote:
(2021-04-11, 16:52)ellega Wrote: I will follow your advice about the debug log. Smile
Thank you for this all information.

It would be cool if you could let us know what the problem was. Smile

Yep, I think I have the beginnings of an idea ...
All process arround the Multi-Widget need time and cpu. But I not sure that is for a good reason . i will try to show why :

1 - I use the home Menu "Vertical Multi-Widget"  
2 - In settings I only use 1 or 2 Widgets maximun for each menu (Widget 3, 4, 5, 6 are always disable)

By default, at kodi start cpu usage is betwen 200% and 300% during 120 s. After CPU down to 70 %.
But if I comment the code below in includes.xml , at kodi start cpu usage is betwen 200% and 300% during 20 s only. After CPU down to 70 %.
yet my home is the same

Image

The only question to myself is (if there is no change in code) why so many time and CPU for adding no value with the Widget 3, 4, 5, 6 ?
I do not know if I'm clear ?

Edit 1 :

- I did not find any relevant information in the debug log
- If I have some time, the next step is understand the Widgets code in "script-skinshortcuts-includes.xml" (That's more than 2000 lines of code for each Widget 1, 2 ,3 ,4, 5, 6 on a total of more than 20,000 lines of code for 1 file) Confused
I'm not really sure I wanna put my fingers in there

Image

Overall the amount of code is really impressive. You have all my admiration for finding your way without getting lost Smile
Reply
(2021-04-11, 21:01)ellega Wrote: ...

script-skinshortcuts-includes.xml is generated by skinshortcuts. Can you please test this branch? I have customized the widget template so that in most cases lists, that are not needed, are not loaded.

https://github.com/beatmasterRS/skin.arc...esting.zip
Reply
Hi
Is it a way to put in french, label like « more » « because you watch... » ?
Thanks
Reply
(2021-04-12, 13:42)Gi0vann1 Wrote: Hi
Is it a way to put in french, label like « more » « because you watch... » ?
Thanks

Could you be more specific please?
Reply
(2021-04-12, 12:12)beatmasterrs Wrote:
(2021-04-11, 21:01)ellega Wrote: ...

script-skinshortcuts-includes.xml is generated by skinshortcuts. Can you please test this branch? I have customized the widget template so that in most cases lists, that are not needed, are not loaded.

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

Wondefull, it's day and night. You can push this in the master when you want. Thanks Smile
Reply
(2021-04-12, 14:05)ellega Wrote:
(2021-04-12, 12:12)beatmasterrs Wrote:
(2021-04-11, 21:01)ellega Wrote: ...

script-skinshortcuts-includes.xml is generated by skinshortcuts. Can you please test this branch? I have customized the widget template so that in most cases lists, that are not needed, are not loaded.

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

Wondefull, it's day and night. You can push this in the master when you want. Thanks Smile

Thanks for your feedback Smile So I learned something new again Smile
Reply
Best looking Skin By far - i really love it

but there is something that bugs me a lot

https://imgur.com/puDNoDW

this super duper big Icon thingie in this View
same view is used for genre, library nodes, etc.

would there be a chance for a view without the icon? just the list left-aligned moved to the middle?

anyway - thanks for the great work
Reply
(2021-04-12, 22:45)Romek_original Wrote: Best looking Skin By far - i really love it

but there is something that bugs me a lot

https://imgur.com/puDNoDW

this super duper big Icon thingie in this View
same view is used for genre, library nodes, etc.

would there be a chance for a view without the icon? just the list left-aligned moved to the middle?

anyway - thanks for the great work

As posted here, I created a test branch a few weeks ago to disable the poster in this view:

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

Please let me know, if this is, what you are looking for Smile
Reply
@beatmasterrs, I m confuse about a little pb. I m not sure if it is the right place.

With Embuary info, all the information is return with my default language "French". But the "Plot" only is always in "english" for all movies.

But this problem should can be posted here ? : 346034 (thread) . my apologise if yes  Confused

My default language 

Image

With Embuary info "Plot" only is in english

Image

The same movie from site TMDB, the plot is in french :

Image

Result from the API command line, the plot is in french : https://api.themoviedb.org/3/movie/949-h...uage=fr-FR

Image
Reply
(2021-04-13, 16:57)ellega Wrote: @beatmasterrs, I m confuse about a little pb. I m not sure if it is the right place.

With Embuary info, all the information is return with my default language "French". But the "Plot" only is always in "english" for all movies.

But this problem should can be posted here ? : 346034 (thread) . my apologise if yes  Confused

Not skin releated. Maybe a problem with embuary info cache, i dont know Smile
Reply
(2021-04-13, 13:37)beatmasterrs Wrote:
(2021-04-12, 22:45)Romek_original Wrote: Best looking Skin By far - i really love it

but there is something that bugs me a lot

https://imgur.com/puDNoDW

this super duper big Icon thingie in this View
same view is used for genre, library nodes, etc.

would there be a chance for a view without the icon? just the list left-aligned moved to the middle?

anyway - thanks for the great work

As posted here, I created a test branch a few weeks ago to disable the poster in this view:

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

Please let me know, if this is, what you are looking for Smile
Hello

I just tested this and its still same view.
Reply
(2021-04-13, 18:21)Romek_original Wrote:
(2021-04-13, 13:37)beatmasterrs Wrote:
(2021-04-12, 22:45)Romek_original Wrote: Best looking Skin By far - i really love it

but there is something that bugs me a lot

https://imgur.com/puDNoDW

this super duper big Icon thingie in this View
same view is used for genre, library nodes, etc.

would there be a chance for a view without the icon? just the list left-aligned moved to the middle?

anyway - thanks for the great work

As posted here, I created a test branch a few weeks ago to disable the poster in this view:

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

Please let me know, if this is, what you are looking for Smile
Hello

I just tested this and its still same view.

Please check out this:

watch gallery
Reply
just reportng script.embuary.helper-2.0.7.zip seems to break the blur feature of this skin. Rolling back to 2.0.6 fixed it. This didn't seem to happen on other skins that use the blur feature but I'm no expert.

I got this output with the latest:

2021-04-13 18:14:33.170 T:67448   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ValueError'>
                                                   Error Contents: could not convert string to float: ''
                                                   Traceback (most recent call last):
                                                     File "C:\Users\xxx\AppData\Roaming\Kodi\addons\script.embuary.helper\service.py", line 18, in <module>
                                                       Service()
                                                     File "C:\Users\xxx\AppData\Roaming\Kodi\addons\script.embuary.helper\resources\lib\service_monitor.py", line 36, in __init__
                                                       self.start()
                                                     File "C:\Users\xxx\AppData\Roaming\Kodi\addons\script.embuary.helper\resources\lib\service_monitor.py", line 138, in start
                                                       ImageBlur(radius=radius, saturation=saturation)
                                                     File "C:\Users\xxx\AppData\Roaming\Kodi\addons\script.embuary.helper\resources\lib\image.py", line 47, in __init__
                                                       self.saturation = float(saturation) if saturation is not None else float(BLUR_SATURATION)
                                                   ValueError: could not convert string to float: ''
                                                   -->End of Python script error report<--
Reply
  • 1
  • 150
  • 151
  • 152(current)
  • 153
  • 154
  • 407

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