Search found 8828 matches

by sander
July 9th, 2012, 11:06 am
Forum: Debian/Ubuntu Package
Topic: Error : cannot create directory (Debian / SMB share)
Replies: 10
Views: 14973

Re: Error : cannot create directory (Debian / SMB share)

I also noticed that the "disk errors" are random : when downloading a file which contains 10 rar files (r00 to r09), I only got 8 "Disk error on creating file", r03 and r08 were created properly... Oh. So intermittent errors. :-( I would say your system can't reach the NAS all t...
by sander
July 9th, 2012, 8:19 am
Forum: Debian/Ubuntu Package
Topic: Error : cannot create directory (Debian / SMB share)
Replies: 10
Views: 14973

Re: Error : cannot create directory (Debian / SMB share)

error404 is the account sabnzbd is running under, right? If so, as error404, do this: echo "blabla" >> /media/usbshare1/downloads/incomplete/blabla.txt Does that work? I expect not. If so, check the "mount" permissions by typing "mount" and posting the output here. Perm...
by sander
July 8th, 2012, 5:21 pm
Forum: Post-Processing Scripts
Topic: Simple script to replace spaces w/dots for movies category?
Replies: 12
Views: 6502

Re: Simple script to replace spaces w/dots for movies catego

OK, bug. Change to: import os # workdir = '/home/sander/kul-rename' workdir = '/home/sander/Downloads/even twee' #### CHANGE this line to your movie directory for path, dirnames, filenames in os.walk(workdir): print "path:", path for dirname in dirnames: if dirname.find(' ') > -1 : # Yes, ...
by sander
July 8th, 2012, 4:40 pm
Forum: Post-Processing Scripts
Topic: Simple script to replace spaces w/dots for movies category?
Replies: 12
Views: 6502

Re: Simple script to replace spaces w/dots for movies catego

Well, it's for python 2, not for python 3.

Change the directory to work on to '/media/stuff/', not including the movie name.
by sander
July 7th, 2012, 7:20 am
Forum: Nederlands
Topic: SABnzbd start héel langzaam (niet) op
Replies: 20
Views: 21976

Re: SABnzbd start héel langzaam (niet) op

SAB kiest een andere poort, als de eigenlijke poort al in gebruik is. Daarom moet je dus uitvinden wat er al op die poort draait. Misschien is het SAB zelf wel. Of kan SAB niet verbinden dooor je firewall die het (toch) blokkeert. Zie mijn de-installeer advies. Met tasklist moet je zoeken op process...
by sander
July 7th, 2012, 6:48 am
Forum: Nederlands
Topic: SABnzbd start héel langzaam (niet) op
Replies: 20
Views: 21976

Re: SABnzbd start héel langzaam (niet) op

<knip> Maar net had je toch wel een proces dat luisterde op 8080? Is dat proces nu verdwenen? Je kan ook nog doen: netstat -aon | find "LISTENING" Dan zie je alle luisterende processen, en hun poort: 8085, of 8080, of ... Met tasklist | find ... kan je zien wat de namen van die processen ...
by sander
July 7th, 2012, 5:47 am
Forum: Nederlands
Topic: SABnzbd start héel langzaam (niet) op
Replies: 20
Views: 21976

Re: SABnzbd start héel langzaam (niet) op

Een paar opmerkingen: Er lijkt al iets te draaien & luisteren op poort 8085: TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING 7804 Die 7804 is de process id. Je kan uitzoeken welk process dat is: tasklist | find "7804" Wat komt eruit? En aangezien SABnzbd bij jou blijkbaar op poort 8085 draait, ...
by sander
July 7th, 2012, 5:05 am
Forum: Nederlands
Topic: SABnzbd start héel langzaam (niet) op
Replies: 20
Views: 21976

Re: SABnzbd start héel langzaam (niet) op

Ik zou dit doen: een CMD box openen (via Windows R), naar de goede directory lopen, en dan SABnzbd-console.exe starten: SABnzbd geeft dan output naar het scherm. Doel: Je ziet dan of het starten van SABnzbd langzaam gaat, of dat het verbinden van de browser langzaam gaat. Wat ook nuttig is: in een a...
by sander
July 6th, 2012, 10:12 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10752

Re: Delete files smaller than XXMB

If (as?) such a Python script is not here, are you willing to write it yourself? Python is a great language, and it will only take a few lines of code.
by sander
July 6th, 2012, 9:42 pm
Forum: Post-Processing Scripts
Topic: Simple script to replace spaces w/dots for movies category?
Replies: 12
Views: 6502

Re: Simple script to replace spaces w/dots for movies catego

Just run it from the command line. Change the '.' to the correct directory.

If that works, you can procreed to call it from SABnzbd
by sander
July 6th, 2012, 1:17 am
Forum: General Help
Topic: Changed https port and now sab is gone
Replies: 1
Views: 922

Re: Changed https port and now sab is gone

You need root/admin/superuser rights to use a port lower than 1024. And 443 is lower than 1024, so ... google "osx run as administrator" for help. I haven't got OSX so I can't tell. Maybe OSX has "sudo" too?
by sander
July 5th, 2012, 6:46 am
Forum: General Help
Topic: Download repair failing
Replies: 1
Views: 919

Re: Download repair failing

It's about "Repair failed, not enough repair blocks (41 short)".

See explanation here: http://wiki.sabnzbd.org/faq#toc30
by sander
July 5th, 2012, 3:36 am
Forum: Post-Processing Scripts
Topic: Simple script to replace spaces w/dots for movies category?
Replies: 12
Views: 6502

Re: Simple script to replace spaces w/dots for movies catego

A python script you can run to replace spaces in directory names with dots. Developed and tested on Linux. import os for path, dirnames, filenames in os.walk('.'): for dirname in dirnames: if dirname.find(' ') > -1 : # Yes, a space in the directory name, so replace it: newname = dirname.replace(' ',...
by sander
July 3rd, 2012, 3:50 pm
Forum: Post-Processing Scripts
Topic: Searching subtitle script / program
Replies: 2
Views: 2817

Re: Searching subtitle script / program

Thanks to your post, I'm now using autosub / auto-sub ... cool program!

Sorry I can't help you with your question. ;-)
by sander
July 3rd, 2012, 12:00 pm
Forum: Nederlands
Topic: No PAR2 program found, repairs not possible
Replies: 11
Views: 5840

Re: No PAR2 program found, repairs not possible

Iemand die dit anders via teamviewer voor mij eens zou kunnen fixen aub? Dat is natuurlijk niet zo leerzaam voor jou ... maar ik wil wel een poging doen. Ik zie dat er teamviewer voor Linux is (draait met Wine) ... dus wat nu? Jij moet mij een "Partner ID" geven? Trouwens: een SSH-shell g...