Page 11 of 53
Re: MovieGrabber - completely automated movie downloader
Posted: October 26th, 2011, 9:06 am
by splnut
I have just seperated some movies that I currently have in 480p. I want to upgrade these movies to 720p+, is this possible with this application?
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 2:29 am
by apdedman
Still having trouble configuring the program. Would some mind logging to my machine through Team Viewer and assisting in the set up. thanks Andrew
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 4:14 am
by binhex
splnut wrote:I have just seperated some movies that I currently have in 480p. I want to upgrade these movies to 720p+, is this possible with this application?
yep just set the root folder in the "movies to replace" (configuration/folders) and you should be good to go, just keep in mind the folders HAVE to match the imdb movie title name exactly, also 2.0.9 does not recursively search, it only sees folders from the root (recursive searching now in 2.1.0).
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 4:16 am
by binhex
apdedman wrote:Still having trouble configuring the program. Would some mind logging to my machine through Team Viewer and assisting in the set up. thanks Andrew
im afraid i dont have time at the moment to take a look, i will send you a pm when i get a minute and arrange a time/date to remote in.
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 4:18 am
by apdedman
thanks
binhex wrote:apdedman wrote:Still having trouble configuring the program. Would some mind logging to my machine through Team Viewer and assisting in the set up. thanks Andrew
im afraid i dont have time at the moment to take a look, i will send you a pm when i get a minute and arrange a time/date to remote in.
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 1:00 pm
by kiljaden
binhex wrote:splnut wrote:recursively search, it only sees folders from the root (recursive searching now in 2.1.0).
Any E.T.A until 2.1.0 is released , because thing change is something I'm looking forward to.
Re: MovieGrabber - completely automated movie downloader
Posted: October 27th, 2011, 3:24 pm
by binhex
kiljaden wrote:binhex wrote:splnut wrote:recursively search, it only sees folders from the root (recursive searching now in 2.1.0).
Any E.T.A until 2.1.0 is released , because thing change is something I'm looking forward to.
all i can say is its very close to release, if i hit no snags and i get the time then it should be out by the end of tomorrow, otherwise i would say latest of mid next week.
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: October 31st, 2011, 12:36 pm
by binhex
ok 2.1.0 released, LOTS of changes so let me know if anything is broke.
upgrading
shutdown moviegrabber
delete results.db in db folder - required due to changes in db table structure
extract and overwrite all files
cheers,
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: November 1st, 2011, 4:28 am
by gwp
I can see a couple of posts in this thread where people are suffering the same issue as I am but I don't see any specific resolution that works...
Basically, all the movies that match the IMDB criteria end up directly in "History | View History" with status of "Downloading movie" even though queuing is enabled and the directory is configured.
Really annoying as everything ends up directly in SABnzbd+
Please help!
config.ini is below:
[folders]
movies_downloaded_dir = H:\Media\_movies
movies_to_replace_dir =
watch_dir = C:\Users\e6410\Documents\Downloads\sabnzbd\autoload
nzb_dir = C:\Users\e6410\Documents\Downloads\sabnzbd\loaded
completed_dir = C:\Users\e6410\Documents\Downloads\complete-movies
queue_dir = C:\Users\e6410\Documents\Downloads\moviegrabber-hold
metadata_dir =
cherrypylog_dir = C:\Users\e6410\Documents\MovieGrabber\logs
warninglog_dir = C:\Users\e6410\Documents\MovieGrabber\logs
errorlog_dir = C:\Users\e6410\Documents\MovieGrabber\logs
[switches]
enable_downloaded = no
enable_replace = no
enable_favorites = no
enable_preferred = no
enable_queuing = yes
enable_metadata = no
enable_release_group = no
enable_email_notify = no
enable_append_year = yes
enable_posters = yes
[imdb]
good_genre = action,adventure,animation,biography,comedy,crime,documentary,drama,family,fantasy,film-Noir,game-show,history,horror,music,musical,mystery,news,reality-tv,romance,sci-fi,short,sport,talk-show,thriller,war,western
good_rating = 7.5
good_votes = 5
good_date = 1990
preferred_genre =
preferred_rating = 7.4
queue_genre =
queue_date = 2000
bad_genre =
bad_title =
fav_dir =
fav_actor =
fav_char =
fav_title =
[email_settings]
email_server =
email_server_port = 587
email_server_ssl =
email_username =
email_password =
email_from =
email_to =
[website_settings]
index_site = nzbmatrix
nzbmatrix_username = [removed]
nzbmatrix_key = [removed]
nzbmatrix_cat = all formats
nzbmatrix_lang = english
nzbmatrix_search = +bluray +720p
nzbmatrix_minsize = 0
nzbmatrix_maxsize = 0
nzbmatrix_badreport =
nzbmatrix_release_group =
nzbs_key =
nzbs_cat = all formats
nzbs_search =
nzbs_minsize = 0
nzbs_maxsize = 0
nzbs_badreport =
nzbs_release_group =
newznab_hostname =
newznab_portnumber =
newznab_key =
newznab_cat = all formats
newznab_search =
newznab_minsize = 0
newznab_maxsize = 0
newznab_min_completion = 1
newznab_badreport =
newznab_release_group =
[misc]
color_scheme = classic
schedule_hour = 0
schedule_minute = 30
max_items_shown = 100
history_sort_order = status_asc
queued_sort_order = date_desc
moviegrabber_username =
moviegrabber_password =
moviegrabber_ssl = no
launch_browser = yes
last_run = 01/11/2011 22:16:21
version = 2.1.0
Re: MovieGrabber - completely automated movie downloader
Posted: November 1st, 2011, 4:39 am
by binhex
hi gwp, you currently have your queue date set to this:-
queue_date = 2000
this means it will only queue movies with a date between 1990 (your min good date) and 2000 (your maximum queue date), so if a movie has a date of 2001 then it will NOT be queued.
if you want to queue all movies then just set queue date to something in the future for e.g. 2099, this will then force all movies between 1990 and 2099 to be queued.
let me know if your still getting a problem.
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: November 3rd, 2011, 3:04 pm
by grmn
Hi binhex!
I'm getting a problem after switching the search provider from nzb.su to nzbmatrix. Won't find anything! Any idea what the problem might be?
Code: Select all
log:
03/11/2011 20:59:07 Error In NZBMatrix RSS Function
Traceback (most recent call last):
File "MovieGrabber.py", line 2662, in RunDownloader
File "MovieGrabber.py", line 2186, in DLResult
File "MovieGrabber.py", line 2135, in SqliteHistoryInsert
AttributeError: class GlobalVars has no attribute 'post_nfo'
config:
[website_settings]
index_site = nzbmatrix
nzbmatrix_username = x
nzbmatrix_key = x
nzbmatrix_cat = hd/x264
nzbmatrix_lang = any
nzbmatrix_search = +720p
nzbmatrix_minsize = 0
nzbmatrix_maxsize = 0
nzbmatrix_badreport =
nzbmatrix_release_group =
nzbs_key =
nzbs_cat = all formats
nzbs_search =
nzbs_minsize = 0
nzbs_maxsize = 0
nzbs_badreport =
nzbs_release_group =
newznab_hostname = http://nzb.su
newznab_portnumber = 80
newznab_key = x
newznab_cat = hd/x264
newznab_search = +720p
newznab_minsize = 0
newznab_maxsize = 0
newznab_min_completion = 1
newznab_badreport =
newznab_release_group =
Re: MovieGrabber - completely automated movie downloader
Posted: November 4th, 2011, 12:25 pm
by binhex
grmn, thanks for posting the traceback, very useful!, it loooks like a bug and im working on a fix at the moment, will probably release a new version with the bug fixed so watch out for it shortly.
binhex.
Re: MovieGrabber - completely automated movie downloader
Posted: November 4th, 2011, 4:46 pm
by grmn
Sounds good, thanks binhex!
Re: MovieGrabber - completely automated movie downloader
Posted: November 4th, 2011, 4:53 pm
by pinman828
Where can I download this add-on or is it still in development?
Re: MovieGrabber - completely automated movie downloader
Posted: November 4th, 2011, 11:41 pm
by thatsjustandy
pinman828 wrote:Where can I download this add-on or is it still in development?
Same here, I don't know if I'm just blind and cant find a download link or if it was taken down pending an update