Search found 8829 matches

by sander
June 24th, 2014, 12:42 pm
Forum: Nederlands
Topic: eerste download niet gelukt
Replies: 12
Views: 6725

Re: eerste download niet gelukt

usenetserver.com is niet het adres van een newsserver.

Heb je wel een account bij een newsserver-provider?
Zo niet: aangezien je bij ziggo zit, kan je de Ziggo-newsserver gebruiken. Zie https://www.ziggo.nl/extra-diensten/nieuwsgroepen voor de instellingen.
by sander
June 23rd, 2014, 4:15 pm
Forum: General Help
Topic: history goes away [solved: caused by CouchPotato]
Replies: 6
Views: 3047

Re: history goes away

If you want to be sure:

Set SABnzbd's logging to +debug
Then inspect sabnzbd.log for API calls, for example with "grep -i api ~/.sabnzbd/logs/sabnzbd.log" to see if there is a 'delete'
by sander
June 23rd, 2014, 12:52 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

Ah, in SABnzbd I created category 'user1' with relative directory 'user1', and ... it works. Impressive! Well done! FWIW the relevant call: 2014-06-23 19:39:42,235::DEBUG::[interface:421] API-call from 127.0.0.1 [??] {'nzbname': 'blabla.2014.DVDRiP.XviD-ROV', 'pp': '3', 'apikey': '46074d6412486', 'n...
by sander
June 22nd, 2014, 3:48 pm
Forum: General Discussion
Topic: Automatically testing video's for content
Replies: 6
Views: 4756

Re: Automatically testing video's for content

Here's a post-processing script for your needs. #!/usr/bin/env python # A SABnzbd post-processing script to check if files with video format extensions # indeed contain video format. # The tool 'ffprobe' is needed. On Ubuntu it's part of ffmpeg import sys import os from os import walk if len(sys.arg...
by sander
June 22nd, 2014, 2:24 pm
Forum: General Discussion
Topic: Automatically testing video's for content
Replies: 6
Views: 4756

Re: Automatically testing video's for content

ojilles wrote:Not sure about the intent of the uploader, <snip>
Spreading their malware.
by sander
June 22nd, 2014, 1:35 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

Can you explain what these questions / values mean? Is it how to talk to SAB? please configure "remoteAuthHost" with current value "127.0.0.1". description: "host where remote authentication is running." new value (or enter to use current): please configure "remote...
by sander
June 21st, 2014, 10:13 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

Download results: Download works, the result is in the sabRE's GUI, but user1's download just arrives in :~/Downloads/complete/. That means (AFAIK) there is no way to share it to a specific user. I would have expected a directory per user defines in sabRE's config files, and thus for example ~/Downl...
by sander
June 21st, 2014, 10:04 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

I have no access to my Ubuntu laptop right now, so I tried on my Ubuntu 12.04.4 VPS, which resulted in the error below. It has node v0.6.12. That seems to be the cause: I solved the error by adding the PPA for node.js, which gave node.js version v0.10.29: sudo add-apt-repository ppa:chris-lea/node.j...
by sander
June 21st, 2014, 1:16 am
Forum: General Discussion
Topic: Automatically testing video's for content
Replies: 6
Views: 4756

Re: Automatically testing video's for content

Having had some trouble lately with posts that contain invalid video files (either with Codec virusses or without) I was thinking that one possible solution would be hooking up ffmpeg/ffprobe in a post processing script. If that can't determine the container/codecs in use, ditch the download. Has a...
by sander
June 19th, 2014, 12:43 am
Forum: General Help
Topic: sabzbd stops downloading
Replies: 1
Views: 1169

Re: sabzbd stops downloading

Tips:
use wired ethernet
use a low number of newsserver connections: 3 in your case

HTH
by sander
June 16th, 2014, 3:26 pm
Forum: General Help
Topic: Just switched to Mac, where have my films gone..?!
Replies: 2
Views: 567

Re: Just switched to Mac, where have my films gone..?!

Sorry guys, found the full files but have another issue. When I try to drag the 13gb file to stick I get message saying file too large for the volumes format even though my stick is 32gb (and currently empty!) Any ideas? "stick" = usb stick? If so: you probably have FAT16B or FAT32 on tha...
by sander
June 16th, 2014, 2:23 pm
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

The files need to be put into a tar archive for easy downloading. Ah, do you mean this: the separate files of a download are packed into one tar file, which makes remote downloading via een webinterface easier? If so: I understand the use case. I was more thinking in this use case: one LAN with sev...
by sander
June 16th, 2014, 4:18 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

A separate suggestion regarding the postporcessing of sabRE: I would advice to rename your scripts to "sabre-....py", and let the install copy them into the existing SAB script dir (script_dir). So sabre-postprocess.py sabre-settings.py sabre-unrar.py IMHO that's more clear and more conve...
by sander
June 16th, 2014, 3:53 am
Forum: Third-party Addons
Topic: sabRE - an alternative multi-user web frontend
Replies: 60
Views: 48975

Re: sabRE - an alternative web frontend

It makes sense what you say, and I would have thought that it works this way. But why does my SABnzbd not behave this way? In Settings->Folders, SABnzbd states on top of the page: "Default Base Folder: /home/user/.sabnzbd" and I read the only way to change this folder is by running SABnzb...