-
the things you need:
Surround sound receiver
Digital Audio Connection
Apple TV-converted video (or video in iTunes format with AC3 audio track)
-
In this advanced article, learn how Keychain Access can be configured to search directory service nodes for published certificates in Mac OS X v10.6 and later. If your organization uses digital certificates for email signing or encryption, and publishes user certificates to a directory repository such as Active Directory or Open Directory, you can use this feature for automatic lookups of email recipient certificates.
-
This bookmarklet will convert "cold-links" (i.e. URLs which do not link) into clickable hotlinks. This is from the krapplack.de collection of bookmarklets, where you can find a number of other potentially useful bookmarklets.
-
sed -e 's/:/\//g' -e 's/\ /%20/g' -e 's/^/file:\/\//g' | pbcopy
-
For doing configuration via a console port using a Keyspan Serial/USB Adapter
tell application "Terminal"
do script with command "screen /dev/tty.KeySerial1"
set number of rows of window 1 to 100
set number of columns of window 1 to 80
set background color of window 1 to "black"
set normal text color of window 1 to "green"
set custom title of window 1 to "SerialOut"
end tell
-
Do these two steps over and over until you've done this for all directories you want to import, then just start iMovie. It will automatically notice the new directory, create the cache, playlist, and thumbnails for your movie. The more directories you do this with, the longer iMovie will take to create everything, of course.
-
it calls sleep 1 with a bash redirection command &> /dev/null &, which initiates the script, but returns to the app immediately. The effect is that your AppleScript app will exit before the second command moves the app to the trash.