Kodi Community Forum

Full Version: Manual maintenance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I received my Mach 8, it had some bloatware on it and I'm pretty sure the names of the stuff is shunned on this forum, so I will just call them "ice" and "_stream".

Can I delete all script.ice and script._stream from my addon_data folders to free up some space on my box w/o any adverse affects?

Also, I am currently using

Code:
<network>
<buffermode>1</buffermode>
<cachemembuffersize>36192000</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>

but I was wondering if could use zerocache and not have to worry about the longevity of my box. Recommendations?
It should be safe to delete those files and folders. The advancedsettings.xml file shouldn't cause any extra wear and tear on the box, as it is still using RAM for the cache.
(2015-03-27, 02:31)Ned Scott Wrote: [ -> ]It should be safe to delete those files and folders. The advancedsettings.xml file shouldn't cause any extra wear and tear on the box, as it is still using RAM for the cache.

Ok, cool. Thank you.