Workflows

Comments

9 Comments »

Pages: [2] 1 » Show All

  1. 9.

    ““The variable |movies| is not defined. (-2753)””

    This is actually pretty simple to fix, but it took me a bit to track it down — basically, movies looks like it used to be an applescript object (probably an array) that contained currently open movies, so it was basically copying the contents of that into another variable.

    There’s now a variable in Leopard Automator Movies which contains the path to the current user’s Movies subdirectory, which may be why it was deprecated.

    Anyway, changing the line

    set openedMovies to count movies

    to

    set openedMovies to count documents

    seems to have fixed it for me. I also removed the step that filters out all files except .mov, since I figure I’ll generally know not to open word documents with this, and I might need to concatenate non-.mov video files.

    Comment by Peter — February 16, 2008 @ 2:22 pm

  2. 8.

    This looks great. I continually get this error: Any ideas?

    “The variable |movies| is not defined. (-2753)”

    Comment by Paul — January 29, 2008 @ 4:08 am

  3. 7.

    Ooops! Sorry! I guess I’ll have to try to make a script that converts all my movies to .mov!

    Comment by Adélard — February 1, 2006 @ 10:43 pm

  4. 6.

    NSReceuiverEvaluationScriptError: 4 (1) ?

    It was my first time using Automator and I got this error. What goes?

    Comment by Adélard — February 1, 2006 @ 10:32 pm

  5. 5.

    Thanks, Michael!

    Comment by Gábor — January 28, 2006 @ 2:29 am

Pages: [2] 1 » Show All

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>