Remove sample
- OfficerDoofy
- Newbie
- Posts: 9
- Joined: January 18th, 2011, 5:26 am
Remove sample
Can you add this feature? I know that there is option to not download sample files, but there are releases that dont have sample in filename, they have something like this .1.wmv or .1.mp4... Maybe option to not download video files only rar archives...
Gail Swallows!
Re: Remove sample
This is hardly a reliable criterion for distinguishing sample files from other files.
It may make other jobs fail.
It may make other jobs fail.
- OfficerDoofy
- Newbie
- Posts: 9
- Joined: January 18th, 2011, 5:26 am
Re: Remove sample
Then maybe small tweak in Cleanup List, instead of extensions maybe to put files that contains this?
Gail Swallows!
Re: Remove sample
Maybe, but allowing this does make it incompatible with previous releases.
Besides, the filter is applied after unpacking and you don't want to remove unpacked files.
You'd better write your own little user post procesing script to run afterwards.
@echo off
del /y %1\*.1.mp4
Put it in a text file called del_samples.cmd and set it as post-processing script.
Besides, the filter is applied after unpacking and you don't want to remove unpacked files.
You'd better write your own little user post procesing script to run afterwards.
@echo off
del /y %1\*.1.mp4
Put it in a text file called del_samples.cmd and set it as post-processing script.