Remember 'leave originals' as default

mojoflow

29-05-2011 16:53:34

First of all, thanks for such a nice program!

Want I am wanting to achieve is the organizing of the files using a batch file that is run on a schedule, but I would like to keep around the original files so that I can seed a torrent for a while. Then when I am done seeding, I will delete the torrent and file.

I see that I can do this in the GUI using the 'leave originals' option, but this setting doesn't seem to keep so it will be used when run from command line. Is there a command line option I am missing, or a setting in the .xml file I can set for this?

Alternatively, if anyone else is doing the same thing (same end result), but has done it in a different way, I would be open to suggestions.

Cheers!

thrashmagazine

27-10-2011 08:06:05

I am not actually doing this, but it seems like it could be done with a little batch file magic:

Something like this:

ROBOCOPY "pathtotorrentfile" "pathtotvshowrenamelocation" /e /r:0 /np
tvrename.exe commands

Just make sure your TVRename is only looking in pathtotvshowrenamelocation and not in pathtotorrentfile.