This is a place where I plan to record some of my edventures with the Raspberry Pi and Python. When I do alot of different things in code etc I don't always remember so I am hoping that the labels will help me out here.
Thursday, August 4, 2016
Monday, August 1, 2016
Auto remove Kodi temp files
The best way to do this I know is by use of cron job
We can edit the cron jobs using the command crontab -e
The time for this is 0 4 * * * on the hour at 4 every day every week every month
The delete is done by rm /home/pi/.kodi/temp#/filecache*.*
We can edit the cron jobs using the command crontab -e
The time for this is 0 4 * * * on the hour at 4 every day every week every month
The delete is done by rm /home/pi/.kodi/temp#/filecache*.*
Subscribe to:
Comments (Atom)