AdvancedSettings value for timeouts on files?
#1
Basically my server spins down it's hard drives since it's just a media server and it mostly see's light access other than media. On rare occasions the wait for the server to spin up a drive has been slightly longer than however Kodi wanted to wait to access the file and it decides the file isn't there. I can just access the file immediately after since the drive is now spun up, but I was wondering if there's a value I could set to slightly lengthen how long Kodi waits to see if a source is responding?
Reply
#2
in case those are smb shares, you can use this advanced setting:
Code:
<advancedsettings>
    <samba>
        <clienttimeout>25</clienttimeout>
    </samba>
</advancedsettings>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2016-07-16, 16:45)ronie Wrote: in case those are smb shares, you can use this advanced setting:
Code:
<advancedsettings>
    <samba>
        <clienttimeout>25</clienttimeout>
    </samba>
</advancedsettings>

It is, I'll try this out. Does the value here represent seconds?
Reply
#4
yup.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
Our defaults really should be higher. Maybe 30 seconds?
Reply

Logout Mark Read Team Forum Stats Members Help
AdvancedSettings value for timeouts on files?0