• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 12
v19 Video ScreenSaver
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?
Reply
Here is my debug for the issue posted above.

https://paste.kodi.tv/uxaqosover.kodi
Reply
Kodi 20, Windows 10x64. Videoscreensaver does not start playback of video, only time and weather are displayed.

Log: https://paste.kodi.tv/obariqebas.kodi (it shows error but I don't know how to interpret them).
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(2023-02-26, 20:57)ashlar Wrote: Kodi 20, Windows 10x64. Videoscreensaver does not start playback of video, only time and weather are displayed.

Log: https://paste.kodi.tv/obariqebas.kodi (it shows error but I don't know how to interpret them).
Bump
@Lunatixz 

Hoping not to bother you too much, sorry in advance.
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(2023-02-28, 13:32)ashlar Wrote:
(2023-02-26, 20:57)ashlar Wrote: Kodi 20, Windows 10x64. Videoscreensaver does not start playback of video, only time and weather are displayed.

Log: https://paste.kodi.tv/obariqebas.kodi (it shows error but I don't know how to interpret them).
Bump
@Lunatixz 

Hoping not to bother you too much, sorry in advance.
Can you enable debugging in the screensavers settings and post that log, thx.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(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
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(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

It looks like you're using a directory that is not a standard part of Kodi's library.
xml:
"G:\My Drive\gVideos\Screensaver 2\"
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. THX
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(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.
xml:
"G:\My Drive\gVideos\Screensaver 2\"
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. THX
Did that, still no video displayed:

https://paste.kodi.tv/cawuwiteno.kodi
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(2023-03-02, 12:33)ashlar Wrote:
(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.
xml:
"G:\My Drive\gVideos\Screensaver 2\"
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. THX
Did that, still no video displayed:

https://paste.kodi.tv/cawuwiteno.kodi
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....
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
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.
Reply
try escaping the \ with another \
c:\\something\\

see here - https://www.notecasepro.com/help/help_fi...NZ90A.html
Reply
(2023-03-02, 17:51)Lunatixz Wrote:
(2023-03-02, 12:33)ashlar Wrote:
(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.
xml:
"G:\My Drive\gVideos\Screensaver 2\"
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. THX
Did that, still no video displayed:

https://paste.kodi.tv/cawuwiteno.kodi
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....
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 Undecided
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
(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.

THX, its possible... I personally haven't encountered any issues using windows paths.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Thanks for keeping this addon going. I was curious if it’s possible to have two sources for the video addon. It would be nice for movies AND tv shows to be randomly played.
Reply
(2023-03-02, 17:51)Lunatixz Wrote:
(2023-03-02, 12:33)ashlar Wrote:
(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.
xml:
"G:\My Drive\gVideos\Screensaver 2\"
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. THX
Did that, still no video displayed:

https://paste.kodi.tv/cawuwiteno.kodi
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....
This is with Kodi 20 in portable mode with only the Video ScreenSaver addon installed. Screensaver files directory added as videosource.

https://paste.kodi.tv/ofenajaviw.kodi
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 12

Logout Mark Read Team Forum Stats Members Help
Video ScreenSaver3