nzbmatrix.com/nzbs.org/newznab automated movie downloader

Come up with a useful post-processing script? Share it here!
Post Reply
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

snigs wrote: that my friend is freaking awesome!

I will cut back to one instance and update the search string when I get home later.

Thanks for all this dude, this application now does exactly what I need it do. You sir are a scholar and a gent  ;D
new version posted 1.1.3, check first post in this thread for download link, enjoy  ;D

binhex.
User avatar
J-J
Newbie
Newbie
Posts: 11
Joined: September 1st, 2010, 11:37 pm

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J-J »

Hi,

I've tried everything to let this work by looking post @ this forum, but it's hopeless.
I get following screen when I manually start auto movie downloader.exe:

Image


I filled in config.ini as followed:

Code: Select all

	#-----------------------------------------------------------------
#---------- PLEASE EDIT Definitions BELOW BEFORE RUNNING----------
#-----------------------------------------------------------------

#----------------- Sabnzbd Folder Definitions ------------

#put your own folder names below as specified in sabnzbd+
watch_dir="D:\\SABnzbd\\NZB\\"
nzb_dir="D:\\SABnzbd\\NZB\\Downloads\\"
completed_dir="D:\\SABnzbd\\NZB\\Downloads\\"

#----------------- Movie Folder Definitions --------------

#put your own root folder names below to specify the location of your hd collection (can span multiple drives)
movies_hd_dir1="D:\\Mijn Documenten\\Mijn Video's\\"
movies_hd_dir2="E:\\"

#put your own root folder names below to specify the location of your sd collection (can span multiple drives)
movies_sd_dir1="D:\\Mijn Documenten\\Mijn Video's\\"
movies_sd_dir2="D:\\Mijn Documenten\\Mijn Video's\\"

#define the number of root folders for hd collection (as defined above)
#valid values:- 1 to infinity
hdrootfolders=2

#define the number of root folders for sd collection (as defined above)
#valid values:- 1 to infinity
sdrootfolders=2

#----------------- IMDB Favorite Definitions -------------------

#define the favorite Director List (use | to seperate items)
FavDir="Steven Spielberg"

#define the favorite actor list (use | to seperate items)
FavActor="Denzel Washington"

#define the favorite character list (use | to seperate items)
FavChar="Spider-Man"

#define the favorite title list (use | to seperate items)
FavTitle="Remember The Titans"

#----------------- IMDB Good Definitions --------------------

#define the accepted country of origin (use | to seperate items)
#valid values:- Albania, Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, China, Colombia,
#Croatia, Cuba, Czech Republic, Czechoslovakia, Denmark, East Germany, Egypt, Finland, France, Georgia,
#Germany, Greece, Hong Kong, Hungary, India, Indonesia, Iran, Ireland, Israel, Italy, Japan, Malaysia,
#Mexico, Netherlands, New Zealand, Nigeria, Norway, Pakistan, Peru, Philippines, Poland, Portugal, Romania,
#Russia, Singapore, South Africa, South Korea, Soviet Union, Spain, Sweden, Switzerland, Taiwan, Thailand,
#Turkey, UK, USA, Venezuela, West Germany, Yugoslavia 
GoodCountry="Countries/UK|Countries/USA|Countries/Canada|Countries/Australia|Countries/Ireland|Countries/SouthAfrica|Countries/NewZealand|Countries/Belgium|Countries/Netherlands"

#define the accepted languages (use | to seperate items)
#valid values:- Albanian, Arabic, Bengali, Bulgarian, Cantonese ,Catalan, Czech, Danish, Dutch, English,
#Filipino, Finnish, French, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian,
#Japanese, Korean, Malayalam, Mandarin, Marathi, None, Norwegian, Oriya, Persian, Polish, Portuguese,
#Romanian, Russian, Serbo-Croatian, Slovak, Spanish, Swedish, Swiss German, Tagalog, Tamil, Telugu, Thai,
#Turkish
GoodLang="Languages/English|Languages/Dutch|Languages/Spanish|Languages/French|Languages/German"

#define the accepted genres (use | to seperate 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
GoodGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Documentary|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/Film-Noir|Genres/Game-Show|Genres/History|Genres/Horror|Genres/Music|Genres/Musical|Genres/Mystery|Genres/News|Genres/Reality-TV|Genres/Romance|Genres/Sci-Fi|Genres/Short|Genres/Sport|Genres/Talk-Show|Genres/Thriller|Genres/War|Genres/Western"

#define the minimum rating for accepted genres (must be greater than GoodPreferredRatings)
#valid values:- 0.1 to 9.9
GoodGeneralRatings=7.0

#define the minimum votes to download
#valid values:- 1000 to 99999
GoodVotes=100

#define the minimum year to download (must be less than QueueDate)
#valid values:- 1900 to 2999
GoodDate=1980

#----------------- IMDB Preferred Definitions --------------

#define whether preferred genres/ratings is enabled or not
#valid values:- yes, no
EnablePreferred="yes"

#define the preferred genres (use | to seperate 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
GoodPreferredGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/History|Genres/Horror|Genres/Mystery|Genres/Romance|Genres/Sci-Fi|Genres/Thriller|Genres/War"

#define the minimum rating for preferred genres (must be less than GoodGeneralRatings)
#valid values:- 0.1 to 9.9
GoodPreferredRatings=6.5

#----------------- IMDB Queue Definitions -------------------

#define whether queuing is enabled or not
#valid values:- yes, no
EnableQueuing="yes"

#define the queue folder to store queued nzb files
queue_dir="D:\\SABnzbd\\NZB\\Incomplete\\"

#define the queued genres (use | to seperate 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
QueueGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/History|Genres/Horror|Genres/Mystery|Genres/Romance|Genres/Sci-Fi|Genres/Thriller|Genres/War"

#define the maximum year to queue (must be greater than GoodDate)
#valid values:- 1900 to 2999
QueueDate=1995

#----------------- IMDB Bad Definitions -------------------

#define the rejected genres (use | to seperate 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
BadGenre="Genres/Documentary|Genres/Film-Noir|Genres/Game-Show|Genres/Music|Genres/Musical|Genres/News|Genres/Reality-TV|Genres/Short|Genres/Sport|Genres/Talk-Show|Genres/Western"

#define the rejected titles (use | to seperate items)
BadTitle="sample"

#-------------- Freecovers Coverart Definitions --------------

#define downloading of coverart (for use with media browser)
#valid values:- yes, no
EnableCoverart="yes"

#define whether you are a freecovers gold member or not (requires payment)
#valid values:- yes, no
freecovers_goldmember="yes"

#define the metadata folder to store mymovies.xml files
coverart_dir="D:\\Mijn Documenten\\Mijn Video's\\Coverart\\"

#define the search category for freecovers
#valid values:- 1=dvd covers, 20=blurary covers, 21=hddvd covers
freecovers_search_category="1"

#define freecovers login credentials (requires registration)
freecovers_loginname="sssss"
freecovers_password="fffffffff"

#------------------ Metadata Definitions ----------------------

#define writing of metadata (for use with media browser)
#valid values:- yes, no
EnableMetadata="yes"

#define the metadata folder to store mymovies.xml files
metadata_dir="D:\\Mijn Documenten\\Mijn Video's\\Metadata\\"

#------------------ E-mail Definitions ------------------------

#define sending email notification of jobs queued/downloading
#valid values:- yes, no
EnableEmailNotify="no"

#define your isp's mail server details below
emailserver="uit.telenet.be"
emailusername="[email protected]"
emailpassword="aaaaaaaa"
emailfrom="[email protected]"
emailto="[email protected]"

#------------------ Index Site Definitions --------------------

#define the indexing site used to download nzb's
#valid values:- nzbs, nzbmatrix
IndexSite="nzbs"

#------------------ NZBMatrix Index Definitions ---------------

#nzbmatrix account details
#specify account username and password
nzbmatrix_username="bbbbbbbb"
nzbmatrix_password="aaaaaaaa"

#nzbmatrix filter category
#valid values:- 42 = hd/x264, 2 = divx/xvid, 1 = dvd
nzbmatrix_cat="2"

#nzbmatrix filter language
#valid values:- 0 = any language, 1 = english or unknown only
nzbmatrix_lang="0"

#nzbmatrix filter search terms
#valid values:- used to filter search results, seperate positive terms with "%2B" and negative terms with "+-"
#e.g. This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "%2B720p%2B1080p+-hdtv+-tc+-ts"
nzbmatrix_search="%2Bxvid%2Bdivx+-hdtv+-tc+-ts+-rc+-line+-telesync+-telecine+-3d+-screener+-scr+-dvdscr"

#nzbmatrix filter min size in MB
#valid values:- must be less than nzbmatrix_maxsize
nzbmatrix_minsize="680"

#nzbmatrix filter max size in MB
#valid values:- must be greater than nzbmatrix_minsize, or "0" to ignore
nzbmatrix_maxsize="0"

#define the rejected nzbmatrix report numbers, useful for incorrect/bad encodes (use | to seperate items)
#valid values:- numeric post id e.g. "1234567"
nzbmatrix_badreport="1234567"

#------------------ NZBs Index Definitions -------------------

#nzbs rss feed url
#specify the site url for the rss feed
nzbs_rss_site="http://nzbs.org/rss.php?"

#nzbs account details
#specify account direct download key (can be found here http://www.nzbs.org/index.php?action=rss)
nzbs_rss_directdl="&i=70757&h=721d94d3f25874da8523ac8e5be796be"

#nzbs rss feed category
#valid values:- 4 = hd/x264, 2 = divx/xvid, 9 = dvd
nzbs_rss_cat="2"

#nzbmatrix rss feed search terms
#valid values:- used to filter search results, seperate positive terms with "+" and negative terms with "+--"
#e.g. This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "720p+1080p+--hdtv+--tc+--ts"
nzbs_rss_search="xvid+-dvdscr+-scr+-screener+-ts+-telesync+-tc+-telecine+-hdtv+-dsr+-pdtv+-subbed+-dubbed+-dub+-xxx+-s01+-s02+-s03+-s04+-s05+-s06+-s07+-s08+-s09+-s10+-season+-dtv+-r5"

#nzbs rss feed min size in MB
#valid values:- must be less than nzbs_rss_maxsize
nzbs_rss_minsize=680

#nzbs rss feed max size in MB
#valid values:- must be greater than nzbs_rss_minsize, or "0" to ignore
nzbs_rss_maxsize=0

#define the rejected nzbs report numbers, useful for incorrect/bad encodes (use | to seperate items)
#valid values:- numeric post id shown in rss feed e.g. "1234567"
nzbs_rss_badreport="1234567"

#------------------- Logging Definitions ----------------------

#define logging to console or file (if not yes then logs to console)
#valid values:- yes, no
ResultLogToFile="yes"

#put your own folder and filenames below to specify location of log files
errorlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\error\\"
outputlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\\"
resultlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\\"

#put your own notification message process below for error logging
notifylog="cmd /c msg console /TIME:43200 Auto Movie Downloader Script Error, Check Logs"
So if anyone knows what the problem is, I'd really appreciate the help.

Grtz
Last edited by J-J on September 14th, 2010, 5:59 pm, edited 1 time in total.
User avatar
J-J
Newbie
Newbie
Posts: 11
Joined: September 1st, 2010, 11:37 pm

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J-J »

J-J wrote: Hi,

I've tried everything to let this work by looking post @ this forum, but it's hopeless.
I get following screen when I manually start auto movie downloader.exe:

Image


I filled in config.ini as followed:

Code: Select all

	#-----------------------------------------------------------------
#---------- PLEASE EDIT Definitions BELOW BEFORE RUNNING----------
#-----------------------------------------------------------------

#----------------- Sabnzbd Folder Definitions ------------

#put your own folder names below as specified in sabnzbd+
watch_dir="D:\\SABnzbd\\NZB\"
nzb_dir="D:\\SABnzbd\\NZB\\Downloads\"
completed_dir="D:\\SABnzbd\\NZB\\Downloads\"

#----------------- Movie Folder Definitions --------------

#put your own root folder names below to specify the location of your hd collection (can span multiple drives)
movies_hd_dir1="D:\\Mijn Documenten\\Mijn Video's\"
movies_hd_dir2="E:\"

#put your own root folder names below to specify the location of your sd collection (can span multiple drives)
movies_sd_dir1="D:\\Mijn Documenten\\Mijn Video's\"
movies_sd_dir2="D:\\Mijn Documenten\\Mijn Video's\"

#define the number of root folders for hd collection (as defined above)
#valid values:- 1 to infinity
hdrootfolders=2

#define the number of root folders for sd collection (as defined above)
#valid values:- 1 to infinity
sdrootfolders=2

#----------------- IMDB Favorite Definitions -------------------

#define the favorite Director List (use | to seperate items)
FavDir="Steven Spielberg"

#define the favorite actor list (use | to seperate items)
FavActor="Denzel Washington"

#define the favorite character list (use | to seperate items)
FavChar="Spider-Man"

#define the favorite title list (use | to seperate items)
FavTitle="Remember The Titans"

#----------------- IMDB Good Definitions --------------------

#define the accepted country of origin (use | to seperate items)
#valid values:- Albania, Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, China, Colombia,
#Croatia, Cuba, Czech Republic, Czechoslovakia, Denmark, East Germany, Egypt, Finland, France, Georgia,
#Germany, Greece, Hong Kong, Hungary, India, Indonesia, Iran, Ireland, Israel, Italy, Japan, Malaysia,
#Mexico, Netherlands, New Zealand, Nigeria, Norway, Pakistan, Peru, Philippines, Poland, Portugal, Romania,
#Russia, Singapore, South Africa, South Korea, Soviet Union, Spain, Sweden, Switzerland, Taiwan, Thailand,
#Turkey, UK, USA, Venezuela, West Germany, Yugoslavia 
GoodCountry="Countries/UK|Countries/USA|Countries/Canada|Countries/Australia|Countries/Ireland|Countries/SouthAfrica|Countries/NewZealand|Countries/Belgium|Countries/Netherlands"

#define the accepted languages (use | to seperate items)
#valid values:- Albanian, Arabic, Bengali, Bulgarian, Cantonese ,Catalan, Czech, Danish, Dutch, English,
#Filipino, Finnish, French, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian,
#Japanese, Korean, Malayalam, Mandarin, Marathi, None, Norwegian, Oriya, Persian, Polish, Portuguese,
#Romanian, Russian, Serbo-Croatian, Slovak, Spanish, Swedish, Swiss German, Tagalog, Tamil, Telugu, Thai,
#Turkish
GoodLang="Languages/English|Languages/Dutch|Languages/Spanish|Languages/French|Languages/German"

#define the accepted genres (use | to seperate 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
GoodGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Documentary|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/Film-Noir|Genres/Game-Show|Genres/History|Genres/Horror|Genres/Music|Genres/Musical|Genres/Mystery|Genres/News|Genres/Reality-TV|Genres/Romance|Genres/Sci-Fi|Genres/Short|Genres/Sport|Genres/Talk-Show|Genres/Thriller|Genres/War|Genres/Western"

#define the minimum rating for accepted genres (must be greater than GoodPreferredRatings)
#valid values:- 0.1 to 9.9
GoodGeneralRatings=7.0

#define the minimum votes to download
#valid values:- 1000 to 99999
GoodVotes=100

#define the minimum year to download (must be less than QueueDate)
#valid values:- 1900 to 2999
GoodDate=1980

#----------------- IMDB Preferred Definitions --------------

#define whether preferred genres/ratings is enabled or not
#valid values:- yes, no
EnablePreferred="yes"

#define the preferred genres (use | to seperate 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
GoodPreferredGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/History|Genres/Horror|Genres/Mystery|Genres/Romance|Genres/Sci-Fi|Genres/Thriller|Genres/War"

#define the minimum rating for preferred genres (must be less than GoodGeneralRatings)
#valid values:- 0.1 to 9.9
GoodPreferredRatings=6.5

#----------------- IMDB Queue Definitions -------------------

#define whether queuing is enabled or not
#valid values:- yes, no
EnableQueuing="yes"

#define the queue folder to store queued nzb files
queue_dir="D:\\SABnzbd\\NZB\\Incomplete\"

#define the queued genres (use | to seperate 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
QueueGenre="Genres/Action|Genres/Adventure|Genres/Animation|Genres/Biography|Genres/Comedy|Genres/Crime|Genres/Drama|Genres/Family|Genres/Fantasy|Genres/History|Genres/Horror|Genres/Mystery|Genres/Romance|Genres/Sci-Fi|Genres/Thriller|Genres/War"

#define the maximum year to queue (must be greater than GoodDate)
#valid values:- 1900 to 2999
QueueDate=1995

#----------------- IMDB Bad Definitions -------------------

#define the rejected genres (use | to seperate 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
BadGenre="Genres/Documentary|Genres/Film-Noir|Genres/Game-Show|Genres/Music|Genres/Musical|Genres/News|Genres/Reality-TV|Genres/Short|Genres/Sport|Genres/Talk-Show|Genres/Western"

#define the rejected titles (use | to seperate items)
BadTitle="sample"

#-------------- Freecovers Coverart Definitions --------------

#define downloading of coverart (for use with media browser)
#valid values:- yes, no
EnableCoverart="yes"

#define whether you are a freecovers gold member or not (requires payment)
#valid values:- yes, no
freecovers_goldmember="yes"

#define the metadata folder to store mymovies.xml files
coverart_dir="D:\\Mijn Documenten\\Mijn Video's\\Coverart\"

#define the search category for freecovers
#valid values:- 1=dvd covers, 20=blurary covers, 21=hddvd covers
freecovers_search_category="1"

#define freecovers login credentials (requires registration)
freecovers_loginname="Saidou"
freecovers_password="vrienden4"

#------------------ Metadata Definitions ----------------------

#define writing of metadata (for use with media browser)
#valid values:- yes, no
EnableMetadata="yes"

#define the metadata folder to store mymovies.xml files
metadata_dir="D:\\Mijn Documenten\\Mijn Video's\\Metadata\"

#------------------ E-mail Definitions ------------------------

#define sending email notification of jobs queued/downloading
#valid values:- yes, no
EnableEmailNotify="no"

#define your isp's mail server details below
emailserver="uit.telenet.be"
emailusername="[email protected]"
emailpassword="aaaaaaaa"
emailfrom="[email protected]"
emailto="[email protected]"

#------------------ Index Site Definitions --------------------

#define the indexing site used to download nzb's
#valid values:- nzbs, nzbmatrix
IndexSite="nzbs"

#------------------ NZBMatrix Index Definitions ---------------

#nzbmatrix account details
#specify account username and password
nzbmatrix_username="bbbbbbbb"
nzbmatrix_password="aaaaaaaa"

#nzbmatrix filter category
#valid values:- 42 = hd/x264, 2 = divx/xvid, 1 = dvd
nzbmatrix_cat="2"

#nzbmatrix filter language
#valid values:- 0 = any language, 1 = english or unknown only
nzbmatrix_lang="0"

#nzbmatrix filter search terms
#valid values:- used to filter search results, seperate positive terms with "%2B" and negative terms with "+-"
#e.g. This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "%2B720p%2B1080p+-hdtv+-tc+-ts"
nzbmatrix_search="%2Bxvid%2Bdivx+-hdtv+-tc+-ts+-rc+-line+-telesync+-telecine+-3d+-screener+-scr+-dvdscr"

#nzbmatrix filter min size in MB
#valid values:- must be less than nzbmatrix_maxsize
nzbmatrix_minsize="680"

#nzbmatrix filter max size in MB
#valid values:- must be greater than nzbmatrix_minsize, or "0" to ignore
nzbmatrix_maxsize="0"

#define the rejected nzbmatrix report numbers, useful for incorrect/bad encodes (use | to seperate items)
#valid values:- numeric post id e.g. "1234567"
nzbmatrix_badreport="1234567"

#------------------ NZBs Index Definitions -------------------

#nzbs rss feed url
#specify the site url for the rss feed
nzbs_rss_site="http://nzbs.org/rss.php?"

#nzbs account details
#specify account direct download key (can be found here http://www.nzbs.org/index.php?action=rss)
nzbs_rss_directdl="&i=70757&h=721d94d3f25874da8523ac8e5be796be"

#nzbs rss feed category
#valid values:- 4 = hd/x264, 2 = divx/xvid, 9 = dvd
nzbs_rss_cat="2"

#nzbmatrix rss feed search terms
#valid values:- used to filter search results, seperate positive terms with "+" and negative terms with "+--"
#e.g. This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "720p+1080p+--hdtv+--tc+--ts"
nzbs_rss_search="xvid+-dvdscr+-scr+-screener+-ts+-telesync+-tc+-telecine+-hdtv+-dsr+-pdtv+-subbed+-dubbed+-dub+-xxx+-s01+-s02+-s03+-s04+-s05+-s06+-s07+-s08+-s09+-s10+-season+-dtv+-r5"

#nzbs rss feed min size in MB
#valid values:- must be less than nzbs_rss_maxsize
nzbs_rss_minsize=680

#nzbs rss feed max size in MB
#valid values:- must be greater than nzbs_rss_minsize, or "0" to ignore
nzbs_rss_maxsize=0

#define the rejected nzbs report numbers, useful for incorrect/bad encodes (use | to seperate items)
#valid values:- numeric post id shown in rss feed e.g. "1234567"
nzbs_rss_badreport="1234567"

#------------------- Logging Definitions ----------------------

#define logging to console or file (if not yes then logs to console)
#valid values:- yes, no
ResultLogToFile="yes"

#put your own folder and filenames below to specify location of log files
errorlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\error\"
outputlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\"
resultlog_dir="D:\\Mijn Documenten\\Programma's\\SABnzbd\\Tools\\Auto Movie Downloader v 1.1.3\dist\log\"

#put your own notification message process below for error logging
notifylog="cmd /c msg console /TIME:43200 Auto Movie Downloader Script Error, Check Logs"
So if anyone knows what the problem is, I'd really appreciate the help.

Grtz
UPDATE:

Ok, I search a bit around and found this post (forums.sabnzbd.org/index.php?topic=4145.30) on the start of this threat.
When I make a schedule in Task Scheduler, I made sure I put de quotes around the executable:
Program/Script"D:\Mijn Documenten\Programma's\SABnzbd\Tools\Auto Movie Downloader v 1.1.3\dist\auto movie downloader.exe"
Start in (optional)"D:\Mijn Documenten\Programma's\SABnzbd\Tools\Auto Movie Downloader v 1.1.3\dist"
So if anyone could please help me.
J03 8LACK
Full Member
Full Member
Posts: 120
Joined: April 2nd, 2009, 1:33 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J03 8LACK »

Hey Binhex,

Im getting false Bad Language Errors from IMDB

Debug: (IMDB Website Check) Language Of Movie Is Bad
Debug: (IMDB Website Check) Language Of Country Is Bad


I checked the Config.ini  its set for

GoodLang="Languages/English"


whats wrong

J03
Last edited by J03 8LACK on October 1st, 2010, 7:59 pm, edited 1 time in total.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

J03 8LACK wrote: Hey Binhex,

Im getting false Bad Language Errors from IMDB

Debug: (IMDB Website Check) Language Of Movie Is Bad
Debug: (IMDB Website Check) Language Of Country Is Bad


I checked the Config.ini  its set for

GoodLang="Languages/English"


whats wrong

J03
its due to the website design changes on imdb, im working on a new version right now for the new imdb page changes, stay tuned :-)
J03 8LACK
Full Member
Full Member
Posts: 120
Joined: April 2nd, 2009, 1:33 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J03 8LACK »

Here is a temp fix for The bad country errors and bad language errors until Binhex is complete his revamp for the new IMDB webpage.

If you change your config.ini  like this ...

#define the accepted country of origin (use | to seperate items)
#valid values:- Albania, Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, China, Colombia,
#Croatia, Cuba, Czech Republic, Czechoslovakia, Denmark, East Germany, Egypt, Finland, France, Georgia,
#Germany, Greece, Hong Kong, Hungary, India, Indonesia, Iran, Ireland, Israel, Italy, Japan, Malaysia,
#Mexico, Netherlands, New Zealand, Nigeria, Norway, Pakistan, Peru, Philippines, Poland, Portugal, Romania,
#Russia, Singapore, South Africa, South Korea, Soviet Union, Spain, Sweden, Switzerland, Taiwan, Thailand,
#Turkey, UK, USA, Venezuela, West Germany, Yugoslavia
GoodCountry="country/gb|country/us|country/ca|country/au|country/ie|country/za|country/nz"

#define the accepted languages (use | to seperate items)
#valid values:- Albanian, Arabic, Bengali, Bulgarian, Cantonese ,Catalan, Czech, Danish, Dutch, English,
#Filipino, Finnish, French, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian,
#Japanese, Korean, Malayalam, Mandarin, Marathi, None, Norwegian, Oriya, Persian, Polish, Portuguese,
#Romanian, Russian, Serbo-Croatian, Slovak, Spanish, Swedish, Swiss German, Tagalog, Tamil, Telugu, Thai,
#Turkish
GoodLang="language/en"


that will get you back up and running
if you need a different Language not shown I can find it for you.

Thanks for the great script Binhex

J03
Last edited by J03 8LACK on October 6th, 2010, 10:07 pm, edited 1 time in total.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

hi guys, new version posted 1.2.0, this version now works against the new imdb website design, there are some slight bugs with the generation of the mymovies.xml files but im working on it, if anybody finds any problems then please post them.

one other thing to note, the config.ini has changed a bit, please go through it carefully, one of the main changes is the removal of the prefixes for the definitions, so for example:-

the new format:-

FavActor="actor1|actor2"

as opposed to the old format of:-

FavActor=""actors\actor1|actors\actor2"
J03 8LACK
Full Member
Full Member
Posts: 120
Joined: April 2nd, 2009, 1:33 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J03 8LACK »

Hi binhex

Thanks for the update just one question.

I don't like to setup favorites, How do you setup the config to be none.

#define the favorite Director List (use | to seperate items)
FavDir="Stanley Kubrick"

I assume i will get errors if i leave it blank.

on a older version you set it as -
FavDir=""

would this be correct?


Thanks again
J03
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

J03 8LACK wrote: Hi binhex

Thanks for the update just one question.

I don't like to setup favorites, How do you setup the config to be none.

#define the favorite Director List (use | to seperate items)
FavDir="Stanley Kubrick"

I assume i will get errors if i leave it blank.

on a older version you set it as -
FavDir=""

would this be correct?


Thanks again
J03
hi joe, simple solution to this one, just set the name to something that wont ever match, for instance:-

FavDir="None"

this would do it, unless a guy called None suddenly becomes a famous film director of course :-)
J03 8LACK
Full Member
Full Member
Posts: 120
Joined: April 2nd, 2009, 1:33 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by J03 8LACK »

Hey binhex,

Here is another question

This %2B does not work for me I have to use the + symbol as i will not get anything but the first filter.


#nzbmatrix filter search terms
#valid values:- used to filter search results, seperate terms that MUST exist with "%2B" and terms that must NOT exist with "+-"
#example:- This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "%2B720p%2B1080p+-hdtv+-tc+-ts"
nzbmatrix_search="DVDRip+dvdrip+R5+DVDSCR+-SUBBED+-CAM+-tc+-ts+-telesync+-telecine+-3d"

has Nzbmatrix changed something again?

thanks
J03
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

J03 8LACK wrote: Hey binhex,

Here is another question

This %2B does not work for me I have to use the + symbol as i will not get anything but the first filter.


#nzbmatrix filter search terms
#valid values:- used to filter search results, seperate terms that MUST exist with "%2B" and terms that must NOT exist with "+-"
#example:- This will match 720p and 1080p movies and ignore any hdtv, telecine, telesync encoded movies "%2B720p%2B1080p+-hdtv+-tc+-ts"
nzbmatrix_search="DVDRip+dvdrip+R5+DVDSCR+-SUBBED+-CAM+-tc+-ts+-telesync+-telecine+-3d"

has Nzbmatrix changed something again?

thanks
J03
your quite right joe!, thanks for pointing that out i will update the example given in the sample config.ini file, i dont think nzbmatrix  have adjusted their search terms its probably just me missing out the + symbol in the example  :-[

binhex.
akuiraz
Newbie
Newbie
Posts: 16
Joined: March 5th, 2010, 8:43 pm

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by akuiraz »

the source download doesn't work... i keep getting "This webpage is not available."  ... tried in firefox and chrome.  could you possibly re-upload?

thanks
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by binhex »

quick heads up guys, new version released, this is another fairly major code change, basically ive switched over from web scraping imdb to using the json feed, reason for the switchover is speed improvements and quality of data returned. if your upgrading then you can still use your existing config.ini, just remove the country and language sections for the "IMDB Good Definitions" section, as the json feed does not supply this info. if you guys have any errors reported then please let me know.

binhex.
Last edited by binhex on October 19th, 2010, 6:36 am, edited 1 time in total.
thesystem
Newbie
Newbie
Posts: 13
Joined: March 28th, 2008, 11:06 am

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by thesystem »

I've just tried out you're script (ver 1.3.0). I'm using a nzbs.org feed and I get the following error when running the executable:

Code: Select all

D:\dist>"auto movie downloader.exe"
Error: NZBs RSS Error
'msg' is not recognized as an internal or external command,
operable program or batch file.
---------------------------
Script Finished - Created By Binhex
This is what I have in my config.ini

Code: Select all

#nzbs rss feed url
#specify the site url for the rss feed
nzbs_rss_site="http://nzbs.org/"

#nzbs account details
#specify account direct download key (can be found here http://www.nzbs.org/index.php?action=rss)
nzbs_rss_directdl="&i=49249&h=eb3b1fd14a229f2eeca38d7d789b6246"
This is in the logfile:
Traceback (most recent call last):
 File "auto movie downloader.py", line 1513, in
NameError: name 'nzbmatrix_imdb_tt_number' is not defined
I'm using Win7 x64.
Do you have any idea what's wrong?
Last edited by thesystem on October 21st, 2010, 12:19 pm, edited 1 time in total.
ivan300
Newbie
Newbie
Posts: 3
Joined: March 24th, 2010, 11:24 pm

Re: nzbmatrix.com/nzbs.org automated movie downloader

Post by ivan300 »

thesystem wrote: I've just tried out you're script (ver 1.3.0). I'm using a nzbs.org feed and I get the following error when running the executable:
....
I have the same issue
Post Reply