temp Folder Path Substitions
#1
Hi, I'm trying to get my temp folder to go to my usb drive attached to my android device, nothing seems to be copying to it. it just seems to stay in the kodi normal temp folder. I'm using path substitutions, and I moved thumbnails over there and that works fine. but I don't see why temp folder isnt working.

Code:
<advancedsettings>
<pathsubstitution>
    <substitute>
    <from>/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/</from>
    <to>/storage/emulated/0/usbStorage/E605-DCAB/Kodi New/Thumbnails/</to>
    </substitute>
  </pathsubstitution>
  <pathsubstitution>
    <substitute>
    <from>/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/</from>
    <to>/storage/emulated/0/usbStorage/E605-DCAB/Kodi New/temp/</to>
    </substitute>
  </pathsubstitution>
</advancedsettings>

Either i want to move it, or figure out why my temp folder is 2gbs.
Does this cause my cache to never delete itself?

Code:
<network>
    <buffermode>1</buffermode>
    <cachemembuffersize>0</cachemembuffersize>
    <readbufferfactor>10</readbufferfactor>
  </network>

Thanks if you can help!
Reply

Logout Mark Read Team Forum Stats Members Help
temp Folder Path Substitions0