Agree 100%
I just have years of odd video's around that right click-reencode-add-to-iTunes would be good for.
Search found 13 matches
- January 28th, 2010, 8:09 am
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
- January 28th, 2010, 7:25 am
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :

Wow.
Let me know if I can help.
This is a very kool effort. I hope to port this to an 'Automator' action to so that you can click on a file, and start the encoding and iTunes addition.
You work is GREATLY appreciated.
- January 27th, 2010, 8:34 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
sorry about WRT, it stands for With Respect To.... I am trying the following to avoid the error I was getting with setting video and iTunes not accepting it; tell application "iTunes" set initunes to false try set posix_path to "$DIR/${i%.*} - AppleTV.mp4" set mac_path to posix_p...
- January 27th, 2010, 7:11 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
WRT Atomic Parsley - I added it to my version when I was getting errors with the video variable, it is actually longer than using the applescript, as it seems to rewrite the file? Not much longer, but did not want to call another program that I needed to chase the path to. When I saw imthenachoman's...
- January 25th, 2010, 9:18 am
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
;D That was it, all in the extension!!!! #!/bin/bash # 1 The final directory of the job (full path) # 2 The name of the NZB file # 3 Clean version of the job name (no path info and ".nzb" removed) # 4 Newzbin report number (may be empty # 5 Newzbin or user-defined category # 6 Group that t...
- January 25th, 2010, 8:49 am
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :

I think I got it, A ROSE BY ANY OTHER NAME DOES NOT ADD TO iTunes.....
the file must have m4v extension, not mp4 for AppleTV, changed the extension and I can drag and drop them to iTunes. I changed the script and running it now.
will let you know if it solves the issue.
- January 24th, 2010, 8:07 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
it is pointing to a problem with HandBreakCLI and the AppleTV Profile. I took your script, and it work flawless I uncommented the Sets for Season Episode.... worked flawless I changed the profile to AppleTV, /Users/kevincossaboon/HandBreak-SABnzbd/HandBreakCLI/HandBrakeCLI -i "$i" -o "...
- January 24th, 2010, 7:11 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
crash and burn on changing for apple tv. Back to getting 272:279: execution error: The variable video is not defined. (-2753) the code edited was the below. I am going back to your iPhone version, and just changing the HandBreakCLI profile and see what happens. #!/bin/bash # 1 The final directory of...
- January 24th, 2010, 5:58 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
I just cut and pasted your newest version and ran it.... worked perfect. Not sure how I screwed up the first one. Now I am going to 'play' to see if I can change the Hand Break profile to AppleTV, and uncomment the Episode and Season additions. Any reason why they are commented out? Thanks again for...
- January 24th, 2010, 5:24 pm
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
let me try the new script, the first one I would get 'unexpected end of file' with out the space, now I have been getting a 321:328: execution error: The variable video is not defined. (-2753) QQ, where is HandBreakCLI for your script to pick it up with no path? I am running 10.6 OSX and Version: 0....
- January 24th, 2010, 9:49 am
- Forum: Post-Processing Scripts
- Topic: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
- Replies: 28
- Views: 24122
Re: My Script : AVI to iPhone to iTunes : OS X + Handbrake :
Hi, working from your script, and not getting good results.
1) I needed to add a space before and after the <<
2) Script works when run from Terminal, but if I put it in SABnzbd, I get an errror;
"321:328: execution error: The variable video is not defined. (-2753)"
any ideas?
1) I needed to add a space before and after the <<
2) Script works when run from Terminal, but if I put it in SABnzbd, I get an errror;
"321:328: execution error: The variable video is not defined. (-2753)"
any ideas?
- November 3rd, 2009, 9:10 am
- Forum: General Discussion
- Topic: Error when trying to add Newzbin RSS Feed
- Replies: 7
- Views: 7565
Re: Error when trying to add Newzbin RSS Feed
warning changed 2009-11-03 09:04:19,528 WARNING [RSS]: Empty RSS entry found (None) pasting; http://v3.newzbin.com/search/query/?q=mad+men&area=c.8&fpn=p&searchaction=Go&category=8&areadone=c.8&feed=rss into Safari, it changes to FEED and there is data.....? what does bit rec...
- November 2nd, 2009, 6:13 pm
- Forum: General Discussion
- Topic: Error when trying to add Newzbin RSS Feed
- Replies: 7
- Views: 7565
Re: Error when trying to add Newzbin RSS Feed
I can not seem to get this to work for OSX version 0.4.12 I changed the gui, and using a link that is feed://v3.newzbin.com/search/query/?q=mad+men&area=c.8&fpn=p&searchaction=Go&category=8&areadone=c.8&feed=rss the full link from newzbin is; feed://v3.newzbin.com/search/quer...