Hi there,
I wrote a Powershell script which cleans up garbage once the files are downloaded and then fetches NL metadata from moviemeter.
Though I'm unable to select the script under categories -> script.
What is the proper way of executing that powershell script post-processing ?
With regards,
Passie
execute powershell scripts
Re: execute powershell scripts
Either you call it from a cmd file or
you make sure the extension of the powershell files is listed in
the PATHEXT environment variable.
you make sure the extension of the powershell files is listed in
the PATHEXT environment variable.
Re: execute powershell scripts
Thank you that worked.
set PATHEXT=%PATHEXT%;.PS1
set PATHEXT=%PATHEXT%;.PS1
-
- Newbie
- Posts: 1
- Joined: July 10th, 2012, 3:42 pm
Re: execute powershell scripts
Can you please post your powershell script for others to use? Thanks in advance!
Re: execute powershell scripts
Sure.
Please note that this script was written for my own movie collection.
Though if you ran into any problems with it, do not hesitate to contact me so I can help you out.
http://tinyurl.com/73q3bhu
Please change the following lines in the mm.ps1 file to your needs.
10 & 11 & 12 and 448
ps: Since I have written this script, all my movies have NL metadata and a folder.jpg. Currently with over 600 movies I have a 100% score.
Please note that this script was written for my own movie collection.
Though if you ran into any problems with it, do not hesitate to contact me so I can help you out.
http://tinyurl.com/73q3bhu
Please change the following lines in the mm.ps1 file to your needs.
10 & 11 & 12 and 448
ps: Since I have written this script, all my movies have NL metadata and a folder.jpg. Currently with over 600 movies I have a 100% score.
