Search found 9 matches
- December 16th, 2009, 4:17 pm
- Forum: Beta Releases
- Topic: nzbmatrix NZB url
- Replies: 7
- Views: 21263
Re: nzbmatrix NZB url
0.4.12 did not support adding nzbmatrix by the url. Was that the version you were using when you mention previous version? In any case, just add the url in your browser for the report as shypike says. incorrect, it will only work in an authenticated browse and requires cookies. since sabnzbd dodn't...
- December 16th, 2009, 4:16 pm
- Forum: Beta Releases
- Topic: nzbmatrix NZB url
- Replies: 7
- Views: 21263
Re: nzbmatrix NZB url
You are all correct. I found out the issue as well. NZBmatrix seems to time out sometimes when you download via api-nzb-download.php. Sometimes it works, sometimes it doesn't. There should be code in sabnzbd to retry it until it works... http://nzbmatrix.com/api-nzb-download.php?id=490932&userna...
- December 16th, 2009, 1:12 pm
- Forum: Beta Releases
- Topic: nzbmatrix NZB url
- Replies: 7
- Views: 21263
Re: nzbmatrix NZB url
How about the "add URL" box? Can we use this for nzbmatrix urls? Or is it only supported on RSS feeds?
- December 15th, 2009, 12:33 pm
- Forum: Beta Releases
- Topic: nzbmatrix NZB url
- Replies: 7
- Views: 21263
nzbmatrix NZB url
i seem to remember a previous version of sabnzbd being able to import urls from nzbmatrix (both zip and not zip). however, using 0.5.0.X it appears to not let me do this anymore. i verified the options, both the username and api key are available under index sites.
- December 15th, 2009, 12:04 pm
- Forum: Beta Releases
- Topic: 0.5.0-B3 Duplicate/replaced download?
- Replies: 0
- Views: 1235
0.5.0-B3 Duplicate/replaced download?
I can't even imagine to think how this might be possible, but I decided to try out beta3 and setup a bunch of downloads overnight. 5 NZB files. They all appear to be downloaded (all were reported complete), however, the first download was completely replaced by the 2nd download. And now there are tw...
- February 13th, 2009, 1:30 am
- Forum: General Help
- Topic: Does sabnzbd support Windows Server 2008?
- Replies: 4
- Views: 3907
Re: Does sabnzbd support Windows Server 2008?
Ok, short answer: it works. Long answer: Server 2008 is based on Vista, so that means UAC. UAC is garbage and does not belong on a server. Any decent sysadmin knows how to manage users w/o UAC. Anyway. The overly restrictive firewall and the network classificiation as "private" and "p...
- February 10th, 2009, 11:51 pm
- Forum: General Help
- Topic: Does sabnzbd support Windows Server 2008?
- Replies: 4
- Views: 3907
Re: Does sabnzbd support Windows Server 2008?
Trying it now... have to install Windows Server 2008 first. Will post back with results. Windows Server 2008 is based on Vista, and Vista is supported with the exception of UAC issues. I'm not sure the UAC is in Windows Server 2008... but I'm about to find out.
- February 10th, 2009, 12:25 pm
- Forum: General Help
- Topic: Does sabnzbd support Windows Server 2008?
- Replies: 4
- Views: 3907
Does sabnzbd support Windows Server 2008?
Anyone know if sabnzbd supports Windows Server 2008? Any known issues?
- December 11th, 2008, 6:33 pm
- Forum: Third-party Addons
- Topic: TUTORIAL: Securing SABnzbd+ behind lighttpd authentication
- Replies: 3
- Views: 9211
Re: TUTORIAL: Securing SABnzbd+ behind lighttpd authentication
Yes, that's correct. Just leave out the auth.* stuff if you don't want authentication. auth.debug = 0 auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/path/to/password_file" auth.require = ( "...