Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to move video from EyeTV to iTunes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to move video from EyeTV to iTunes
Authored by: JackSloth on Oct 13, '06 06:44:17PM

I wqas very excited to see your hint as I too have wanted the same thing from EyeTV.

However, I am getting a syntax error when trying to compile your applescript.

"Expected "then", etc. but found unknown token."

It occurs on line 4: "if movieCount ? 1 then"



[ Reply to This | # ]
An AppleScript to move video from EyeTV to iTunes
Authored by: gboudrea on Oct 13, '06 07:11:20PM

Replace the ? on that line by a >
Will fix your problem.

- Guillaume



[ Reply to This | # ]