MovieGrabber - Completely Automated Movie Downloader

Got a program that plays well with SABnzbd? Share it here!

Re: MovieGrabber - Completely Automated Movie Downloader

Postby theotocopulitos » April 2nd, 2012, 9:01 am

Hi.

Using nzbmatrix, Sabnzbd complains that the downloaded nzb files are empty. If I download them directly from nzbmatrix.com, they seem to be ok. Using v.2.1.7.
theotocopulitos
Newbie
Newbie
 
Posts: 7
Joined: February 16th, 2012, 10:24 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 2nd, 2012, 10:20 am

looks like nzbmatrix are having issues as im seeing the same, give it a try in a few hours or check their forum for an update.

edit - just took a quick look at their forum and sure enough:- https://nzbmatrix.com/forums.php?action ... 365&page=3

binhex.
Last edited by binhex on April 2nd, 2012, 11:25 am, edited 1 time in total.
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 2nd, 2012, 10:22 am

indomiti wrote:Hi

I previously had Python 2.6 and have been running the old MovieGrabber for a long time now, maybe a year, but it have stopped working and i dont want to spend time to fix it...

So i installed Python 2.7.2:
# python --version
Python 2.7.2+

And when i try to start the new MovieGrabber 2.1.8.b1 i get the following:
http://pastebin.com/hfbv27ar


hi indomiti, any chance you can run that without the v flag, that output is making my head hurt :-). also check the log files there maybe some more useful info logged (located in logs folder off root of moviegrabber).
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

Re: MovieGrabber - Completely Automated Movie Downloader

Postby indomiti » April 2nd, 2012, 10:28 am

Hi binhex

Without the -v its like this:
# python MovieGrabber.py
Aborted

So it doesnt say much... with -vv it logs even more than what i pasted on pastebin so be happy i didnt do the most verbose logging :)

the logs folder is empty

Probably its something with the last line?
import ctypes._endian # precompiled from /usr/lib/python2.7/ctypes/_endian.pyc
Aborted
indomiti
Newbie
Newbie
 
Posts: 13
Joined: April 7th, 2011, 11:19 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 2nd, 2012, 11:08 am

i would say thats a bad install of python 2.7.x as "/usr/lib/python2.7/ctypes/_endian.pyc" is a internal python module, it isnt a module ive included with moviegrabber, might be worth trying a reinstall of python.
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 3rd, 2012, 6:42 am

ok beta2 going up now, this will be the last beta for 2.1.8 (assuming no issues found) before releasing as final, changelog for this version:-

- change relaxed requirements for search criteria for all index sites, will now allow empty search criteria (will match all posts in category)
- change allow user to specify separator for imdb name i.e. spaces, hyphen, dots, or uderscores in webui
- change now using row factory for sqlite (used in cheetah templates)

if you have been using beta1 then please note that i have now changed the imdb separator value so you can choose it from within the webui (default is spaces) this has the added benefit of outputting the folder with your specified separator.

one other thing to note, nzbmatrix are having issues right now, so downloads may not work correctly.
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

Re: MovieGrabber - Completely Automated Movie Downloader

Postby theotocopulitos » April 3rd, 2012, 10:53 am

binhex wrote:looks like nzbmatrix are having issues as im seeing the same, give it a try in a few hours or check their forum for an update.

edit - just took a quick look at their forum and sure enough:- https://nzbmatrix.com/forums.php?action ... 365&page=3

binhex.


Thanks for taking time to look into this. We will have to wait :P
theotocopulitos
Newbie
Newbie
 
Posts: 7
Joined: February 16th, 2012, 10:24 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby steve1977 » April 4th, 2012, 1:35 am

Any chance to use imdbapi.com rather than imdb.com to pull the information? Not only should it be faster, but also works in China (where imdb.com is blocked).
steve1977
Newbie
Newbie
 
Posts: 27
Joined: July 4th, 2010, 1:51 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby indomiti » April 4th, 2012, 4:24 am

I got MovieGrabber ver 2.1.8.b2 running and i have a "+1080p" as Search Criteria for nzbmatrix but it doesnt seem to get any search results.
If i leave Search Criteria empty i get lots of results in History
indomiti
Newbie
Newbie
 
Posts: 13
Joined: April 7th, 2011, 11:19 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby indomiti » April 4th, 2012, 4:28 am

Is there any way to make MovieGrabber keep the name as its posted on nzbmatrix or any site instead of the movie title?
indomiti
Newbie
Newbie
 
Posts: 13
Joined: April 7th, 2011, 11:19 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 4th, 2012, 4:41 am

I got MovieGrabber ver 2.1.8.b2 running and i have a "+1080p" as Search Criteria for nzbmatrix but it doesnt seem to get any search results.
If i leave Search Criteria empty i get lots of results in History


hi indomiti, which category have you selected?, make sure its hd/x264, if this category isnt selected then you most probably wont get any results for a search criteria of +1080p

just tested this and it works fine and is showing results in history.

Is there any way to make MovieGrabber keep the name as its posted on nzbmatrix or any site instead of the movie title?


no sorry not right now, i could add this in as an option, reason its not set like this by default is because it makes matching already downloaded movies tricky, in any case i would recommend having the imdb name as the output folder as this will help any metadata scraper you may use to correctly identify the movie, keep in mind the outputted movie file will still be the original post name.

binhex.
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

Re: MovieGrabber - Completely Automated Movie Downloader

Postby indomiti » April 4th, 2012, 8:40 am

hi binhex, sorry.. i changed the Search Criteria to empty and back again a couple of times and clicked the "Run Now" in between and now suddenly it works....
indomiti
Newbie
Newbie
 
Posts: 13
Joined: April 7th, 2011, 11:19 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby neo_x » April 4th, 2012, 5:13 pm

Hi Binhex

sorry to trouble

i am trying to reduce chances of movies being added which already exists in my downloaded folders, which means i am opting to rename the folders as per the IMDB title


as you may know some characters is now allowed in folder names :
: ? / \ < > |
thus meaning - if an imdb name contains these characters, they will have to be ignored/replaced with an alternate (so that a correct matching folder can be found)

Can you please look through the few examples below, and tell me what folder name Moviegrabber will be searching for?

*note the colon followed by a space..."
Code: Select all
"2001: A Space Odyssey"
ID  : tt0062622

my recommended name : "2001 A Space Odyssey (1968)"

"colon but no space"
Code: Select all
"11:11"
<id>tt0396401</id>

my recommended name :"11-11 (2004)"


"Question mark"
Code: Select all
"Are We There Yet?"
<id>tt0368578</id>

my recommended name : 'Are We There Yet (2005)"

All other invalid characters in my case was deleted from the title -


Thank you for your dedicate support so far

neo_x


PS

touchwood - but nzbmatrix(both RSS and API) seems to be fine now. a good website to reference (or possibly add a check into movie grabber?) is [url]nzbmatrix.info[/url]
neo_x
Newbie
Newbie
 
Posts: 16
Joined: March 6th, 2012, 12:23 am

Re: MovieGrabber - Completely Automated Movie Downloader

Postby pilGrim » April 5th, 2012, 4:32 am

binhex wrote:
C:\Movies\The Matrix (1999)

is valid

C:\Movies\The Matrix 1 (1999)

is not.

yep def send me your logs next time it happens and i will gladly take a look over it.

binhex.


Just after this exchange I had one, but the log was set to minimal. I set to detailed and it has taken this long for another example to show up:

Listed on hard drive:
Lethal Weapon (1987)

Listed in MovieGrabber:
Lethal Weapon (1987)

Ended up in the queue anyway.

Directories are set to: (note 'M' drive is a mapped network drive)
M:\Movies\Movies Xvid, M:\Movies\Movies HD

Enable Existing Movie Check:
Set to 'Y'

I did a search find and cut out the section for this movie but I don't see any references to a hard drive check. I will send you the cut out section directly.

Also I have to say I liked clicking the check boxes and then releases to queue better. Each time I click Sab icon to release there is a pause while Moviegrabber processes. Other way was easier from a user standpoint, click click click, release, purge queue. Now it is click..wait, wait... click... wait wait..

Hard drive check not always working is not a big deal deal for me but thought it might be good to bring up so any bugs can be squashed or user error highlighted. :-)

Thanks in advance!!
pilGrim
Full Member
Full Member
 
Posts: 106
Joined: January 9th, 2009, 8:28 pm
Location: Hong Kong, SAR China

Re: MovieGrabber - Completely Automated Movie Downloader

Postby binhex » April 5th, 2012, 6:27 am

hi neo_x, at the moment moviegrabber simply removes any illegal characters from the imdb name, using your examples:-

2001: A Space Odyssey

translated to

2001 A Space Odyssey

11:11

translated to

1111

Are We There Yet?

translated to

Are We There Yet

i like your suggestion of converting 11:11 into 11-11 as an alternative, bit tricky to regex as in your example your both replacing ":" with null and also replacing ":" with "-" so i would need to build a bit of logic into, i could as you pointed out use the space to decide whether its time format or not, what about movies like "50/50" im guessing your preferred name would be "50-50"? (http://www.imdb.com/title/tt1306980/).
binhex
Sr. Member
Sr. Member
 
Posts: 400
Joined: December 5th, 2008, 12:54 pm

PreviousNext

Return to Third-party Addons