View Single Post
  #2  
Old 10.12.2018, 05:02
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

You can try the following options:
  1. Do not use <jd:indexof> in packagizer or in dialog box of the linkgrabber tab to add numeric index to the files. They will not only be scramled, they will also be re-numbered automaticlaly if files are later addded to or removed from the package. Send the links to the download tab, arrange them in the order you want them to be downloaded and rename them manually using <jd:indexof> in the context menu.
  2. Use eventscripter to add timestamp the filename after it has been downloaded. All files will have a unique name if the timestamp includes milliseconds.
  3. It might be possible to use the last modified date from the server, depending on the site you are downloading from. Use the following setting to enable it:
    Code:
    Settings > Advanced Settings > GeneralSettings.useoriginallastmodified

Last edited by mgpai; 10.12.2018 at 05:06.
Reply With Quote