Search found 79 matches

by exussum
July 17th, 2012, 12:42 pm
Forum: General Help
Topic: 0.71 and multicore par2
Replies: 8
Views: 5806

Re: 0.71 and multicore par2

download a big broken file - while sab is repairing check top, If its above 1 its likely using more than 1 core
by exussum
July 17th, 2012, 12:29 pm
Forum: General Help
Topic: Downloader keeps crashing
Replies: 16
Views: 11531

Re: Downloader keeps crashing

What else is running ? Have you tried lowering the connection count to maybe 2 ? and increasing until there is a problem ?
Heres output from a bnc server i run

# ulimit
unlimited
# ulimit -n
1024


So Although it says unlimited - it really means 1024
by exussum
July 17th, 2012, 12:17 pm
Forum: General Help
Topic: Downloader keeps crashing
Replies: 16
Views: 11531

Re: Downloader keeps crashing

are you running this from a VPS ? if so is it super cheap ? " (Too many open files)" What is the result of cat /proc/user_beancounters as i assume your running under open vz The x11 is likely pointed towards localhost:0 but your not running anything to show it. You should be able to disabl...
by exussum
July 16th, 2012, 11:49 am
Forum: General Help
Topic: Slow download help!!
Replies: 9
Views: 7304

Re: Slow download help!!

Hmm. I don't understand the "Anyway"? We did fully, completely help you, didn't we? Nah im pretty sure its just English speak, I would phrase it like that too. Sabnzbd keeps logs so if you go back in your history and hover over the furthest left icon it will tell you how fast you download...
by exussum
July 16th, 2012, 1:35 am
Forum: Feature Requests
Topic: Unzip ISO file
Replies: 20
Views: 16975

Re: Unzip ISO file

Set the category processing

http://SAB_URL:PORT/config/categories/

You could use as default it wont do anything unless there is an iso
by exussum
July 16th, 2012, 1:24 am
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10963

Re: Delete files smaller than XXMB

also you would have to change the -exec ls -al to -exec rm the first just details the deleted files, the second actually deletes them edit: a windows version here http://stackoverflow.com/questions/6764621/dos-delete-files-less-than-a-specific-size or install find from http://unxutils.sourceforge.ne...
by exussum
July 15th, 2012, 3:43 pm
Forum: General Help
Topic: Slow download help!!
Replies: 9
Views: 7304

Re: Slow download help!!

Exussum- I'm confused as to what your saying. Sorry but it makes no sense when nothing my end has changed except my download speed has dropped from 38MBps (max) to 4.4(max) with no change of port, connections, etc...? Muzza35 There pretty much equal http://www.productsandservices.bt.com/consumerPro...
by exussum
July 15th, 2012, 3:36 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10963

Re: Delete files smaller than XXMB

I remember having to escape more, I should learn to try commands before posting :P

Your way is better than mine - Looking for files too (mine could pick up directory's / links)
by exussum
July 15th, 2012, 3:06 pm
Forum: General Help
Topic: Slow download help!!
Replies: 9
Views: 7304

Re: Slow download help!!

4.4MB * 8 = 35.2Mb

You have 40Mb connection so its pretty much maxed out
by exussum
July 15th, 2012, 3:04 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10963

Re: Delete files smaller than XXMB

find -size -500k -exec rm {\}\ \;

maybe ?
by exussum
July 15th, 2012, 3:01 pm
Forum: Feature Requests
Topic: Unzip ISO file
Replies: 20
Views: 16975

Re: Unzip ISO file

how about

$ find / -maxdepth 3 -iname '*.iso' -exec 7z x {\}\ \;

Should work as well - change the maxdepth to however far you want to go
by exussum
July 15th, 2012, 12:21 pm
Forum: Post-Processing Scripts
Topic: Script to change mkv container to mp4
Replies: 14
Views: 14481

Re: Script to change mkv container to mp4

try
ffmpeg -i input.mkv -vcodec copy -acodec aac -sameq output.mp4

That should be faster
by exussum
July 14th, 2012, 3:16 pm
Forum: Post-Processing Scripts
Topic: Script to change mkv container to mp4
Replies: 14
Views: 14481

Re: Script to change mkv container to mp4

Mattoligy wrote: I can't input file names manually!
You cant have manual and automatic ?
by exussum
July 13th, 2012, 4:09 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 33346

Re: 0.7.1 nzbsrus rss issue

api is up, Also your username / hash is incorrect go to the RSS page and update with values from there
by exussum
July 13th, 2012, 12:50 am
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 33346

Re: 0.7.1 nzbsrus rss issue

I dont have urlgrabber.py I have urlgrabber.pyo in C:\Program Files\SABnzbd\lib\sabnzbd.zip\SABnzbd\ and I am unable to edit with notepadd++ As far as im aware you have to compile the change, pyo is a py object (compiled) file - i changed the fine in the zip folderbut had a fair amount of problems ...