Search found 12 matches

by ubt
21 Feb 2020, 03:09
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: History auto-purge

westcoast wrote:
27 Jun 2019, 08:14
is there a way to run this script automatically after nzbget is finished downloading a file. So that the specific category won't be added in the history section in nzbget?

thanks.
No, although this would be ideal. Post-processing scripts cannot act upon themselves.
by ubt
21 Feb 2020, 03:08
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: History auto-purge

hugbug wrote:
05 Oct 2017, 15:09
I wonder why the author of purge script chose jsonrpc instead.
Just newb ignorance. I think this was literally the first time I ever attempted anything in Python. Had some time to kill today and dropped jsonrpc.
by ubt
22 Dec 2016, 17:07
Forum: Feature discussion
Topic: [Feature Request] Permit network addresses for AuthorizedIP
Replies: 0
Views: 2237

[Feature Request] Permit network addresses for AuthorizedIP

I'd like to allow my entire local LAN to access the web UI without authorization. Currently AuthorizedIP only works with individual host IP addresses. Ideally I would be able to specify a network using common syntax, for example 192.168.0.0/24.
by ubt
18 Aug 2016, 00:12
Forum: Support
Topic: FreeBSD 16 -> 17 migration: ports?
Replies: 1
Views: 1526

FreeBSD 16 -> 17 migration: ports?

While it's great that there's now a FreeBSD installer, I'd like to continue using FreeBSD's own package management tools. Will there be an updated package pushed out for 17 to do in-place upgrades? Basically my concern is that the new install script won't know/care where the 16 package put things in...
by ubt
08 Jan 2016, 23:58
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: [Scheduler-Script] CleanHistory - Remove downloads from

hugbug wrote:Merged.
The posts are displayed in timestamp order. Feel free to edit the first post as you like.
Thank you for the script, nice work.
Thanks, it was good to get my feet wet with Python a little bit.
by ubt
08 Jan 2016, 18:22
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: [Scheduler-Script] CleanHistory - Remove downloads from

Yes please, sorry for the dupe.
by ubt
08 Jan 2016, 17:52
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

[Scheduler-Script] CleanHistory - Remove downloads from hist

<redundant>
by ubt
07 Jan 2016, 23:36
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: History auto-purge

<redundant>
by ubt
07 Jan 2016, 23:06
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

Re: History auto-purge

That's a good idea, I'm looking at that now. Is there a way to tell NZBGet to run the scheduler script on demand to make testing easier?
by ubt
07 Jan 2016, 21:11
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91724

History auto-purge

UPDATED This is a Scheduler script that deletes history of items from specified categories. You must create a Scheduler task to use it. It is not a Post-Processing script. CleanHistory.py #!/usr/bin/env python # #################################################################### ### TASK TIME: *, *...