Search found 79 matches

by exussum
August 8th, 2012, 3:23 pm
Forum: Debian/Ubuntu Package
Topic: SOLVED: Can't update to latest version on Raspberry Pi
Replies: 8
Views: 12723

Re: Can't update to latest version

update using the python package ? Seems whoever has control of the repository hasn't updated
by exussum
August 7th, 2012, 12:11 pm
Forum: Feature Requests
Topic: http proxy
Replies: 1
Views: 2160

Re: http proxy

http://linux.die.net/man/1/socksify

Would likely be the easiest way. Im not sure if sabnzbd listens to other environment variables ?
by exussum
August 1st, 2012, 1:23 am
Forum: Feature Requests
Topic: api?mode=history
Replies: 3
Views: 2350

Re: api?mode=history

with start / limit as it is now - i cant get the full list between two numbers (I can get a list between 0 and a difference of them numbers, Which is the same when no items are deleted). There is one Email template set in to sab, But currently im sending emails to >1 user on different days at differ...
by exussum
July 31st, 2012, 3:44 pm
Forum: Bug Reports
Topic: Please close SABnzbd.exe first
Replies: 4
Views: 4331

Re: Please close SABnzbd.exe first

Running as a differnt user, If your on windows 7 press "show processes from all users"
by exussum
July 31st, 2012, 3:30 pm
Forum: Feature Requests
Topic: api?mode=history
Replies: 3
Views: 2350

api?mode=history

Could we have a history option instead of start=0&limit=x to be startid=xxx&finishid=yyy

where the two ids are the numbers usually used in

<id>xxxx</id>

Would be quite useful, if either id are missed it becomes a before / after query ?

Thanks
by exussum
July 24th, 2012, 11:59 am
Forum: Post-Processing Scripts
Topic: Script to change mkv container to mp4
Replies: 14
Views: 14195

Re: Script to change mkv container to mp4

apparently its a known bug if they dont fix it

Work around is making a full copy (copy both audio and video codecs keeping the container) and then run my command on the output from the first. Not great with space though ..

or update to the svn release - which may be hard
by exussum
July 24th, 2012, 11:56 am
Forum: Post-Processing Scripts
Topic: Script to change mkv container to mp4
Replies: 14
Views: 14195

Re: Script to change mkv container to mp4

try

Code: Select all

ffmpeg -i input.mkv -vcodec copy -acodec libfaac -aq 200 output.mp4
if that doesnt work try adding -an and -vn separately and then together
by exussum
July 23rd, 2012, 2:46 pm
Forum: Bug Reports
Topic: URL Fetching failed
Replies: 14
Views: 12959

Re: URL Fetching failed

I'm having a bit of a similar issue. Any help on this would be greatly appreciated. I'm still fairly new to all of this, and I'm trying to figure my way around. Even a point in the right direction would be wonderful at this time. You need to click on the RSS link and get a api key - They have chang...
by exussum
July 20th, 2012, 2:07 am
Forum: General Help
Topic: Whs 2011 / server 2008R2 bandwidth
Replies: 6
Views: 4271

Re: Whs 2011 / server 2008R2 bandwidth

sander wrote:So what is the problem? 7 MB versus 10 MB?

Or 7-8-10MB versus 85Mbps? If so: Bytes versys bits ... see http://wiki.sabnzbd.org/faq#toc29
Think his issue is hes getting faster speeds over wifi ?
by exussum
July 19th, 2012, 2:00 am
Forum: General Help
Topic: Moving SAB from Windows to dedicated Linux box
Replies: 2
Views: 2041

Re: Moving SAB from Windows to dedicated Linux box

the download history is stored in a sqlite database, Should be as easy as moving that i think ive never done it though. I would aviod transferring a current queue, Wait until sab is idle ?
by exussum
July 18th, 2012, 1:16 am
Forum: Feature Requests
Topic: Send NZB files to SABNZBD by mail
Replies: 5
Views: 5068

Re: Send NZB files to SABNZBD by mail

If it was local you could pipe the email to sabnzbd - if not you need to connect with pop / imap
by exussum
July 17th, 2012, 4:03 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10724

Re: Delete files smaller than XXMB

solonvault wrote:Anyone?? i would think this shouldn't have to be that hard to answer for someone who knows what he's doing..

Thanks!

instead of ls -al use rm

and yes it should work
by exussum
July 17th, 2012, 12:51 pm
Forum: General Help
Topic: 0.71 and multicore par2
Replies: 8
Views: 5535

Re: 0.71 and multicore par2

break it yourself if you have to :P Just remove some lines from the nzb file, the more lines removed the more broke the file is
by exussum
July 17th, 2012, 12:44 pm
Forum: General Help
Topic: Downloader keeps crashing
Replies: 16
Views: 11152

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 Huh, interesting. Good to know. The only thing I c...