View Single Post
  #797  
Old 24.06.2019, 13:48
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by the Dark View Post
I'm looking for a script to load files automatically by watchfolder every 10,15 or 20 days.
Code:
Settings > Advanced Settings > FolderWatch.checkinterval

1 Day = 86400000 milliseconds
To check every 5 days, set it to 432000000 (86400000 * 5)

Quote:
Originally Posted by the Dark View Post
/as/example/deletefilesfolder //<--- path to there only watchfolder files get downloaded (manually downloaded files should stay in another path)
Create Packagizer rule:
Code:
If sourceurl(s) contains : file:/*.dlc
then set... Download Directory: /as/example/deletefilesfolder

Quote:
Originally Posted by the Dark View Post
if the files got downloaded I want to delete them after about 5 minutes to keep the drive clean (needs to be a seperate folder)
Not very clear what you mean. What to you want to delete? The DLC or the downloaded file?
Reply With Quote