Kodi Community Forum
Release script.embuary.helper - a skin helper service / widgets alternative - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release script.embuary.helper - a skin helper service / widgets alternative (/showthread.php?tid=345471)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


RE: script.embuary.helper - a skin helper service / widgets alternative - realcopacetic - 2020-10-18

(2020-10-13, 05:47)sualfred Wrote: Is this in Leia or Matrix?

I'm still on Leia, 18.6


RE: script.embuary.helper - a skin helper service / widgets alternative - roidy - 2020-11-20

@sualfred  Any fix for this yet?

https://forum.kodi.tv/showthread.php?tid=345471&pid=2982681#pid2982681


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2020-11-20

Found no time yet, sorry. Since you are familiar with Python, I'm happy to see a PR to the Leia branch if you want Wink


RE: script.embuary.helper - a skin helper service / widgets alternative - roidy - 2020-11-20

(2020-11-20, 09:51)sualfred Wrote: Found no time yet, sorry. Since you are familiar with Python, I'm happy to see a PR to the Leia branch if you want Wink

No problem, unfortunately I'm in the same position, very little time  Sad Plus python Unicode errors always give me a headache  Confused


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2020-11-22

@roidy @"QuizKid" 

UnicodeDecodeError should be fixed now for the Leia version. PR is pending.


RE: script.embuary.helper - a skin helper service / widgets alternative - aneurysm- - 2020-11-23

hi, after 10 years of normal use ..I've finally taken the plunge and started using widgets and smart playlists. Love it so far Smile
Question I have. I really like & use the "next up episodes" widget, but the refresh after I've watched an episode takes a bit too long for me.

So I watch something, I usually press stop when the credits start rolling (advancedsetting is set at 70% to put something on watched) and then I might want to watch the next episode. But it takes around 8-10 secs before the widget is updated.
is there a way that the widget gets updated while I'm still watching my episode and it passes the 70% mark ?

(skin is embuary)


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2020-11-23

Nope.


RE: script.embuary.helper - a skin helper service / widgets alternative - realcopacetic - 2020-12-17

(2020-11-22, 10:11)sualfred Wrote: @roidy @"QuizKid" 

UnicodeDecodeError should be fixed now for the Leia version. PR is pending.

Thanks!


RE: script.embuary.helper - a skin helper service / widgets alternative - shoppedude - 2021-03-27

I have tried searching and can't seem to find the answer...

I am using the Episodes "Suggestions based on recent viewed" widget and love the concept. However, it often contains shows that have no episodes, which means it's not really something I can watch. Is there a way to filter to only present shows with episodes?

Thanks,
Shoppedude


RE: script.embuary.helper - a skin helper service / widgets alternative - FXB78 - 2021-04-02

Deleted...


RE: script.embuary.helper - a skin helper service / widgets alternative - beatmasterrs - 2021-04-13

Hi @sualfred, the user @banggun made me aware of an issue with embuary.helper: The blur function doesnt work in 2.0.7 anymore. I could reproduce that behaviour:

xml:
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<--

With the blur image function, everything is fine, but the background blurring function results in an error.

EDIT: This only occurs, if Skin.String(BlurSaturation) is empty.

Maybe you can take a look at it Smile


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2021-04-14

Urgs, thanks. Will do that after work and when the kids are in bed. thanks.


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2021-04-14

Fixed and will be in repo soon


Setting returned items & clearlogo - Pr.Sinister - 2021-05-29

Hi @sualfred ,

Great script you have there... I am having a bunch of issues with library data provider so i decided to try using this instead.

I have one feature request and one question about art in Aeon Nox: SiLVO

Feature request:

Could you add a setting where we could set the amount of items returned for each widget? A global settings for all widgets would be fine too. 

Right now, the Next Up widget return 20 episodes and it's not enough because we like to mix up the stuff we "binge" or we forgot about a certain show and want to get back to it. With Library Data Provider, we set it to 100 so sometimes we go through the widget and get to the 56th item and realize oh shit we never finished that season or there is a new season we never watched. We have a very large library (~2250 TV Shows/~93000 Episodes) so 20 just basically covers a week's worth of airing TV Shows...

If you do not wish to add that, could you point me to the right file i would need to modify? I searched for the string '20' in all *.py files but only the only thing that is hardcoded as 20 is the webhelper's timeout.

Question about art in Aeon Nox: Silvo:

When using the Next Up widget in that skin, it gives me the choice of Poster, Square Poster and Fanart as the choice of art. It's probably because it doesn't know what kind of content is being returned. Can i force this somehow? I prefer clearlogos or clearart. Iam sure i could probably modify the skin to allow clearlogos for unknown content but i'd like to know if you are actually setting the content type returned and mikeSiLVO is just not checking for it properly...

Any help, of course, is very appreciated.

-Pr.


RE: script.embuary.helper - a skin helper service / widgets alternative - sualfred - 2021-05-30

It's limited to 25. More means longer loading times.
https://github.com/sualfred/script.embuary.helper/blob/matrix/resources/lib/plugin_content.py#L381

The artwork is defined in by the skin.