• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iTunes "transcriber" workflows?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iTunes "transcriber" workflows?


  • Subject: Re: iTunes "transcriber" workflows?
  • From: Tim Fink <email@hidden>
  • Date: Tue, 03 Dec 2013 16:07:37 -0600




On Tue, Dec 3, 2013 at 2:00 PM, <email@hidden> wrote:
Send Automator-users mailing list submissions to
        email@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.apple.com/mailman/listinfo/automator-users
or, via email, send a message with subject or body 'help' to
        email@hidden

You can reach the person managing the list at
        email@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Automator-users digest..."


Today's Topics:

   1. iTunes "transcriber" workflows? (Ben Levi)


----------------------------------------------------------------------

Message: 1
Date: Mon, 02 Dec 2013 17:33:22 -0700
From: Ben Levi <email@hidden>
To: email@hidden
Subject: iTunes "transcriber" workflows?
Message-ID: <CEC274E2.4AB07¾email@hidden>
Content-Type: text/plain; charset="iso-8859-1"

I¹m trying to figure out if Automator can do the following:
While playing an iTunes movie or audio file,
Be in Microsoft Word transcribing, and type a keystroke (cmd-space) to start
or stop iTunes (toggle).
Same with going back 3 seconds and playing, and going ahead 5 seconds.

I¹m new to Automator and would love to know how easy this is to do.
Thank you.
--
Ben Levi  |  151 Wildcat Lane  |  Boulder, CO  80304  USA
email@hidden  |  Tel: 303-546-0679  |  Skype: benleviboulder


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.apple.com/archives/automator-users/attachments/20131202/61bb4447/attachment.html>

------------------------------

_______________________________________________
Automator-users mailing list
email@hidden
https://lists.apple.com/mailman/listinfo/automator-users


End of Automator-users Digest, Vol 94, Issue 1
**********************************************

<While playing an iTunes movie or audio file,
Be in Microsoft Word transcribing, and type a keystroke (cmd-space) to start
or stop iTunes (toggle).
Same with going back 3 seconds and playing, and going ahead 5 seconds.>

I am pretty sure that Automator can't control iTunes to that degree. However, the companion to Automator, AppleScript Editor, certainly can. You can create a few simple scripts that will tell iTunes to go back or forward any specified number of seconds. Each script could be called up as separate apps. There are several utilities you can find that can assign a key command to any app you want to call on.
As for starting and stopping iTunes while in any application, every Mac keyboard has defaults that do that in the Function keys.

Here's a small AppleScript to allow iTunes to play back or forward any specified seconds:

tell application "iTunes"

set theTime to player position

set stepBack to (theTime - 3)

set player position to stepBack

end tell


Simply change theTime amount to a + or - amount of any integer. Save this out as an app. You can even use Speakable Items to make these apps speakable. Then just speak the app name and it will run when you turn SI on.

Take care.

--
Tim Fink
Graphic Design Professional
Adjunct Instructor, Hennepin Technical College
http:www.timothyjfink.com
http://escalejournal.blogspot.com/
email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: iTunes "transcriber" workflows?
  • Next by Date: Re: iTunes "transcriber" workflows?
  • Previous by thread: iTunes "transcriber" workflows?
  • Next by thread: Re: iTunes "transcriber" workflows?
  • Index(es):
    • Date
    • Thread