Feature Requests
From NNTPGrab
This wiki page can be used to request a new feature in NNTPGrab.
New feature requests can be placed on this page.
Feature requests which have been implemented are moved to Feature Requests/Implemented
Rules
There are a few rules which need to be followed to keep the list readable:
- For each new feature create a new block within this wiki page. This can be done by using a level 2 headline - In each feature mention the following: * Summary (one line description of the feature) * Description (full description of the feature) * Status (this needs to be 'unconfirmed' for new requests) * Date requested * Date last updated (to be updated by the developers) * Your name (or nickname) - If other people are also interested in a feature, they can add their name to the list. This is a indication for the developers to see how many people are interested in a specific feature
list of free news-servers (with or without account needed)
Description: It would be handy to have a built in list of free news-servers. with or with account needed wont be a problem. this way, you can use a free server without much trouble. there are many good sites out there that keep these sort of lists..
Status: Not possible, as for as I know, there aren't any (dynamic) lists of free usenet servers. Without such a list, this feature isn't possible to implement.
Comment: Take a look at: https://freeusenetnews.com maybe it is possible
Date requested: December 7 2007
Date last updated: January 3 2008
Reporter: eagle00789
People interested:
- - None yet -
Disabling or pause one or more download threads temporarely
Description: In newsleecher a thread can be paused/stopped and later started again. Often this has beter effects on the continuality of the download than the limiter of Newsleecher, while something else is also using some bandwith. (Newsleecher limits downloads with "blocks", a jagged download line is the result)
Extra info:
1. as stated in the description, Newsleecher does download in limited mode in a "jagged" mode (download full speed, and then wait till the average over so many seconds is equal the required max). The resulting download speed looks like the sinus of an AC power line. By disabling 1 or more lines, this is prevented, and the (other conventional) download goes more smoothly. Unknown to the charisterix of the yet to be written download limiting algoritme, this may happen with NNTPGrab as wel. Maybe an option to integrate such disabeling of the connection into the limiting algoritme?
2. I use a payserver, which I share with 2 others, sometimes one of them need more speed to finish their download early, or another friend who does not use a payserver, uses a couple of lines from me for the retention, I'll give away a couple of threads for some time then.
3. In newsleecher it is not possible to say: "finish downloading this file and stop downloading"..... I'll do this manually sometimes (for rebooting or whatever). This is maybe another feature, for another button next to Pauzing the Queue in the future.
Status: Unconfirmed
Date requested: January 1 2008
Date last updated: January 14 2008
Reporter: High-Q
People interested:
- Hermsen
- Izz
- Eddie Turfboer
Assign categories
Description: An ability to create categories and assign these to collections. These categories contain rules like 'Add prefix to folder name' or put the download in a specific sub-folder like 'DVD' or 'APP'.
Status: Unconfirmed
Extended Description: I download a nzb and put it in the watch folder. NG detects a new nzb with the name Prison.Break.S05E01.HDTV-ctu (example). A filter (or category) is matching on 'Prison.Break'. NG is importing this nzb on top of the queue so it will be downloaded first. When one or more files are damaged it will repair and extract it to the desktop automatically.
You can compare it with message filters in Thunderbird or Outlook. Possible matching criteria:
-
Name of the nzb
- Starts with
- Contains
- Does not contain
- Ends with
-
Size of the files inside
- Larger than
- Smaller than
- Equals to
-
Age of the files
- Older than (days)
- Newer than
-
Name of the group
- Starts with
- Contains
- Does not contain
- Ends with
-
Name of the poster
- Starts with
- Contains
- Does not contain
- Ends with
Possible actions NG could do whenever a criteria is matched:
-
Set specific download folder
- Whenever I download series I want to be able to view them immediately. So I prefer them to extract them to the desktop. Not to the default target folder.
-
Nothing/Repair/Extract/Delete
- What should happen with the source files? I'm downloading with the computer I'm actively using so I do not wish to repair a DVD because it will take too many resources.
-
Rename target folder
- I like the download folder to be organised. Maybe even extract parts of the original nzb name:
- Example nzb: Prison.Break.S01.D06.PROPER.PAL.NL.DVDR-BiERBUiKEN
- Matcher: Prison.Break.{1}.{2}.PROPER.PAL.NL.DVDR-BiERBUiKEN
- New name: [SER] Prison Break {1}{2}
- Result: [SER] Prison Break S01D06
- I like the download folder to be organised. Maybe even extract parts of the original nzb name:
-
Place in queue
- Series like Prison Break I like to see immediately so the should be in top of the queue.
-
Assign server
- Create for use with the 'Age of files' filter. You can use pay-per-download servers for files older than a specific day.
-
Schedule download
- Postpone a download.
Reporter: The_Worst
Date requested: June 16 2008
Date last updated: August 21 2008
People interested:
- - None yet -
Force focus on NG when clicking on systemtray icon
Description: When I click on the NG icon in the systemtray NG maximizes behind currently running programs which is quite annoying. A focus on NG would be very nice.
Status: Confirmed
For Windows, this is caused by a bug in GTK (https://bugzilla.gnome.org/show_bug.cgi?id=537183)
For Linux, this is the default behaviour of the GNOME window manager (metacity) and can be changed by using gconf-editor to disable the option /apps/metacity/general/raise_on_click
Date requested: August 7 2008
Date last updated: August 7 2008
Reporter: The_Worst
People interested:
- - None yet -
Download counters per server and total
Description: Counters for each provisioned server that show the current download bandwidth (K/sec) and the amount of data downloaded (GB). It would be nice if the amount of data downloaded can be settable (to zero or a previous value). A counter for the total data downloaded (GB), preferably settable to zero or another initial value.
Status: Planned for version 0.6
Date requested: August 18 2008
Date last updated: January 8 2009
Reporter:
- Hermsen
People interested:
- - None yet -
Settable period for the speed-monitor
Description: Make the display period of the speed-monitor settable from the current 10 seconds to a range from 10 to 600 seconds. This allows to verify the stability of the download bandwidth, and for verify the results of an event like a router reboot.
Status: Unconfirmed
Date requested: August 18 2008
Date last updated: -
Reporter: Hermsen
People interested:
- - None yet -
More conservative SSL certificate handling
Description: Allow user to accept, temporary accept, or deny a (self-signed) SSL certificate. A user should only be able to automatically accept a SSL certificate if the certificate is in the list of certificate authorities the user trusts (see e.g. ca-certificates on Debian/Ubuntu). If the certificate is not in earlier mentioned web of trust present the user with an informative dialog where the user can permanently accept, temporarily accept, or deny the certificate authority. This would include even a self-signed certificate. Ideally, the implementation would also adhere GTK/GNOME dialog standards. A reference implementation is Mozilla Firefox 3.0. Because this feature is fundamental for proper usage and security of SSL it is highly important.
Status: Unconfirmed
Date requested: October 04 2008
Date last updated: None
Reporter: dpi
People interested:
- - None yet -
Change download folder of collections in queue
Description: Allow user to change the download folder by right-clicking the collection, or multiple files in the queue.
Status: Planned for version 0.6
Date requested: October 19 2008
Date last updated: January 8 2009
Reporter: Izz
People interested:
- - None yet -
Time-based speed limiter
Description: Allow users to set a maximum download speed for a period of time and unlimited for an other period.
Status: Planned for version 0.6
Date requested: October 29 2008
Date last updated: January 8 2009
Reporter: Maartenh
People interested:
- Jossie90
- CloudBolt
- ReQuester
- Netput
- Eddie Turfboer
Decoding with multiple CPU cores
Description: It would be nice if the decoder could utilize more than one processing unit. Maybe by decoding multiple files at the same time.
Status: Unconfirmed
Date requested: November 27 2008
Date last updated: None
Reporter: Spockz
People interested:
- maartenh
- ReQuester
Reduce the required disk space to install NNTPGrab (Win32/Mac OS X)
Description: For the Win32 and Mac OS X packages, the whole GTK stack is bundled. This causes the installers to be quite large in size (12MB for both Win32 and Mac OS X). After installation, the program occupies up to 86MB of disk space on Win32 environments and up to 48MB on Mac OS X environments.
NNTPGrab only uses a small subset of the GTK stack. In order to reduce the size of the installers and the disk space required to install NNTPGrab, the unused pieces of the GTK stack need to be stripped out (like support for special input methods used in certain countries).
The goal should be to keep the size of the installers for Win32 and Mac OS X environments below 5MB and the size of the installed files below 20MB
Status: The size has been reduced as of version 0.4.90, but it will be reduced even more
Date requested: January 8 2009
Date last updated: April 7 2009
Reporter: Alguno
People interested:
- - Spockz -
Filter nzbcreator results
Description: The possibility to filter the results that are found by nzbcreator. Could be something like NOT sfv NOT sample AND s01 AND poster:HarryHandig
Status: Unconfirmed
Date requested: February 27 2009
Date last updated:
Reporter: Flex1986
People interested:
- - none yet -
Bookmark a search query
Description: Bookmark a search query so you can execute the same query a couple of weeks later. This is easy to use when you bookmark a serie with filter options you can easily find new episodes.
Status: Unconfirmed
Date requested: February 27 2009
Date last updated:
Reporter: Flex1986
People interested:
- - none yet -
Option to set/change timeout time
Description: Option in configuration gui to change the time for NNTPGrab to wait after unexpected disconnection with server.
Status: Unconfirmed
Date requested: March 04 2009
Date last updated:
Reporter: Floor19
People interested:
- - none yet -
'Do not show 'Verbinden met de NNTPGrab Server' again option
Description: I'm not using NNTPGrab Server for the most of the time so I'd like to see a checkbox which will hide the 'Connect to server' dialog when starting NG. (Ofcourse an option in the preferences so you can enable the window again)
Status: Unconfirmed
Date requested: March 13 2009
Date last updated:
Reporter: The_Worst
People interested:
- mlagerweij
Download par files ONLY when needed
Description: Download par files ONLY when needed to save disk space and time. It's a feature that LottaNZB has done nicely.
Status: Confirmed, planned for NNTPGrab 0.6
Date requested: March 22 2009
Date last updated: April 7 2009
Reporter: ReQuester
People interested:
- Eddie Turfboer
Option to delete unneeded files after successful extraction
Description: Option to delete unneeded files after successful extraction. Files like rar, par2, sfv and other unneeded files so that only the extracted content stays.
Status: Unconfirmed
Date requested: March 22 2009
Date last updated:
Reporter: ReQuester
People interested:
- -mlagerweij
- Eddie Turfboer
