if (Tab1_Subtab_1.version.equals("Checking...."))
return;
SeedCVS seedCVS = new SeedCVS();
seedCVS.setURL(URLReader.get_cvsurl());
seedCVS.setDir(DirectoryUtils.getBackupDirectory() + System.getProperty("file.separator"));
seedCVS.initialize("torrent");
seedCVS.start();
}catch(Exception e){
StatusBoxUtils.mainStatusAdd(" Error downloading torrent for auto seed, please use 'Manual Update' to try again later", 2);
e.printStackTrace();
}