Search found 68 matches

by salami
24 Mar 2015, 16:18
Forum: Feature discussion
Topic: Request: Include manual dupes in RSS check
Replies: 11
Views: 5685

Re: Request: Include manual dupes in RSS check

Yes, or any other way to let NZBGet ignore future NZBs with the same dupekey and the same (or lower) dupescore. "Mark as success" should work perfectly for this!
by salami
24 Mar 2015, 15:29
Forum: Feature discussion
Topic: Request: Include manual dupes in RSS check
Replies: 11
Views: 5685

Re: Request: Include manual dupes in RSS check

Is this request still on the wishlist? It would be a big help for me :)
by salami
10 Feb 2015, 10:06
Forum: Extension scripts
Topic: Replace/remove substring in title
Replies: 10
Views: 10699

Re: [Feature Request] RSS: Replace/remove substring

Ah that makes more sense, the following python snippet seems to work perfectly for NZBGeek:

Code: Select all

fwp = os.environ['NZBNP_NZBNAME']
f = re.sub('(?i)-NZBgeek\.nzb$', '.nzb', fwp)
if f:
	print('[NZB] NZBNAME=', f, sep='')
Thanks for the hint!
by salami
10 Feb 2015, 09:20
Forum: Extension scripts
Topic: Replace/remove substring in title
Replies: 10
Views: 10699

Replace/remove substring in title

One of my indexers adds an annoying tag to some posts, would it be possible to add an RSS-option that would allow me to automatically remove that?
by salami
05 Feb 2015, 10:23
Forum: Third-party addons
Topic: iOS8 Widget for NZBGet
Replies: 18
Views: 64843

Re: iOS8 Widget for NZBGet

handya wrote: I am also planing turning it into a full app.
I hope you like it, if you have any suggestions/improvements I would be happy to add them :)
A fully featured app would be more than welcome :) One suggestion would be the possibility to add new nzbs through a file type handler, that would be awesome!
by salami
12 Jan 2015, 18:01
Forum: Third-party addons
Topic: iOS8 Widget for NZBGet
Replies: 18
Views: 64843

Re: iOS8 Widget for NZBGet

NFFL7LEAXP7J is now gone too, working fine here! thanks a lot!
by salami
01 Dec 2014, 10:38
Forum: Feature discussion
Topic: [New Feature] Improved Windows Application
Replies: 7
Views: 4878

Re: [New Feature] Improved Windows Application

You will need NSIS and the Simple Service Plugin to build the setup. I had to adjust a few paths in the .NSI script to work with my custom project, but after that it worked just fine :)
by salami
28 Sep 2014, 13:59
Forum: Feature discussion
Topic: Request: Include manual dupes in RSS check
Replies: 11
Views: 5685

Re: Request: Include manual dupes in RSS check

yes, the idea was to have a way to let it treat deleted items the same way it does with the status success. While the purpose of dupe-delete might be different, it should still do the trick in my specific case, but I don't know enough about the inner workings of nzbget to tell if this would break an...
by salami
28 Sep 2014, 11:25
Forum: Feature discussion
Topic: Request: Include manual dupes in RSS check
Replies: 11
Views: 5685

Re: Request: Include manual dupes in RSS check

hugbug wrote:To achieve what you ask you can mark history items as good.
Wouldn't that stop it from adding items with higher dupe scores as well? I'm looking for a way to only ignore the same or lower dupe score in the future.
by salami
28 Sep 2014, 11:01
Forum: Feature discussion
Topic: Request: Include manual dupes in RSS check
Replies: 11
Views: 5685

Request: Include manual dupes in RSS check

It would be nice if nzbget would also check for items manually deleted as duplicates in addition to those with status success. This way we could stop nzbget from adding stuff (with the same or lower score) that we already downloaded somewhere else. Unless this would break anything else of course :)