Search found 7644 matches

by hugbug
08 Aug 2012, 20:23
Forum: Support
Topic: Unrar and move to folder [update Nzbget 9.0x]
Replies: 31
Views: 13489

Re: Unrar folder & Post processing like SAB

Take a look at catalog.sh from Oversight but it is very complex.
by hugbug
08 Aug 2012, 18:35
Forum: Support
Topic: Unrar and move to folder [update Nzbget 9.0x]
Replies: 31
Views: 13489

Re: Unrar folder & Post processing like SAB

audiaddict wrote:Now only I need to figure out how to remove unnessecary files like .txt .url. Can I just add a line with rm *.txt in my postscript?
There is a line:

Code: Select all

rm *.sfv >/dev/null 2>&1
Make a copy and change the extension
by hugbug
08 Aug 2012, 07:31
Forum: Support
Topic: Unrar and move to folder [update Nzbget 9.0x]
Replies: 31
Views: 13489

Re: Unrar folder & Post processing like SAB

What you are looking for is a comprehensive post-processing script. The first and the second task can be solved with relatively little work if you take the example post-processing script and extend it for your needs. A proper cataloging is more work. Take a look at Post-processing scripts . On small...
by hugbug
07 Aug 2012, 07:59
Forum: Support
Topic: The new webgui
Replies: 24
Views: 11617

Re: The new webgui

henkmeister wrote:So I could go with http://0.0.0.0:6789 ?
No, you set the option ServerIp in "nzbget.conf" to "0.0.0.0" (restart NZBGet), then use the real IP-address in your browser.
by hugbug
07 Aug 2012, 07:42
Forum: Support
Topic: The new webgui
Replies: 24
Views: 11617

Re: The new webgui

One thing I forget to mention in the how-to. If you connect from a different computer (that's probably the case if you use optware) it's important to configure the option ServerIP correctly. For example if you set ServerIP to "localhost" or "127.0.0.1" you will be able to connect to NZBGet only from...
by hugbug
05 Aug 2012, 15:44
Forum: Support
Topic: Webui in Konqueror
Replies: 2
Views: 1565

Re: Webui in Konqueror

I've made tests and found out several issues with Konqueror: JSON-API is not supported. I could work of this issue by using a separate JS-library; localStorage-API is not supported. I could use cookies instead; incorrect layout for buttons on the toolbar. This should be possible to resolve, some css...
by hugbug
04 Aug 2012, 15:17
Forum: Announcements
Topic: nzbget 9.0-testing-r455
Replies: 0
Views: 3491

nzbget 9.0-testing-r455

nzbget 9.0-testing-r445 Changes since nzbget 0.8.0 changed version naming scheme by removing the leading zero: current version is now called 9.0 instead of 0.9.0 (it's really the 9th major version of the program); added built-in web-interface; no external web-server nor PHP required anymore; For sc...
by hugbug
23 Jul 2012, 08:00
Forum: Support
Topic: Connect to nzbget -D
Replies: 3
Views: 2071

Re: Connect to nzbget -D

by hugbug
11 Jul 2012, 19:50
Forum: Support
Topic: 0.8.0 Group Rename
Replies: 18
Views: 7015

Re: 0.8.0 Group Rename

dalrun wrote:now -E GN commands fail.
Fixed in r443.
by hugbug
11 Jul 2012, 07:53
Forum: Support
Topic: Push URL to download queue
Replies: 39
Views: 20439

Re: Push URL to download queue

-A U <url> -N <group-name> -K <category> -I <priority> Setting the name and priority along with category is a good idea which should be implemented. -P <regex> is a more complex thing but make sense too. Since many URL file-names are worthless The queued nzb-file (almost) always has a proper name, ...