MovieGrabber - Completely Automated Movie Downloader

Got a program that plays well with SABnzbd? Share it here!
Post Reply
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: MovieGrabber - completely automated movie downloader

Post 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
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: MovieGrabber - completely automated movie downloader

Post 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 ?
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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 :-)
savage007
Newbie
Newbie
Posts: 10
Joined: March 6th, 2011, 6:24 pm

Re: MovieGrabber - completely automated movie downloader

Post 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.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post by binhex »

ok new version out guys, this is mainly bug fixes, let me know how you get on with it.

cheers.

binhex.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: MovieGrabber - completely automated movie downloader

Post 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 ?
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: MovieGrabber - completely automated movie downloader

Post 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
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
fluentdesigns
Newbie
Newbie
Posts: 1
Joined: September 13th, 2011, 5:10 pm

Re: MovieGrabber - completely automated movie downloader

Post 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'
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: MovieGrabber - completely automated movie downloader

Post by rascalli »

download links are broken ?
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: MovieGrabber - completely automated movie downloader

Post 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.
Post Reply