wesg header image 5

Bash script to add TV episode names

October 21st, 2009 · No Comments

Earlier I wrote an Applescript that goes online to TV.com and finds the episode titles for TV show video files. While that seemed to work properly, TV.com changed their format and my Applescript went kaput. Since I really wanted to have this process automated, I wrote a bash script to do the same thing with [...]

[Read more →]

Category: Tips

How to: Restore Address Book, Keychain, and iCal data

December 29th, 2008 · No Comments

Maybe you’ve bought a new computer and can’t use Migration Assistant, or maybe you need to restore your data after it has been corrupted. Whatever the reason, you’ll be happy to know that replacing the data in Address Book, iCal and Keychain is as easy as replacing a file. Since OS X stores data inside [...]

[Read more →]

Category: How to

Max: convert audio with maximum power

June 3rd, 2008 · No Comments

It’s funny how solutions to problems come out of the blue. I was in the process of converting a number of .aif audio files to .MP3 with ffmpegX when I happened to pick up the April 2006 edition of Macworld and found a program that could speed up the process under the Tools of the [...]

[Read more →]

Category: Mac Software

Automatic or Manual (Syncing)?

June 2nd, 2008 · No Comments

When you get an iPod, you’re faced with many decisions: should I put mostly movies on it? Which songs should I use? Should I manually manage the music, or can I leave it as automatic syncing?
While I can’t help you pick which tunes your iPod will contain, I can help you decide which method to [...]

[Read more →]

Category: Macs

Applescript to unmount stubborn volumes

May 26th, 2008 · 3 Comments

I’ve been frustrated recently because external hard drives connected to my MacBook have refused to unmount. After resorting to restarting before trying again, I posted my problem to a number of online forums.
Knowledgeable member of the Macworld forums oddlot answered my question with a Unix command called hdiutil that can force eject a drive. [...]

[Read more →]

Category: Macs