Search found 5 matches
- November 14th, 2014, 7:05 pm
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3185013
Re: MovieGrabber - Completely Automated Movie Downloader
The script wouldn't run with replacing my config.ini so I had to replace my settings manually. I am no longer getting locale errors on FreeNAS. Thanks so much binhex!
- August 11th, 2014, 12:42 pm
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3185013
Re: MovieGrabber - Completely Automated Movie Downloader
FreeNAS MovieGrabber How-To: (What worked for me) 1. create jail (type of jail = plugin) 2. jls 3. jexec <# of MovieGrabber jail> csh 4. pkg_add python py27-sqlite3 5. echo 'moviegrabber_enable="YES"' >> /etc/rc.conf 6. vi /etc/rc.d/moviegrabber Paste below: #!/bin/sh # # PROVIDE: moviegra...
- April 12th, 2014, 4:46 pm
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3185013
Re: MovieGrabber - Completely Automated Movie Downloader
Thank you sir! I now have MovieGrabber working on FreeNAS hi, this is the crutial bit from the traceback:- UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128) basically its saying it cannot decode the string as its not in ascii, this is caused by runnin...
- April 7th, 2014, 7:05 am
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3185013
Re: MovieGrabber - Completely Automated Movie Downloader
hey binhex, I'm trying to run moviegrabber on freenas but I'm getting the following error: Traceback (most recent call last): File "/moviegrabber/lib/site-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/moviegrabber/lib/site-packages/cherry...
- November 27th, 2013, 1:06 pm
- Forum: Third-party Addons
- Topic: MovieGrabber - Completely Automated Movie Downloader
- Replies: 793
- Views: 3185013
Re: MovieGrabber - Completely Automated Movie Downloader
Problem: The syntax "-keyword" is incorrect for excluding a word from a search on nzbs.org. When populating the option "This word must not exist in the post title", then any search returns an empty result. Either the correct syntax should be used (if there is one, because I coul...