binhex

Community Developer
  • Posts

    7898
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by binhex

  1. kurterik, I have been attempting to do the same thing. Where did you seen the LAN_RANGE option?

     

    It's in the Advanced View -> Environment Variables.

     

    Let me know if you get it working.

     

    Funny, I just updated to the latest version and I don't seem to have that option under my Environment Variables. I suppose I could just add it. Were there any examples listed under Variable Values?

     

    ive added in the option guys but its still not working yet, unraid unfortunately does NOT add in any missing env variables so you need to add the option in manually (feature request submitted for this).

  2. Any plans to have an official Sonarr with VPN and/or NZBGet with VPN (I know someone has forked your code and added it but just wondering if these were on your radar). Thx!

     

    What would be the benefit of having VPN integration with Sonarr?

     

    Anyway, how about TLS/SSL support with Sonarr?! :-)

    See here:

    https://github.com/Sonarr/Sonarr/wiki/SSL

     

    I am on a VPN kick :) Not a huge need but it would be nice. For the SSL, I run a reverse proxy docker in front of my Sonarr and have my own certificate.

     

    Some ISP's block known indexing sites and having VPN is a work-around. You could always turn on delugeVPN privoxy and point your Sonarr to that, couldnt you?

     

    precisely right mr-hexen, i see no need to have a vpn tunnel running for sonarr, as this is not performing the downloads, it simply is spidering the index site, if the index site is blocked by your isp then as mr hexen suggests, simply use the built in proxy (privoxy).

     

    nzbget, yes this could do with vpn tunnel, but its not high on my list of to-do's as most people will agree that vpn tunnel for usenet content is pretty much not required.

  3. I installed the SAB and Sickbeard docker in my new V6 build.  I can't find the AutoprocessTV folder?  Any clues?

     

    My old install had 7 directories (autoprocessTV, cache, cherrypy, data, lib, sickbeard, test) and docker on only has 2 (config and data which are set in my cache drive under .apps)  I'm confused!

     

    hi Lacehim, the autoProcessTV directory gets created in the installation folder for sickbeard, unfortunately this does not get moved/created when specifying the configuration base folder, so i have had to symlink this to the /config folder. so if you now update the sickbeard docker and then check the hosts path for your /config volume mapping then you should now see a autoProcessTV folder appear, you can then drop your scripts in there.

  4.  

    1) that is fine, moviegrabber will match on any of the following:-

    case insensitive match for imdb title with year and custom separator

    case insensitive imdb title with year and spaces

    case insensitve imdb title with spaces

    2) the download checking is recursive, so just specify the common root folder and it will check all files/folders, if you need to specify multiple root folders then you can do this also.

    3) it should work with any downloader that supports blackhole (watched folder), which should be all of the ones you listed above.

     

    Thanks for the answer to my questions.  I tried to set /mnt/user/ as the /media folder but wasn't having any luck with the initial scan since it seemed to hang.  So I just set one of my movie user shares as /media for a test run.  Seemed to get a bit further, but it didn't seem to scan anything.  The log reports a few errors:

     

    2015-07-21 23:24:05,050 DEBG 'moviegrabber' stderr output:
    /opt/moviegrabber/lib/site-packages/Cheetah/Compiler.py:1509: UserWarning: 
    You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
    "\nYou don't have the C version of NameMapper installed! "
    
    2015-07-21 23:24:05,126 DEBG 'moviegrabber' stdout output:
    192.168.11.107 - - [21/Jul/2015:23:24:05] "GET /run_now HTTP/1.1" 200 928 "http://192.168.11.110:9191/" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36"
    
    2015-07-21 23:24:05,200 DEBG 'moviegrabber' stdout output:
    192.168.11.107 - - [21/Jul/2015:23:24:05] "GET /cache.manifest HTTP/1.1" 404 626 "" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36"
    
    2015-07-21 23:24:06,151 DEBG 'moviegrabber' stderr output:
    Exception in thread search_index_thread_nzb.su-1:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
    File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
    File "/opt/moviegrabber/MovieGrabber.py", line 3289, in newznab_index
    self.feed_details(site_name)
    File "/opt/moviegrabber/MovieGrabber.py", line 4493, in feed_details
    post_date_tuple = time.strptime(post_date, "%a, %d %b %Y %H:%M:%S")
    File "/usr/lib/python2.7/_strptime.py", line 467, in _strptime_time
    return _strptime(data_string, format)[0]
    File "/usr/lib/python2.7/_strptime.py", line 328, in _strptime
    data_string[found.end():])
    ValueError: unconverted data remains: -0400

     

    Any suggestions?  Thank you.

     

    i will take a look at this, looks like a specific issue with nzb.su, there time and date format looks a little whacky, will let you know when a fix is in place, in the meantime if you have another index site you can use then please give it a try.

  5. Thought Moviegrabber looked interesting and I would give it a try, but had three questions before I started:

     

    1) My movies have years appended onto the title.  Does this affect matching via IMDB?

    2) All my movies are binned into separate groups depending on title.  Do I specify the folders under the "Movies Downloaded" config page, and how would I specify each separate folder?

    3) At the moment, this only works with sabnzbd and not nzgbet, or deluge?

     

    Thanks!

     

    1) that is fine, moviegrabber will match on any of the following:-

    case insensitive match for imdb title with year and custom separator

    case insensitive imdb title with year and spaces

    case insensitve imdb title with spaces

    2) the download checking is recursive, so just specify the common root folder and it will check all files/folders, if you need to specify multiple root folders then you can do this also.

    3) it should work with any downloader that supports blackhole (watched folder), which should be all of the ones you listed above.

  6. Hi Binhex,

     

    Thanks for the dockers!  In regards to sabnzbdvpn:

    Can you add an iptable entry in iptables.sh that allows the use of port 8090 (outward traffic) when the tunnel is down?

    I do not forward all my traffic through the VPN, therefore iptables is blocking me from port 8090 because it thinks the tunnel is down.

     

    You already do this for port 8080.

     

    Just need to repeat the entries for 8090:

    
    # accept output to sabnzbd webui port 8090 (used when tunnel down)
    iptables -A OUTPUT -o eth0 -p tcp --dport 8090 -j ACCEPT
    iptables -A OUTPUT -o eth0 -p tcp --sport 8090 -j ACCEPT
    

     

    all done, please pull down the new version when you get a chance.

  7. Binhex - is it possible to run the sabnzbdvpn as a specified used instead of nobody? I access my shares only on a secure mode with a specified username and password. Files created by nobody are only readable and not writable. For eg deleting incorrect or multiple  TV shows is not possible through my HTPC. I have to login to my unraid and change user to my specified one before I can delete files remotely.

     

    you dont need to modify the user account, you can relax the permission on the download folder by specifying the octal notation in sabnzbd webui:-

     

    open sanzbd webui and go to configuration/folders/Permissions for completed downloads and set this to 777 (or 755 if your not executing anything in the dowloads folder), that should then set any new downloads with read/write permissions for any account.

  8. Need a little help with my moviegrabber setup

    I am using binhex sabnzbvpn and moviegrabber.

     

    I believe i have set all the correct paths to match my docker config but on the moviegrabber webui it still wants a sab watch folder and sab incomplete folder

     

    Neither of those folder i have or use. is this a show stopper?

     

    i ve included some screenshots.

     

    the current stable version of moviegrabber uses blackhole only, im working on adding in api for the main downloaders, so nzbget, sab, deluge, rutorrent, transmission.

    I've setup my moviegrabber docker and for some reason every time downloads a nzb sab will report it as an empty nzb file.

     

    Any ideas?

     

    hmm odd!, ok disclaimer first :-), moviegrabber is under heavy development at the mo, and of course my docker is pointing at the dev branch so there could be breakage, however after saying that it should be working ok, can you tell me which index site your using firstly?.

  9. Hey binhex, would this enable you to reimplement the multicore par2 for sabnzbd, by chance?

     

    https://aur.archlinux.org/packages/par2cmdline-tbb/

     

    Just curious!  Thanks!

     

    thats the package i was using, if you try to click on the link to the source though you will find the host is down, i have done some searching but im currently unable to find any sort of mirror to download par2 multicore from so im stuck with the normal par2 package until further notice.

  10. Need a little help with my moviegrabber setup

    I am using binhex sabnzbvpn and moviegrabber.

     

    I believe i have set all the correct paths to match my docker config but on the moviegrabber webui it still wants a sab watch folder and sab incomplete folder

     

    Neither of those folder i have or use. is this a show stopper?

     

    i ve included some screenshots.

     

    the current stable version of moviegrabber uses blackhole only, im working on adding in api for the main downloaders, so nzbget, sab, deluge, rutorrent, transmission.

  11. Why are episodes of the same quality on Usenet larger in size than torrent files?  I'm used to DLing 720p-HDTV files between 600MB-1.5GB per episode but the ones of the exact same quality on Usenet are sometimes twice the size if not larger.

     

    because usenet requires par files to fix up missing articles, this is one of the downsides of Usenet, missing articles means incomplete files that cannot then be unpacked, so par files are used to fill in the missing articles and thus then allow you unpack the resulting file. torrent on the other hand has automatic error checking built in so there is zero chance of corruption, yes it is still possible to receive a corrupt file but its an exact copy of a corrupt file :-), other plus for torrents is generally no unpacking is required, as there is no benefit to splitting up the file into archives (not so for usenet).

     

    ive been on both sides of the fence now, for me ive gone back to torrents after 6 years of using usenet, for these reasons:-

     

    1. dmca issues are pretty much a non issue with torrents, yes torrent files can be removed but generally they arent and you always have magnet links.

    2. incomplete downloads, this of course could be linked to dmca but i have seen quite a few downloads fail for usenet due to too many missing articles even with old content (extremeusenet provider), torrents again make this a non issue, yes you could have a torrent suddenly drop to zero seeds but its amazingly rare for this to happen, ive seen maybe 3 downloads fail due to no seeds, ive seen a hell of a lot more usenet downloads fail due to incomplete files than this over the same period.

    3. torrents are cheap, ive just signed up for a year with a vpn provider which works out at £2 a month, other than that there are zero costs, usenet providers on the other hand can be a bit more, approx £4-5.

    4. more content, this came as a big surprise to me but im finding significantly more content i want to download from torrents than i am from usenet, i use an automated way to download movies and im getting a lot more hits on torrent index sites than usenet.

     

    there is of course the major concern over privacy with torrents that doesn't exist with usenet, but with delugevpn  im comfortable enough at the moment to carry on using torrents.

  12. I updated sabnzbd and sickrage and now they both are not working correctly. Sabnzbd webui is not loading. Sickrage page is loading but no longer able to find shows when searching. Any one else having this problem? Both were working smoothly before the updates.

     

    Sickrage is not working due to a bug in Sickrage that was fixed about 3-4 days ago (it's an error in scene_exceptions.py if you look in the sickrage logs).  It looks like the docker may have been updated recently but not enough to pull in that fix.  binhex, can it be updated?

     

     

    hi johnc, im pulling stable "releases" only from sickrage, not from master branch, so im afraid you will have to wait until the next release, the good news is sickrage is VERY active right now and releases are coming out pretty much every 3-4 days, so expect a new release soon. if you want to track this then take a look here https://github.com/SiCKRAGETV/SickRage/tags current release is 4.0.29

     

    ok new release FINALLY out, so this should now fix this particular show stopping (no pun intended hehe) issue, please force update on the sickrage container to get the change.

  13. Hi binhex -

     

    I should have thought to try one of the European gateways, and have confirmed that DHT does work on the Netherlands gateway.  Strange why if connected to a US gateway on the desktop Deluge client allows DHT but the Docker doesn't.  I had to install your sabnzbdvpn Docker so that I could use Privoxy with a US based gateway while Deluge uses the Netherlands gateway.

     

    Thanks for your help (and Dockers)!

     

     

    I can confirm dht does indeed work with VPN provider pia, maybe certain gateways only allow it, could you try using the Netherlands gateway and see if that helps.

     

    hmm odd it works fine when using the PIA VPN client on windows and not when using OpenVPN, i cant really explain that, perhaps there is some additional configuration required for the ovpn file for non European gateways to allow DHT?. In any case glad you got a workaround, ive found the netherlands gateway is pretty quick and is one of the fastest gateways on the PIA network so you might be happy to stick with this a see how things go.

  14. DHT essentially allows you to find other peers without a central tracker.  Some argue the merits of turning on DHT, but since we're using a VPN, IMHO, there's no harm in having it on. 

     

    Thanks for the clarification on what you see on your end.  It's not a huge loss to not have DHT working, as having deluge operate through a VPN is of far greater benefit.

     

     

    I see the icon, but no numbers.  Clicking the icon does nothing either.

     

    I still don't know what DHT is or means or why I do or don't want it, but it seems it's not working for me either.

     

    I guess I should clarify.  Before I changed the port, I simply couldn't get into the GUI at all.  Changing the port allowed me to get into the GUI.

     

    I can confirm dht does indeed work with VPN provider pia, maybe certain gateways only allow it, could you try using the Netherlands gateway and see if that helps.

  15. Hi binhex,

     

    just upgraded to v6 and installed your delugeVPN Docker, which works perfectly except for two issues.  I was hoping I could get some of your input.

     

    1) I have configured my PC settings to use Privoxy and to ignore it for local (intranet) addresses.  However, when I try to access other systems on my local network by IP, I get a failed connection.  I have to use the hostname to connect to the systems. 

     

    2) In addition, I have DHT enabled but it doesn't actually show any DHT connections as shown.  Is this normal?

     

    20upld2.jpg

     

    Any advice appreciated.

     

    Thanks!

     

    i can only assume that the vpn provider your connecting to does not allow DHT, im guessing you have defined your incoming port for deluge correctly yes?, this should be set by your provider, if your using PIA then i automatically set this for you.

  16. Hey Binhex wouldn't it make more sense to create a support thread for each of your dockers, this 46 page thread is getting a little unruly :-)

     

    probably, but thats quite a bit more admin to do :-(, i think this is more a symptom of not so clever forum software tbh, there REALLY aught to be a way to search current thread at the very least - looks like the slightly oddly positioned "search" button at the top right does indeed search current thread.

     

    I would hope LT as some point should consider using a more modern forum platform, i realise this is not a easy undertaking but i think it needs to be done, esp with more and more interest in unraid now we have the awesome v6 out as a stable release :-).

  17. I have recently moved over to unRAID V6 from V5 and am amazed with the new Docker system. Binhex, thanks for providing (and supporting) these awesome containers.

     

    I have gotten delugevpn up and running without too much of a hitch, but am interested in adding RSS functionality into it via deluge's plugin system. I have been trying to use the YaRSS2 plugin, however it requires a GTK UI setup for configuration. The deluge user guide to set this up seems pretty straight forward, but I am having trouble connecting to the delugevpn daemon via a thin client (tried from both mac and windows machine). I have tried adding a <user>:<password>:<access level> to the delugevpn auth file and am trying to connect via the daemon port 58846. I saw that you were trying to resolve this multiple pages back and was just wondering if I missed a resolution to this. Or is this still a work in progress?

     

    BTW, accessing the delugevpn daemon via the couchpotato container seems to be working fine.

     

    Thanks,

    -denizen

     

    the originial issue was to do with allowing the deluge daemon to talk to other dockers which is now resolved, i am using iptables to prevent ip leakage so i had to be very careful as to what to allow. currently i am only allowing docker to docker conversion to the deluge daemon and thus your having the issue when trying to use another host. i could revisit this and relax the restriction a little bit more to allow known private lan ranges, e.g. 192.168.*.* and 10.0.*.* so that you could also connect to the daemon from another host on your LAN, leave it with me.

  18. Binhex, I am a AirVPN user, created my ovpn file and added to the folder and started the docket it did not connect.

     

    looking at the log is looking for a user

     

    attached my log

     

    this is the issue:-

     

    [crit] VPN provider unknown, please specify airvpn, pia, or custom

     

    baqsically you need to set airvpn, pia, or custom for the VPN_PROV setting for the container, please edit and choose the correct one,its currently left with the default value which shows all choices.

  19. Hey binhex,

     

    Thanks for all the work you do here!

     

    Is there any way you could update your Madsonic Docker to pull the latest version:  20150506_madsonic-5.1.5240?

     

    Thanks!

     

    thats the beta release, im trying to stay away from beta's as much as possible for stability reasons, is there a particular reason you want to run the beta version or is it the lure of the larger revision number? :-)