- Easily add lyrics to iTunes songs via AppleScript
-
Often programs like PearLyrics or SingThatiTune just don't find the song I am looking for, and I have to find the lyrics manually. I found it tedious to find the lyrics in Safari, switch back to iTunes, highlight the song I want to add the lyrics to, open the song's info panel, paste in the lyrics, and finally, close the window. So I wrote this simple AppleScript instead: tell application "System Events" set sel to (the clipboard as text) end tell tell application "iTunes" set lyrics of current track to sel end tell I then bound this AppleScript to a keyboard shortcut using iKeys (any macro-capable program should work just as well). It will copy any text currently in the clipboard to the currently playing song's lyrics. view original article
Wed, 16 Jul 2008 16:30:05 +0200 - more MacOSXHints.com articles
-
- related articles found at MacOSXHints.com
- 10.4: Add unique names to .Mac aliases via AppleScript Wed, 07 Jun 2006 16:30:01 +0200
- Add an iPhone call log to iCal via AppleScript Tue, 26 Aug 2008 16:30:04 +0200
- Add folders to the iTunes library via the command line Thu, 04 Sep 2008 16:30:00 +0200
- Add users via AppleScript, Perl and expect Mon, 05 Feb 2007 16:30:03 +0100
- Export Address Book entries to HTML via AppleScript Thu, 01 May 2008 16:30:02 +0200
- Sync or eject iPods/iPhones in iTunes via AppleScript Fri, 25 Apr 2008 16:30:00 +0200