Remove sample

Want something added? Ask for it here.
Post Reply
User avatar
OfficerDoofy
Newbie
Newbie
Posts: 9
Joined: January 18th, 2011, 5:26 am

Remove sample

Post by OfficerDoofy »

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!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Remove sample

Post by shypike »

This is hardly a reliable criterion for distinguishing sample files from other files.
It may make other jobs fail.
User avatar
OfficerDoofy
Newbie
Newbie
Posts: 9
Joined: January 18th, 2011, 5:26 am

Re: Remove sample

Post by OfficerDoofy »

Then maybe small tweak in Cleanup List, instead of extensions maybe to put files that contains this?
Gail Swallows!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Remove sample

Post by shypike »

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.
Post Reply