Search found 5 matches

by MrMoosieMan
27 Oct 2019, 22:10
Forum: Support
Topic: Automatically delete a lesser quility version and replace it with a better one - can it be done?
Replies: 2
Views: 1390

Automatically delete a lesser quility version and replace it with a better one - can it be done?

When using the below dupe script I often download both the 64k and 128k versions of something I'm looking for. A lot of times the 64k version will be available first and sometimes a 128k version will never be released. If the 128k version were to be released, I would like NZBGet to delete the previo...
by MrMoosieMan
27 Oct 2019, 15:28
Forum: Support
Topic: RegEx date duplicate issue
Replies: 1
Views: 872

Re: RegEx date duplicate issue

I believe I figured out. Turns out reading the documentation is very helpful. :)

Here is my code:

Require: size:>50MB size:<500MB
Require: ( 64K | 128K )
Accept(dupekey:SHOW-${1}): SHOW $([0-9]+\.[0-9]+\.[0-9]+)

If you have something else to add, please do.
by MrMoosieMan
27 Oct 2019, 15:00
Forum: Support
Topic: RegEx date duplicate issue
Replies: 1
Views: 872

RegEx date duplicate issue

Hello! I'm having any issue where my RegEx is not working as needed. I keep getting the following errors within the NZBGet log. SHOW. 10.24.2019 is a duplicate to SHOW. 10.22.2019 SHOW. 10.23.2019 is a duplicate to SHOW. 10.22.2019 How can I tell NZBGet that a show with a date of 10.23.2019 or 10.24...
by MrMoosieMan
04 Oct 2019, 17:37
Forum: Support
Topic: RSS with duplicates and how I should filter?
Replies: 1
Views: 992

Re: RSS with duplicates and how I should filter?

Someone was able to help me out. This is the code that worked for me. Hope this helps someone out in the future. Require: age:>2h Require: size:>2GB size:<10GB Options(dupescore:3000): 720p Options(dupescore:4000): 1080p Accept(dupekey:ABC Early Prelims-${1}): ABC Early Prelims .###. Accept(dupekey:...
by MrMoosieMan
03 Oct 2019, 19:53
Forum: Support
Topic: RSS with duplicates and how I should filter?
Replies: 1
Views: 992

RSS with duplicates and how I should filter?

I am very novice at creating RSS filters within NZBget so please excuse me if I'm missing something basic. ++++++ THE PROBLEM ++++++ I have an event I download that goes by the same three letter acronym (example: ABC) and a number that increments by one for each new event. When they hold events they...