Search found 79 matches
- August 8th, 2012, 3:23 pm
- Forum: Debian/Ubuntu Package
- Topic: SOLVED: Can't update to latest version on Raspberry Pi
- Replies: 8
- Views: 13278
Re: Can't update to latest version
update using the python package ? Seems whoever has control of the repository hasn't updated
- August 7th, 2012, 12:11 pm
- Forum: Feature Requests
- Topic: http proxy
- Replies: 1
- Views: 2449
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 ?
Would likely be the easiest way. Im not sure if sabnzbd listens to other environment variables ?
- August 1st, 2012, 1:23 am
- Forum: Feature Requests
- Topic: api?mode=history
- Replies: 3
- Views: 2543
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...
- July 31st, 2012, 3:44 pm
- Forum: Bug Reports
- Topic: Please close SABnzbd.exe first
- Replies: 4
- Views: 4608
Re: Please close SABnzbd.exe first
Running as a differnt user, If your on windows 7 press "show processes from all users"
- July 31st, 2012, 3:30 pm
- Forum: Feature Requests
- Topic: api?mode=history
- Replies: 3
- Views: 2543
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
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
- July 24th, 2012, 11:59 am
- Forum: Post-Processing Scripts
- Topic: Script to change mkv container to mp4
- Replies: 14
- Views: 15029
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
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
- July 24th, 2012, 11:56 am
- Forum: Post-Processing Scripts
- Topic: Script to change mkv container to mp4
- Replies: 14
- Views: 15029
Re: Script to change mkv container to mp4
try
if that doesnt work try adding -an and -vn separately and then together
Code: Select all
ffmpeg -i input.mkv -vcodec copy -acodec libfaac -aq 200 output.mp4
- July 23rd, 2012, 2:46 pm
- Forum: Bug Reports
- Topic: URL Fetching failed
- Replies: 14
- Views: 13536
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...
- July 20th, 2012, 2:07 am
- Forum: General Help
- Topic: Whs 2011 / server 2008R2 bandwidth
- Replies: 6
- Views: 4480
Re: Whs 2011 / server 2008R2 bandwidth
Think his issue is hes getting faster speeds over wifi ?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
- July 19th, 2012, 2:00 am
- Forum: General Help
- Topic: Moving SAB from Windows to dedicated Linux box
- Replies: 2
- Views: 2244
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 ?
- July 18th, 2012, 1:16 am
- Forum: Feature Requests
- Topic: Send NZB files to SABNZBD by mail
- Replies: 5
- Views: 5395
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
- July 17th, 2012, 4:03 pm
- Forum: Post-Processing Scripts
- Topic: Delete files smaller than XXMB
- Replies: 15
- Views: 11579
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
- July 17th, 2012, 3:06 pm
- Forum: General Help
- Topic: Convert MKV2MP4 on IOS automatically Python
- Replies: 4
- Views: 4160
- July 17th, 2012, 12:51 pm
- Forum: General Help
- Topic: 0.71 and multicore par2
- Replies: 8
- Views: 6072
Re: 0.71 and multicore par2
break it yourself if you have to Just remove some lines from the nzb file, the more lines removed the more broke the file is
- July 17th, 2012, 12:44 pm
- Forum: General Help
- Topic: Downloader keeps crashing
- Replies: 16
- Views: 11975
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...