Get help, report and discuss bugs.
-
wormvortex
- Posts: 8
- Joined: 17 Dec 2016, 13:17
Post
by wormvortex » 10 Dec 2022, 08:28
I have an RSS feed and I set a filter for NZBget to download the name of certain models that appear in the field which was simple enough by just adding a line with the name on. However NZBget would download all the different quality releases. I read about dupe scores so tried adding that.
What I want is NZBget to download the 2160p version over the 1080p if they both appear together however all I've seem to manage is for NZBget to reject anything that is not 1080/2160 and it still downloads both quality's. This is what my filter looks like:
Require: ( 1080p | 2160p )
Options(dupescore:1000): 1080p
Options(dupescore:2000): 2160p
Accept: Model 1
Accept: Model 2
etc......
When I hover off the feed preview it shows the dupe-scores correctly but still accepts and downloads both versions. What am I doing wrong??
-
hugbug
- Developer & Admin
- Posts: 7645
- Joined: 09 Sep 2008, 11:58
- Location: Germany
Post
by hugbug » 11 Dec 2022, 01:33
Because they have different dupekeys. By default dupekey is equal to nzb name (title).
You need to set proper dupekeys for NZBGet to know that certain nzbs have the same content. This is a difficult part.
-
kloaknet
- Posts: 337
- Joined: 23 Jul 2014, 08:52
Post
by kloaknet » 18 Dec 2022, 20:06
maybe below helps, some old 'code' of mine:
Shows Filter, 1080p over 720p releases, prioritize PROPERs
1080p > 720p,
real > proper > repack > internal
Lets say you have a feed with all your shows in it, for all qualities. You are happy with 720p releases, but prefer a 1080p release. You don't want to waste time on first downloading a 720p release when a 1080p is available, so we prioritize the 1080p release, and of course we prioritize updated releases (PROPERs etc). This is the RSS feed filter you could use :
## setting dupescore for resolution filters
Options(dupescore:10000): .720p.
Options(dupescore:20000): .1080p.
# only allow stuff based on above 'main filter score'
Require: dupescore:>=10000
## raising dupescore source
# none set
## raising dupescore for scene statuses
# internal
Options(dupescore+:1): .internal.
Options(dupescore+:2): .repack.
Options(dupescore+:4): .proper.
Options(dupescore+:8): .real.
## accept all that came through the require filter
Accept: *
## Comments
# the scene names files with dots instead of spaces,
# to get stuff with spaces too, remove the dots
# internals can also be stuff with limited issues, released as internal
Who is online
Users browsing this forum: No registered users and 34 guests