(2024-02-23, 16:27)Andrea1998 Wrote: @Nanomani
Can I ask you how to use this script, since I didn't find a wiki, and if it is possible to use it to have a blurred background of an image?
$INFO[ListItem.Art(fanart)] ---> Blurred Fanart
exactly as:
https://github.com/jurialmunkey/plugin.v...ur-monitor
$INFO[Window(Home).Property(TMDbHelper.ListItem.BlurImage)]
Just that this monitor is slow, and I would like to blur my image much faster, or preload it in some way.
Thank you for your support.
I m not a expert.
"script.litebox" provide not only blur effect.
The script are little bit more complex than with "plugin.video.themoviedb.helper".
If you are curious you can look the code in public skin "Arctic: Zephyr - Reloaded" that use "script.litebox".
But feature "blur effect" with "script.litebox" or "script.embuary.helper" works n Windows OS but don't works anymore on Libreelec 12.
The reason is the version 10 of Pillow (PIL) with Libreelec 12.
On Windows and Kodi 22 PIL will be update too to v10,x.
https://github.com/xbmc/xbmc/pull/24010
For my custom skin needs, I only use "plugin.video.themoviedb.helper".
Because "script.litebox" or "script.embuary.helper" are no longer updated or corrected by the authors.
IMHO the use of these addons will be a problem in time unfortunately.
"plugin.video.themoviedb.helper" are not so slow for me...
First time this can take 1s perhaps. But after when the blur is generated the picture is in cache and stored in :
"userdata\addon_data\plugin.video.themoviedb.helper\blur_v2"