2021-01-13, 23:50
don't think you can... or at least i don't know how
curl -X POST -H "content-type:application/json" http://localhost:9090/jsonrpc -d '{"jsonrpc":"2.0", "method":"Input.ExecuteAction", "params":{"action":"noop"}, "id": 1}'
curl -X POST -H "content-type:application/json" http://localhost:9090/jsonrpc -d '{"jsonrpc":"2.0", "method":"Settings.SetSettingValue", "params":{"setting":"screensaver.mode", "value":""}, "id": 1}'
curl -X POST -H "content-type:application/json" http://localhost:9090/jsonrpc -d '{"jsonrpc":"2.0", "method":"Settings.SetSettingValue", "params":{"setting":"screensaver.mode", "value":"screensaver.picture.slideshow"}, "id": 1}'
php:2021-05-14 10:24:42.261 T:5317 INFO <general>: initializing python engine.
2021-05-14 10:24:42.337 T:5317 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'lib.utils'
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/screensaver.picture.slideshow/default.py", line 7, in <module>
from lib.utils import *
ModuleNotFoundError: No module named 'lib.utils'
-->End of Python script error report<--
2021-05-14 10:24:42.340 T:5317 INFO <general>: Python interpreter stopped
(2019-12-14, 22:22)ronie Wrote: it indeed would require an addon to handle that, so i wrote one:Hi Ronie
script.controlscreensaver-0.0.1.zip
once installed, you can map these actions to buttons of your remote:
RunScript(script.controlscreensaver,disable)
RunScript(script.controlscreensaver,enable)
(2021-05-29, 11:39)ronie Wrote: @Getyogrooveon here you go: script.controlscreensaver-0.0.2.zip
(2021-06-23, 22:17)ronie Wrote: @khinch thanx for the heads-up!Working perfectly, thank you!
it should be fixed in this version: screensaver.picture.slideshow-6.3.4.zip
could you please test and let me know?
(2021-07-23, 11:48)Albyricus Wrote: Hi Ronie,
i love your Picture Slidesshow Screensaver. I only miss one (perhaps) feature(s).
1) I would really love it, if i could choose, that the Slideshow shows the full path of the picture and not "only" the folder and the filename. That would be awesome.
2) not really so needed but i think it would be usefull: if you could change the color and perhaps fontsize of the Path and filename.
Best regards
Albyricus