Search found 4 matches
- March 5th, 2013, 9:29 am
- Forum: General Discussion
- Topic: Indexer with 5+ Years of NZBS
- Replies: 160
- Views: 153002
Re: Sicksab - Indexer with 5+ Years of NZBS
Hoping you're still doing invites, I just sent an email. Thanks!
- December 10th, 2011, 6:25 pm
- Forum: Post-Processing Scripts
- Topic: Need help please...
- Replies: 4
- Views: 2782
Re: Need help please...
Working on testing this now. The whole thing isn't in quotes, so it's currently:
Does the $inputfile variable have to be in quotes?
Code: Select all
python "/directory/to/script.py" -i $inputfile -o "$1/name.mp4"
- December 10th, 2011, 5:55 pm
- Forum: Post-Processing Scripts
- Topic: Need help please...
- Replies: 4
- Views: 2782
Re: Need help please...
Anyone have any ideas? I know that the $1 paramater should pass the final directory of the file to the second script, but does "/*.mkv" not pass the file I am trying to convert?
- December 10th, 2011, 12:27 pm
- Forum: Post-Processing Scripts
- Topic: Need help please...
- Replies: 4
- Views: 2782
Need help please...
I'm trying to use a python script that is executable from the terminal (I'm on OSX). The script is used to convert .mkv to .mp4. From the terminal at the script's directory, all a user has to do is type "python script.py -i "file" -o "file.mp4" . The -i and -o are input and ...