![]() |
Release Picture Slideshow Screensaver - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178) +---- Thread: Release Picture Slideshow Screensaver (/showthread.php?tid=154032) |
RE: Picture Slideshow Screensaver - durip - 2020-03-07 Hi @ronie , I try to turn this screensaver addon into a script addon, as you mentioned in post 694 Script is working, but when it run more than 10 minutes, dim screensaver start. Here is mi code in default.py to make screensaver off and after script end restore screensaver settings. I have problem with restore screensaver settings, this doesnt work ... please help
RE: Picture Slideshow Screensaver - ronie - 2020-03-08 i'm afraid i have no idea what the problem is. your code looks correct to me. RE: Picture Slideshow Screensaver - evilelf - 2020-04-01 Hello. Awesome add-on. Thanks for creating and maintaining it. Not sure if this the correct place for a simple feature request but is it possible to add an option to show the current time? Thanks. RE: Picture Slideshow Screensaver - Slipass - 2020-04-26 Hi @ronie , i probably found a bug in the addon "Picture Slideshow Screensaver". When I open a program like "Rom Collection Browser", where the screensaver is not active and then return to the main menu of Kodi, my pictures from the path of the screensaver appear briefly and when I scroll through the main menu of Kodi, Kodi hangs itself/freeze. If I disable the screensaver, I don't have the problem. I already tried a brand new installation of Kodi, Rom Collection Brower and Picture Slideshow Screensaver (Version 5.0.5, 5.0.8, 5.0.9) In the log I found the following in the last entry. Afterwards Kodi freeze. 2020-04-26 20:20:39.295 T:1876 WARNING: CPythonInvoker(5, C:\Users\xxxxx\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\default.py): the python script "C:\Users\ xxxxx \AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmc: ![]() 2020-04-26 20:20:58.462 T:11752 ERROR: CPythonInvoker(6, C:\Users\ xxxxx \AppData\Roaming\Kodi\addons\screensaver.picture.slideshow\default.py): script didn't stop in 5 seconds - let's kill it Do you have any ideas? RE: Picture Slideshow Screensaver - Slipass - 2020-04-27 @ronie Do you need the complete log file or is the extract sufficient? From the forums I have seen that the error is already known. Here you can find the debug log: https://paste.kodi.tv/afalubogin.kodi RE: Picture Slideshow Screensaver - ronie - 2020-04-29 i'm not really sure what's going on, but my guess is something is preventing kodi to start the screensaver. there's a two minute delay between the trigger to start the screensaver and the point where the screensaver addon is actually started: Code: 2020-04-28 11:16:21.384 T:9928 DEBUG: using python screensaver add-on screensaver.picture.slideshow it looks like kodi waits for script.games.rom.collection.browser to end before it can start the screensaver Code: 2020-04-28 11:18:32.980 T:7788 INFO: CPythonInvoker(6, C:\Users\xxxxxxxxxx\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\default.py): script successfully run RE: Picture Slideshow Screensaver - Slipass - 2020-05-06 (2020-04-29, 01:27)ronie Wrote: i'm not really sure what's going on, but my guess is something is preventing kodi to start the screensaver. 1: I have now tested it with other screensaver addons in conjunction with RCB. The result was that the error does not occur there. 2: Also the error does not occur in combination with other addons like TuneIn. Until now only with RCB However, I have found out that the problem does not occur if I press "back/back" twice in a row as soon as I go back to the home menu and the screensaver starts. RE: Picture Slideshow Screensaver - DeawD8t - 2020-05-26 Hi - great add on, key component of our kitchen radio setup on an old Asus EeePc, thank you very much for it. Currently I am trying to tweak my setup because of some other problems I ran into that are caused by a very high system load when kodi runs. To remedy these problems, I played around with both dirty region and smart redraw switches in the advanced settings. Currently top (with Irix Mode Off) shows me 10% cpu utilization if I play some mp3 audio stream (I can live with that). As soon as the Slideshow Screensaver kicks in this jumps to > 70% cpu utilization (constant - not only during Slide transitions). Slide jpegs are stored on a local hard drive and have been shrinked to a 1024x768 format. I might add that due to the lack of driver support this netbook has no hardware rendering acceleration. I had high hopes for both the dirty region and smart redraw activation, because from my understanding of these techniques, the screensaver's rather "static" rendering of a full screen still image *should* benefit from "only rendering changed regions" - but it seems that it doesn't have any effect. Is this a known problem, or am I on a completely wrong track with my assumptions regarding how the rendering is done? I run Kodi 18.7, Picture Slideshow Screensaver Addon version is 5.0.9. on an Ubuntu 18.04.2 LTS RE: Picture Slideshow Screensaver - FXB78 - 2020-05-26 Dirty Regions & Smart Redraw could well be the cause of your high CPU load, have you tried without these? I though they weren't really needed nor recommended anymore. Certainly when I tried them a while back they actually made things worse ![]() RE: Picture Slideshow Screensaver - FXB78 - 2020-05-26 Also, @ronie the addon is still rendered at 720p, could an update be pushed to change this to 1080p? RE: Picture Slideshow Screensaver - Roi Danton - 2020-05-26 (2020-02-22, 13:25)Roi Danton Wrote: I am using the latest Milhouse build, already based on Python 3. I wanted to bring up this topic again. Is somebody else experiencing this problem, other than Øyvind and me? The problem is still there, running plugin version 6.1.0 and the latest version of Milhouse Matrix build with Python 3. But I am not sure if it is related to Python 3 or just something else. Thank you for your help, kindest regards, Roi RE: Picture Slideshow Screensaver - DeawD8t - 2020-05-26 (2020-05-26, 00:27)FXB78 Wrote: Dirty Regions & Smart Redraw could well be the cause of your high CPU load, have you tried without these? I though they weren't really needed nor recommended anymore. Certainly when I tried them a while back they actually made things worseYes, the > 70% cpu utilization of the kodi-x11 process remains as soon as the screensaver runs, even without any advancedsettings.xml file. Again, the rendering of this netbook is really bad, only done in software (I cannot play any video because of that, which is fine, as it is used solely for audio). The Kodi GUI itself seems to cope with this limitation very well, but for some reason the screensaver doesn't. RE: Picture Slideshow Screensaver - ronie - 2020-05-26 i'm not an expert in rendering, so can't offer any advice i'm afraid. my cpu runs at 10% when the slideshow is running and only spikes to 20% during the slide transition. RE: Picture Slideshow Screensaver - ronie - 2020-05-26 (2020-05-26, 00:31)FXB78 Wrote: Also, @ronie the addon is still rendered at 720p, could an update be pushed to change this to 1080p? sure, i'll change it to 1080p in the release for kodi matrix. though to the best of my knowledge, changing the skin resolution won't have any effect on the image quality. RE: Picture Slideshow Screensaver - ronie - 2020-05-26 (2020-05-26, 00:34)Roi Danton Wrote:(2020-02-22, 13:25)Roi Danton Wrote: I am using the latest Milhouse build, already based on Python 3. no idea, there might be some clues in a Debug Log, so could you please provide one? |