Search found 8829 matches

by sander
November 15th, 2012, 7:29 am
Forum: Beta Releases
Topic: Download link for 0.7.6 Beta 2 isn't available
Replies: 4
Views: 6623

Re: Download link for 0.7.6 Beta 2 isn't available

Maybe Shypike has pulled it?

If you still want it anyway, you can find out the direct link your self if you find out the direct link of the Beta1 download, and then replace Beta1 by Beta2 ...
by sander
November 15th, 2012, 7:26 am
Forum: General Discussion
Topic: are all providers just astraweb resellers?
Replies: 2
Views: 3522

Re: are all providers just astraweb resellers?

No. As your post says, that's the "Article identifier". So someone *posted* that content via eu.news.astraweb.com.

If you want to find out if your newsprovider is a reseller, you can use DNS-lookups and the reverse DNS-lookups.
by sander
November 15th, 2012, 1:53 am
Forum: General Help
Topic: Multiple download locations
Replies: 5
Views: 2369

Re: Multiple download locations

I've decided to just download everything from now on to the external drive. SABnzbd can be picky with external and remote drives; if the drive is not yet available at the startup of SAB, SAB will revert back to your local drive. And if the drive is available during startup but not later on in the a...
by sander
November 14th, 2012, 1:35 pm
Forum: Post-Processing Scripts
Topic: Linux simple script to execute a 3rd program
Replies: 6
Views: 3536

Re: Linux simple script to execute a 3rd program

Let's try to make clearer what your question is versus what you already know: 1) Do you know how to use and run mtn? Do you know what the options mean? 2) Can you test run the mtn linux version on your QNAP NAS? 3) Do you know how to run an existing post processing script on SABnzbd, and specificall...
by sander
November 14th, 2012, 5:07 am
Forum: Third-party Addons
Topic: Simple windows batch script to limit speed based if u r home
Replies: 4
Views: 4528

Re: Simple windows batch script to limit speed based if u r

See the bluetooth commands below. FYI: this is on Linux. I don't what's available on Windows. pi@raspberrypi ~ $ hcitool scan Scanning ... F0:08:F1:32:8E:26 Sander pi@raspberrypi ~ $ pi@raspberrypi ~ $ sudo l2ping -c 20 F0:08:F1:32:8E:26 Ping: F0:08:F1:32:8E:26 from 00:1F:81:00:02:00 (data size 44) ...
by sander
November 14th, 2012, 1:00 am
Forum: Third-party Addons
Topic: Simple windows batch script to limit speed based if u r home
Replies: 4
Views: 4528

Re: Simple windows batch script to limit speed based if u r

Cool. FWIW: I've written a tool to detect who's at home based on: - ARP-table in my routermodem. ARP shows the link between IP address and MAC address, see below. So no need for a static IP address - bluetooth vicinity, measured from my Raspi ZySH> show arp IP address HW type Flags HW address Mask D...
by sander
November 13th, 2012, 10:19 am
Forum: General Help
Topic: SABnzbd Port changing on its own?
Replies: 3
Views: 2243

Re: SABnzbd Port changing on its own?

Does SABnzbd change ports dynamically somehow? If, at startup, SABnzbd cannot bind to the port it should use (for example: 8080), it will find a free port, for example 8085. Main reason that SAB cannot use a port: - port is in use by another application - port is in use by ... SABnzbd itself (altho...
by sander
November 13th, 2012, 10:17 am
Forum: General Help
Topic: Multiple download locations
Replies: 5
Views: 2369

Re: Multiple download locations

You can use the Categories to do this.

For example: I have a category "DLNA-share" which puts the result in my DLNA-shared directory

HTH
by sander
November 12th, 2012, 6:29 pm
Forum: Post-Processing Scripts
Topic: [Windows] PushOver Notifications
Replies: 8
Views: 13347

Re: [Windows] PushOver Notifications

@carphead: Have you considered using curl.exe instead? http://www.paehl.com/open_source/?CURL_7.28.0 has curl with HTTPS, and with curl -s -F "token=abc123" -F "user=user123" -F "message=hello world" https://api.pushover.net/1/messages.json ... and it should work. Discl...
by sander
November 11th, 2012, 4:27 am
Forum: Bug Reports
Topic: Sab crashes Windows 8 when large file is downloaded
Replies: 4
Views: 4597

Re: Sab crashes Windows 8 when large file is downloaded

Version 0.7.5 Windows 8 TV shows seem to be downloading fine. When I download larger movie files (4 gig or higher), Windows blue screens on me during the unpacking of the movie. When I reboot Windows, Sab starts but the queue is missing. If I try to repair the files, it blue screens again. I had th...
by sander
November 9th, 2012, 12:50 pm
Forum: General Help
Topic: Is my download secure? Through SSL?
Replies: 2
Views: 2076

Re: Is my download secure? Through SSL?

What do you mean by "secure"? 1) With SSL activated at the newsserver setting, an outsider / ISP / government / employer / network admin can't see what you're downloading, but he can see you're downloading from a newsserver. 2) with SSL activated at the newsserver setting, someone else can...
by sander
November 6th, 2012, 3:12 pm
Forum: General Help
Topic: [Errno 47] Address family not supported by protocol
Replies: 9
Views: 7091

Re: [Errno 47] Address family not supported by protocol

Well, see this IPv4-only setup, and getaddrinfo() returning both IPv4 and IPv6: Which is just a rather bad implementation. Having an IPv4-only system and still resolving names to IPv6. Well, also the 'host' command gives both IPv4 and IPv6 addresses on my IPV4-only system pi@raspberrypi ~ $ host ne...
by sander
November 6th, 2012, 2:18 pm
Forum: General Help
Topic: [Errno 47] Address family not supported by protocol
Replies: 9
Views: 7091

Re: [Errno 47] Address family not supported by protocol

Well, see this IPv4-only setup, and getaddrinfo() returning both IPv4 and IPv6: pi@raspberrypi ~ $ ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:96:c4:2f inet addr:192.168.1.55 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:86 errors:0 dropped:...
by sander
November 6th, 2012, 1:07 pm
Forum: General Help
Topic: [Errno 47] Address family not supported by protocol
Replies: 9
Views: 7091

Re: [Errno 47] Address family not supported by protocol

OK, that output explains a lot. There's an error in the Python implementation of the ReadyNAS. The getaddrinfo fucntion lists IPv6 addresses (2a01:788:2:1::c013:1) while it should only list IPv4 (195.200.85.12). I don't completely understand you, as I get the same output on my Ubuntu: >>> import so...
by sander
November 3rd, 2012, 9:55 am
Forum: Nederlands
Topic: Download snelheid onstabiel op Synology DS212+
Replies: 7
Views: 4119

Re: Download snelheid onstabiel op Synology DS212+

welke newsprovider?

hoeveel gelijktijdige sessies?

wat voor hardware draait SAB op: CPU, RAM?