Search found 1372 matches

by switch
August 9th, 2010, 4:06 pm
Forum: General Help
Topic: Sorting Help
Replies: 2
Views: 5360

Re: Sorting Help

If you use categories, you can set the path for a category as a full path (ie the ones you list above).
by switch
August 9th, 2010, 4:04 pm
Forum: Third-party Addons
Topic: API Help
Replies: 1
Views: 4898

Re: API Help

Add limit=1 to the api query. Be aware that this item could be a paused item in the queue, and not the current active download.
by switch
August 9th, 2010, 4:02 pm
Forum: Feature Requests
Topic: Joining .ts files
Replies: 2
Views: 5422

Re: Joining .ts files

Do you not have "Enable TS Joining" enabled (underneath filejoin)
by switch
August 9th, 2010, 4:01 pm
Forum: General Help
Topic: Can sabnzbd be started paused?
Replies: 1
Views: 4854

Re: Can sabnzbd be started paused?

Start SABnzbd with --pause or -p to start in paused mode.

If you are on windows, modify a shortcut to look like the following:

Code: Select all

"C:\Program Files\SABnzbd\SABnzbd.exe" -p
by switch
April 22nd, 2010, 6:10 pm
Forum: General Help
Topic: API returns HTTP 406 but still continues?
Replies: 2
Views: 5376

Re: API returns HTTP 406 but still continues?

Looks like an Accept Encoding of "*" might not be supported by CherryPy (our webserver). http://www.freesoft.org/CIE/RFC/2068/158.htm If you do not provide an accept encoding at all (as on the second request) it is assumed you can accept all encodings. However * does not seem to be accepte...
by switch
April 5th, 2010, 11:53 am
Forum: General Help
Topic: Server R2 TCP Port Error (In Use)
Replies: 7
Views: 9894

Re: Server R2 TCP Port Error (In Use)

Disabling firewalls usually doesn't actually disable them. Try uninstalling it, or specifying a host other than localhost e.g. Start->Run, enter either "c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085 or "c:\program files\sabnzbd\sabnzbd.exe" -s :8085 (second one needs to ...
by switch
April 4th, 2010, 11:05 am
Forum: General Help
Topic: Server R2 TCP Port Error (In Use)
Replies: 7
Views: 9894

Re: Server R2 TCP Port Error (In Use)

Disabling firewalls usually doesn't actually disable them. Try uninstalling it, or specifying a host other than localhost e.g. Start->Run, enter either "c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085 or "c:\program files\sabnzbd\sabnzbd.exe" -s :8085 (second one needs to b...
by switch
April 1st, 2010, 6:55 pm
Forum: Feature Requests
Topic: ability to name download when adding via API
Replies: 3
Views: 5693

Re: ability to name download when adding via API

Specify the desired name using nzbname=NEWNAME

Characters such as spaces should be urlencoded (ie ' ' into '%20')
by switch
March 31st, 2010, 3:41 pm
Forum: Feature Requests
Topic: TV Sorting episode name
Replies: 5
Views: 8131

Re: TV Sorting episode name

Posting what you download is against our forum rules. Please be more careful http://forums.sabnzbd.org/index.php?topic=41.0
by switch
March 28th, 2010, 2:06 pm
Forum: Bug Reports
Topic: SABnzbd makes every browser crash
Replies: 3
Views: 7028

Re: SABnzbd makes every browser crash

Uninstall SABnzbd completely (settings and all, back them up if you care about the data, but don't restore the backup yet). Clear the browser cache and cookies on one of your browsers and try again. When did this start happening? It is unlikely SABnzbd is the cause of this, it is much more likely yo...
by switch
March 11th, 2010, 4:02 am
Forum: Feature Requests
Topic: Rename extracted file(s) using folder names
Replies: 3
Views: 6604

Re: Rename extracted file(s) using folder names

Generic sorting can do this, under config>sorting. It will only run on files over 350MB(ish), you may wish to create a new category for it so you have control over which jobs it gets applied to. Just select the category under config>sorting.
by switch
March 2nd, 2010, 2:47 pm
Forum: General Help
Topic: Add URL problem
Replies: 4
Views: 6803

Re: Add URL problem

Upgrade to version 0.5
by switch
March 1st, 2010, 6:59 pm
Forum: Bug Reports
Topic: Bug in API reference
Replies: 7
Views: 8327

Re: Bug in API reference

I get your point now dougle, only the log_dir, nzb_backup_dir and cache_dir on that page are relative to the ini. I have updated the wiki to reflect that. Thanks :)
by switch
March 1st, 2010, 2:24 pm
Forum: General Help
Topic: wizard - testserver gives 'NoneType' object is unsubscriptable
Replies: 6
Views: 11152

Re: wizard - testserver gives 'NoneType' object is unsubscriptable

Are you trying with SSL? If so, try without it.
by switch
March 1st, 2010, 2:23 pm
Forum: General Help
Topic: Should sabnzbd be downloading ALL pars?
Replies: 3
Views: 5992

Re: Should sabnzbd be downloading ALL pars?

How have you come to the conclusion that all pars have been downloaded? Did you see the files in your incomplete folder?

The extra par2 files are only moved to the paused state when the nzb starts downloading.