Page 5 of 53

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 1:06 am
by rascalli
Installing it on my qnap NAS , getting the following error when starting :

[/share/HDA_DATA/Apps/MovieGrabber] # python MovieGrabber.py
Traceback (most recent call last):
File "MovieGrabber.py", line 69, in <module>
import argparse
ImportError: No module named argparse

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 4:27 am
by binhex
rascalli wrote:Installing it on my qnap NAS , getting the following error when starting :

[/share/HDA_DATA/Apps/MovieGrabber] # python MovieGrabber.py
Traceback (most recent call last):
File "MovieGrabber.py", line 69, in <module>
import argparse
ImportError: No module named argparse
hi rascalli, tracked this down to a new module included in python 2.7.x, im assuming your still running python 2.6.x right?, i shall have a look and see if i can include argparse with the next release, im assuming an upgrade of python to 2.7.x fills you with dread right? :-)

binhex.

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 4:29 am
by binhex
J03 8LACK wrote:Hey Everyone,

Just building a Synology DiskStation and was wondering if anyone was successful in installing MovieGrabber. This would be a great addition to the many tools the Diskstaion has.

Great work binhex
J03
hey J03 nice to see you make the move over to the webgui version :-), umm as long as you can install python on your synology diskstation and the os is either windows or linux then i see no issues with running moviegrabber, please make sure you install python 2.7.x ok, let me know the results :-).

binhex.

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 4:32 am
by binhex
savage007 wrote:I just unpacked 2.0.3 i had downloaded a few days ago, I copied the config file(as listed above) of the 2.0.5 instance that didnt work into the 2.0.3 directory and let it run. and it works!!

Grtz, Edwin.
hi savage007, yep def got a bug in my code, im going to take a look at this later today so look out for a new version appearing soon, for the time being you can either carry on running 2.0.3 or you can get around the issue in 2.0.5 by putting something in the bad title field.

thanks for reporting the bug.

binhex.

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 4:39 am
by rascalli
@binhex , well all other apps I run are based on 2.6 , so that's why I hope we can stay on 2.6 ;-)


Any plans for an auto update function ? maybe by using git ?

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 5:01 am
by binhex
rascalli wrote:@binhex , well all other apps I run are based on 2.6 , so that's why I hope we can stay on 2.6 ;-)


Any plans for an auto update function ? maybe by using git ?

fair enough :-), umm yep def want to move to github, auto update would be really good, its on my (long) list to do :-)

Re: MovieGrabber - completely automated movie downloader

Posted: September 11th, 2011, 12:24 pm
by savage007
@binhex maybe you can implement the use of the sabnzbd categories, i have multiple programs running( like couchpotato, headphone, sickbeard and moviegrabber of course )

Not all of them use categories, so it becomes a mess after a while because i cant assign a category / directory( like e:\movies for moviegrabber or e:\music for headphones ) to a specific program whitout the use of categories.

Re: MovieGrabber - completely automated movie downloader

Posted: September 12th, 2011, 6:42 am
by binhex
ok new version out guys, this is mainly bug fixes, let me know how you get on with it.

cheers.

binhex.

Re: MovieGrabber - completely automated movie downloader

Posted: September 12th, 2011, 11:51 am
by rascalli
binhex wrote:ok new version out guys, this is mainly bug fixes, let me know how you get on with it.

cheers.

binhex.
Is argparse included or not yet ?

Re: MovieGrabber - completely automated movie downloader

Posted: September 12th, 2011, 12:14 pm
by binhex
Yes it's included

rascalli - please let me know if argparse now works as i didn't have time to test.

cheers.

binhex.

Re: MovieGrabber - completely automated movie downloader

Posted: September 13th, 2011, 12:02 am
by rascalli
@binhex , It does seem to start now ...

But so far no movies are send to the watch folder .. maybe I have to many restrictions ;-)
The log also does not tell me much , only : Warning IMDB Poster Download Failed

Re: MovieGrabber - completely automated movie downloader

Posted: September 13th, 2011, 2:50 pm
by binhex
rascalli wrote:@binhex , It does seem to start now ...

But so far no movies are send to the watch folder .. maybe I have to many restrictions ;-)
The log also does not tell me much , only : Warning IMDB Poster Download Failed

hmm i think i know why, PIL (python imaging library) has different versions depending on the version of python you have installed, i.e. python 2.6.x or python 2.7.x, obviously im running python 2.7.x and the pil libraries i have included are for 2.7.x and i think this is the issue.

short story - looks like either i would need to bundle PIL 2.6.x with moviegrabber, or you would need to upgrade your install of python to 2.7.x.

Re: MovieGrabber - completely automated movie downloader

Posted: September 13th, 2011, 5:11 pm
by fluentdesigns
Everytime I try to save my information in the folders menu I get the following error.

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyc", line 645, in respond
File "cherrypy\lib\encoding.pyc", line 188, in __call__
File "cherrypy\_cpdispatch.pyc", line 29, in __call__
File "MovieGrabber.py", line 3767, in save_config_directories
KeyError: 'movies_downloaded_dir2'

Re: MovieGrabber - completely automated movie downloader

Posted: September 14th, 2011, 2:47 pm
by rascalli
download links are broken ?

Re: MovieGrabber - completely automated movie downloader

Posted: September 14th, 2011, 3:44 pm
by binhex
fluentdesigns wrote:Everytime I try to save my information in the folders menu I get the following error.

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyc", line 645, in respond
File "cherrypy\lib\encoding.pyc", line 188, in __call__
File "cherrypy\_cpdispatch.pyc", line 29, in __call__
File "MovieGrabber.py", line 3767, in save_config_directories
KeyError: 'movies_downloaded_dir2'
will be fixed in 2.0.7 (up in the next 24hrs)

binhex.