Re: nzbmatrix.com/nzbs.org automated movie downloader
Posted: December 6th, 2010, 5:28 am
hi G7FHA, ok youve got a few problems here, firstly it looks like you havent correctly defined where your logs go to, thus your getting the ioerror, make sure you define all the folders for your logs (using double backslashes). ok next issue is that your not being consistent with using double backslashes for folder seperators, for example youve got:-G7FHA wrote: I am struggling to get this working on my windows 7 pc.
I followed the instructions and renamed the file to config.ini
I am getting the following error:
D:\dist>"auto movie downloader.exe"
Error: NZBMatrix Search Page Function
Traceback (most recent call last):
File "auto movie downloader.py", line 1426, in
File "auto movie downloader.py", line 42, in error_logging
IOError: [Errno 13] Permission denied: 'F:\\Scripts\\Logs\\Errors\\auto_movie_do
wnloader_error.log'
I made sure my NZB Matrix username and password is correct, along with my file paths. I did however not alter the movie folder path for hd dir2 and sd dir2, because I keep my hd files in 1 folder and the same with my sd files.
Here is how I filled out the command.ini:
#----------------- Sabnzbd Folder Definitions ------------
#put your own folder names below as specified in sabnzbd+
watch_dir="H:\Users\Living Room\AppData\Roaming\GrabIt\"
nzb_dir="E:\SABNZB Incomplete\"
completed_dir="D:\Completed Downloads\"
#----------------- Movie Folder Definit0ions --------------
#put your own root folder names below to specify the location of your hd collection (can span multiple drives)
movies_hd_dir1="\\NAQSERV\HD and Blu Ray Movies\"
movies_hd_dir2="H:\\Videos\\H264 Format\\HD Rips\\Movies\\Scene\"
#put your own root folder names below to specify the location of your sd collection (can span multiple drives)
movies_sd_dir1="\\NAQSERV\DVDs\"
movies_sd_dir2="D:\\Videos\\XVID Format\\DVD Rips\\Movies\\Scene\"
#----------------- IMDB Favorite Definitions -------------------
#define the favorite Director List (use | to seperate items)
FavDir="My Fav Director"
#define the favorite actor list (use | to seperate items)
FavActor="My Fav Actor"
#define the favorite character list (use | to seperate items)
FavChar="My Fav Character"
#define the favorite title list (use | to seperate items)
FavTitle="My Fav Title"
#----------------- IMDB Good Definitions --------------------
#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="My Good Genres"
#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=10000
#define the minimum year to download (must be less than QueueDate)
#valid values:- 1900 to 2999
GoodDate=1980
I am lost as to why I am having this problem and could really use some help. Thank You!
watch_dir="H:\Users\Living Room\AppData\Roaming\GrabIt\"
this is wrong it should be:-
watch_dir="H:\\Users\\Living Room\\AppData\\Roaming\\GrabIt\"
you MUST use double backslashes for all folder paths, you have the same issue for all of your paths so check them all ok?.
your next issue is that you havent removed my example movies_hd_dir2 and movies_sd_dir2, these are only in there as exmaple paths, please remove them otherwise the script may error.
ok and finally you havent defined your GoodGenre section, its just left as "My Good Genres", this again is left for you to fill in using the valid values.
have a go with implementing the above and let me know how you get on, good luck
binhex.