Script to remove items from history.

Come up with a useful post-processing script? Share it here!
Post Reply
Duumke
Release Testers
Release Testers
Posts: 26
Joined: January 23rd, 2008, 1:10 pm

Script to remove items from history.

Post by Duumke »

Hi,

I was wondering if there's a possibility for a script (windows) to purge items of a category from the history (or purge the entire history).

Thanx to anyone who can come up with such a script.
Duumke
Release Testers
Release Testers
Posts: 26
Joined: January 23rd, 2008, 1:10 pm

Re: Script to remove items from history.

Post by Duumke »

No, it's not the porn  ;D, altough it could serve it's purpose for that  ;)
It's more that I'd like to have an overview of the movies that were downloaded because of their size.
That way I know if I can watch a movie or if I have to redownload it.
Software is a bit less time dependant, so I'm not worried if it isn't complete when I think about using it.
Skaarj64
Newbie
Newbie
Posts: 2
Joined: January 26th, 2011, 11:38 am

Re: Script to remove items from history.

Post by Skaarj64 »

sorry to bring this old thread up,

BUT this is exactly what I want!
Preferably the history should be disabled completely. and no trace back (in cache files or whatsoever) of what files have been downloaded
User avatar
john3voltas
Release Testers
Release Testers
Posts: 115
Joined: January 17th, 2008, 5:35 pm
Location: Lisbon/Portugal

Re: Script to remove items from history.

Post by john3voltas »

Skaarj64 wrote: Preferably the history should be disabled completely. and no trace back (in cache files or whatsoever) of what files have been downloaded
lol
Care to let us know why you'd need that?
Are you worried about privacy or is it about security?
Privacy, you get a "delete all".
Don't know if pressing it you will leave traces in log files, etc.
If it's about security, authorities won't convict you based on history / logs from your PC.
They'll use ISP logs which is the only thing that will incriminate you, if that's the case.
Cheers
SABnzbd 0.6.0Alpha11 on Fedora 14-64bit laptop.
Usenet-News, TeraNews, newszilla6.xs4all.nl and reader.ipv6.xsnews.nl.
IPv6 connections powered by Hurricane Electric.
Can pull 30Mbit nntp on a 30Mbit FTTH link.
Skaarj64
Newbie
Newbie
Posts: 2
Joined: January 26th, 2011, 11:38 am

Re: Script to remove items from history.

Post by Skaarj64 »

I'm a privacy fan. That's it.
DRNippler
Newbie
Newbie
Posts: 1
Joined: October 14th, 2011, 6:17 am

Re: Script to remove items from history.

Post by DRNippler »

Sorry for doing a topic vamp, but I've created a script that does exactly that. It is written in PHP and uses a bash script to call to PHP script. There is a delay of 1 minute between the post-processing and the actual deleting of the post because SABnzbd doesn't allow deleting of the post while still in post-processing. It has been written and tested for a Linux enviroment, but it shouldn't be hard to figure out the same command for windows. Of course I can't guarantee anything, but it does a pretty sweet job on my machine ;D

There is a config part in the .sh file.

SH SCRIPT
PHP SCRIPT

EDIT:
Mikie asked me to write a Windows version of this script, so here you go! You can use the same PHP script as the link posted above.

BAT SCRIPT

and before anyone asks: the SH script should work for OS X, BSD, Solaris and other *NIX variants, but I can't guarantee and I'm not going to install a new OS.
Post Reply