Search found 1372 matches
- August 9th, 2010, 4:06 pm
- Forum: General Help
- Topic: Sorting Help
- Replies: 2
- Views: 7287
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).
- August 9th, 2010, 4:04 pm
- Forum: Third-party Addons
- Topic: API Help
- Replies: 1
- Views: 6544
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.
- August 9th, 2010, 4:02 pm
- Forum: Feature Requests
- Topic: Joining .ts files
- Replies: 2
- Views: 7356
Re: Joining .ts files
Do you not have "Enable TS Joining" enabled (underneath filejoin)
- August 9th, 2010, 4:01 pm
- Forum: General Help
- Topic: Can sabnzbd be started paused?
- Replies: 1
- Views: 6723
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:
If you are on windows, modify a shortcut to look like the following:
Code: Select all
"C:\Program Files\SABnzbd\SABnzbd.exe" -p
- April 22nd, 2010, 6:10 pm
- Forum: General Help
- Topic: API returns HTTP 406 but still continues?
- Replies: 2
- Views: 7242
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...
- April 5th, 2010, 11:53 am
- Forum: General Help
- Topic: Server R2 TCP Port Error (In Use)
- Replies: 7
- Views: 13432
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 ...
- April 4th, 2010, 11:05 am
- Forum: General Help
- Topic: Server R2 TCP Port Error (In Use)
- Replies: 7
- Views: 13432
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...
- April 1st, 2010, 6:55 pm
- Forum: Feature Requests
- Topic: ability to name download when adding via API
- Replies: 3
- Views: 7658
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')
Characters such as spaces should be urlencoded (ie ' ' into '%20')
- March 31st, 2010, 3:41 pm
- Forum: Feature Requests
- Topic: TV Sorting episode name
- Replies: 5
- Views: 10221
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
- March 28th, 2010, 2:06 pm
- Forum: Bug Reports
- Topic: SABnzbd makes every browser crash
- Replies: 3
- Views: 9023
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...
- March 11th, 2010, 4:02 am
- Forum: Feature Requests
- Topic: Rename extracted file(s) using folder names
- Replies: 3
- Views: 8670
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.
- March 2nd, 2010, 2:47 pm
- Forum: General Help
- Topic: Add URL problem
- Replies: 4
- Views: 8889
Re: Add URL problem
Upgrade to version 0.5
- March 1st, 2010, 6:59 pm
- Forum: Bug Reports
- Topic: Bug in API reference
- Replies: 7
- Views: 10740
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
- March 1st, 2010, 2:24 pm
- Forum: General Help
- Topic: wizard - testserver gives 'NoneType' object is unsubscriptable
- Replies: 6
- Views: 13417
Re: wizard - testserver gives 'NoneType' object is unsubscriptable
Are you trying with SSL? If so, try without it.
- March 1st, 2010, 2:23 pm
- Forum: General Help
- Topic: Should sabnzbd be downloading ALL pars?
- Replies: 3
- Views: 7847
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.
The extra par2 files are only moved to the paused state when the nzb starts downloading.