2022-12-20, 19:00
I can't get the "Set Screensaver Volume" setting to work. I need the screensaver the play a live youtube stream but with the volume almost zero. It used to work for me but not anymore. What can I do?
(2023-02-26, 20:57)ashlar Wrote: Kodi 20, Windows 10x64. Videoscreensaver does not start playback of video, only time and weather are displayed.Bump
Log: https://paste.kodi.tv/obariqebas.kodi (it shows error but I don't know how to interpret them).
(2023-02-28, 13:32)ashlar Wrote:Can you enable debugging in the screensavers settings and post that log, thx.(2023-02-26, 20:57)ashlar Wrote: Kodi 20, Windows 10x64. Videoscreensaver does not start playback of video, only time and weather are displayed.Bump
Log: https://paste.kodi.tv/obariqebas.kodi (it shows error but I don't know how to interpret them).
@Lunatixz
Hoping not to bother you too much, sorry in advance.
(2023-02-28, 18:30)Lunatixz Wrote: Can you enable debugging in the screensavers settings and post that log, thx.Done. https://paste.kodi.tv/boqezeyufi.kodi
(2023-03-01, 17:19)ashlar Wrote:(2023-02-28, 18:30)Lunatixz Wrote: Can you enable debugging in the screensavers settings and post that log, thx.Done. https://paste.kodi.tv/boqezeyufi.kodi
Is this path added to Kodi's sources via video files? if not, Kodi requires "Permission" to access non-standard directories via json queries. You'll have to add the path in-order to use it. THXxml:"G:\My Drive\gVideos\Screensaver 2\"
(2023-03-01, 21:21)Lunatixz Wrote: It looks like you're using a directory that is not a standard part of Kodi's library.Did that, still no video displayed:Is this path added to Kodi's sources via video files? if not, Kodi requires "Permission" to access non-standard directories via json queries. You'll have to add the path in-order to use it. THXxml:"G:\My Drive\gVideos\Screensaver 2\"
(2023-03-02, 12:33)ashlar Wrote:I'm not sure... I tested the screensaver with a standard directory and it all works on my end. The log indicates an issue with jsonrpc it is not returning a response. Please review your Kodi settings....(2023-03-01, 21:21)Lunatixz Wrote: It looks like you're using a directory that is not a standard part of Kodi's library.Did that, still no video displayed:Is this path added to Kodi's sources via video files? if not, Kodi requires "Permission" to access non-standard directories via json queries. You'll have to add the path in-order to use it. THXxml:"G:\My Drive\gVideos\Screensaver 2\"
https://paste.kodi.tv/cawuwiteno.kodi
(2023-03-02, 17:51)Lunatixz Wrote:Well, this is on a fresh install. I can even try running in portable mode if you want. But I don't know what settings I could review(2023-03-02, 12:33)ashlar Wrote:I'm not sure... I tested the screensaver with a standard directory and it all works on my end. The log indicates an issue with jsonrpc it is not returning a response. Please review your Kodi settings....(2023-03-01, 21:21)Lunatixz Wrote: It looks like you're using a directory that is not a standard part of Kodi's library.Did that, still no video displayed:Is this path added to Kodi's sources via video files? if not, Kodi requires "Permission" to access non-standard directories via json queries. You'll have to add the path in-order to use it. THXxml:"G:\My Drive\gVideos\Screensaver 2\"
https://paste.kodi.tv/cawuwiteno.kodi
(2023-03-02, 23:31)scott967 Wrote: Pardon the intrusion, but in my (limited) experience I have not figured out how to send a valid windows path to
Kodi json-rpc. I've tried various escapes, python raw strings etc to no avail. My guess is the "json failed to parse" is due to not escaping the \. But I've gotten past that using python raw string (r'C:\something\') but then when passed to Kodi C++ code it doesn't work for me.
(2023-03-02, 17:51)Lunatixz Wrote:This is with Kodi 20 in portable mode with only the Video ScreenSaver addon installed. Screensaver files directory added as videosource.(2023-03-02, 12:33)ashlar Wrote:I'm not sure... I tested the screensaver with a standard directory and it all works on my end. The log indicates an issue with jsonrpc it is not returning a response. Please review your Kodi settings....(2023-03-01, 21:21)Lunatixz Wrote: It looks like you're using a directory that is not a standard part of Kodi's library.Did that, still no video displayed:Is this path added to Kodi's sources via video files? if not, Kodi requires "Permission" to access non-standard directories via json queries. You'll have to add the path in-order to use it. THXxml:"G:\My Drive\gVideos\Screensaver 2\"
https://paste.kodi.tv/cawuwiteno.kodi