MymsMan
Ad detector
Ad detection doesn't create .encrypted files, intermediate files have a suffix, such as -crop, on the base name with all the usual files extensions .ts, .nts & .hmtThat's curious, because I've seen one or two .something files left behind... maybe by ad detection chase decryption?
You are misunderstanding action delete, it (and other sweeper actions) acts on the set of files that comprise a recording not just a single file.Tried this but deletes every recording except the one I want to delete! Good job I used Sweeper test mode.
So your action says that if any .encrypted file exist delete the entire current recording whether or not that .encrypted file belongs to the recording.
I don't think there is a current action that will delete a single file from a recording set.
It would add a lot of flexibility to Sweeper if there was a rum Cmd action and Queue Cmd action where you could specify any commend to be run then your sweeper rule could be.
Code:
age {> 0} fileexists *.encrypted action {cmd {rm *.encrypted}}
or
age {> 0} !fileexists %basename.xyz action {queue {cmd somethinglongwinded %basename.xyz etc ...}}