splnut wrote:
Doesn't seem like this is downloading all the movies that fit the IMDB criteria. Can someone look at this for me? Also can someone explain the cache log? There are quite a bit of movies listed in that log that were never downloaded. It has only sent 3 .nzbs to the watch folder.
Hi splnut,
Here is a break down of the errors you will see in the console.log and how you would correct them. The cache is just a list of nzb's that are from the RSS feed search you created by setting up the #------------------ NZBMatrix Index Definitions --------------- or whatever site you are using.
Debug: File System Check Movie Exists In HD Downloaded Folder --- movie already has been downloaded
Debug: Exception Movie Exists In SD Downloaded Folder --- movie already has been downloaded
Debug: File System Check Movie Exists In Completed Folder --- movie already has been downloaded
Debug: File System Check NZB Exists In NZB Folder --- Movie’s NZB file has already been downloaded
Debug: File System Check NZB Exists In Watch Folder --- Movie’s NZB file is already in the watch folder
Debug: File System Check NZB Exists In Queue Folder --- Movie’s NZB file is already in the Queue Folder
Debug: Exception Movie Title Is In Bad List
Movie Title is an unwanted movie and is in the Bad list
#define the rejected titles (use | to separate items) - will reject movie if either bad_genre OR bad_title match
bad_title="Bad Title"
Debug: Exception Movie Includes Favorite Director
Doesn’t meet all IMDB Good Definitions but is a favorite Director so it downloaded it
Debug: Exception Movie Includes Favorite Actor
Doesn’t meet all IMDB Good Definitions but is a favorite Actor so it downloaded it
Debug: Exception Movie Includes Favorite Character
Doesn’t meet all IMDB Good Definitions but is a favorite Character so it downloaded it
Debug: Exception Movie Includes Favorite Title
Doesn’t meet all IMDB Good Definitions but is a favorite Title so it downloaded it
change the above Exceptions here in the config.ini
#----------------- IMDB Favorite Definitions --------------
#define whether Favorite Director/Actor/Title is enabled or not
#valid values:- yes, no
enable_favorites="no"
#define the favorite Director List (use | to separate items)
fav_dir="Directors Name"
#define the favorite actor list (use | to separate items)
fav_actor="Will Smith|Emma Stone|Jennifer Anniston|Katherine Heigl"
#define the favorite character list (use | to separate items)
fav_char="Characters Name"
#define the favorite title list (use | to separate items)
fav_title="Movie Title"
Debug: IMDB Website Check Rating Below Threshold
The movie is below the IMDB rating Threshold -- lower good_general_ratings
#define the minimum rating for accepted genres (must be greater than good_preferred_ratings)
#valid values:- 0.1 to 9.9
good_general_ratings=6.8
Debug: IMDB Website Check Votes Below Threshold
The movie is below the IMDB Votes Threshold -- lower good_votes
#define the minimum number of votes to download
#valid values:- 1000 to 99999
good_votes=4000
Debug: IMDB Website Check Genre Is Not In Good List
The movie is not in your accepted genres -- add another good_genre.
#define the accepted genres (use | to separate items)
#valid values:- 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_genre="Action|Adventure|Animation|Biography|Comedy|Crime|Documentary|Drama|Family|Fantasy|History|Horror|Mystery|Romance|Sci-Fi|Sport|Thriller|War|Western"
Debug: IMDB Website Check Genre Is In Bad List
The Movie is in the Bad Genre list --- remove the bad genre
#define the rejected genres (use | to separate items) - will reject movie if either bad_genre OR bad_title match
#valid values:- 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
bad_genre="Musical"
Debug: IMDB Website Check Release Date Below Threshold
The Movie is older the minimum year --- lower good_date
#define the minimum year to download (must be less than queue_date)
#valid values:- 1900 to 2999
good_date=2009
Debug: System Duplicate/Existing Movie in Cache
The movie has already been cached if you have changed any of the settings above and you are checking if it is corrected you will need to delete the cache or open the cache log and delete the movie name you are testing and save.
So Splnut the movies are not downloading mostly because of these two errors
Debug: IMDB Website Check Rating Below Threshold
Debug: IMDB Website Check Votes Below Threshold
so change some settings and clear/delete your auto_movie_downloader_cache_nzbmatrix.log