Search found 8 matches

by lord_rahlly
October 3rd, 2014, 10:23 am
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Re: Controlling the IP sabnzbd pulls newsgroup data with.

Ad "TBH I am still flummoxed that reading the host setting is impossible." ... what do you mean? You use sabnzbd.cfg.cherryhost(), which is that info, so ... ? sabnzbd.cfg.cherryhost() returns the value of cherryhost from the ini. sabnzbd.cfg.host() returns an error, this value is the one...
by lord_rahlly
October 3rd, 2014, 6:45 am
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Re: Controlling the IP sabnzbd pulls newsgroup data with.

Nice. However: Some homework for you: What happens if SABnzbd listens on '::' (as it is on my system) or a specific public IPv6 address? What happens with 'newszilla6.xs4all.nl' as one of the newsservers? If you have no IPv6 active, install miredo / teredo on your Fedora, and try it. My goal of the...
by lord_rahlly
October 2nd, 2014, 10:55 pm
Forum: Feature Requests
Topic: Requesting ability to set NNTP download IP
Replies: 0
Views: 2006

Requesting ability to set NNTP download IP

Hello, My system uses several virtual IP's to isolate individual services, for example sickbeard 192.168.0.46 couchpotato 192.168.0.48 sabnzbd 192.168.0.47 etc... While sabnzbd allows you to set the IP it uses as a server in the /etc/sysconfig/SABnzbd and ~/.sabnzbd/sabnzbd.ini files, it does not us...
by lord_rahlly
October 2nd, 2014, 7:59 pm
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Re: Controlling the IP sabnzbd pulls newsgroup data with.

Ah ... so you want to use the IP address already specificied in sabnzbd.ini as listening host, also as the outgoing IP address? Clever! Less risk on mistakes. Use this: sabnzbd.cfg.cherryhost() Most Excellent tips. When I got home I implemented the changes # diff newswrapper.py newswrapper.old 119,...
by lord_rahlly
October 2nd, 2014, 3:50 pm
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Re: Controlling the IP sabnzbd pulls newsgroup data with.

Thanks for the tip. Yeah I am hoping if I can get this cleanly implemented that it will get merged in. Would be a pain to have to change this for every update.
by lord_rahlly
October 2nd, 2014, 3:00 pm
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Re: Controlling the IP sabnzbd pulls newsgroup data with.

Thanks sander, that looks like the trick. If I set a line in the newswrapper.py to sock.bind("192.168.0.47", 0) In the con module it works. Have a witch of a time getting that IP from the ini file. If I do; logging.error(sabnzbd.cfg.email_server()) I can pull the IP for the email server wh...
by lord_rahlly
October 1st, 2014, 10:06 pm
Forum: General Help
Topic: Controlling the IP sabnzbd pulls newsgroup data with.
Replies: 12
Views: 8185

Controlling the IP sabnzbd pulls newsgroup data with.

Hello, I run sabnzbd on Fedora 19. On my machine I have each service, couch, sickbeard, sabnzbd, plex, etc on their own virtual IP. It simplifies some things but complicates others at times, like now. I have started using a reporting app to monitor bandwidth consumption on my LAN. The problem is sab...
by lord_rahlly
December 22nd, 2013, 11:24 pm
Forum: Post-Processing Scripts
Topic: Automatically remove non essential audio streams
Replies: 1
Views: 2218

Automatically remove non essential audio streams

Has anyone seen or created a script that removes non essential audio streams? Had the frustration tonight of sitting down to watch something with the wife and the first audio stream in the mkv was Turkish. So I had to stop everything, strip the bad audio stream and restart the movie. The main issue ...