My Podcasting AppleScriptsI have been doing my podcasts on my PowerBook. At first, I couldn’t seem to get a reliable setup working. Sometimes the mic just wouldn’t pick up. I finally figured out a startup and shutdown process and decided to script them. I learned some AppleScript and hacked out 2 scripts that help me start and stop my podcasts. Now, the scripts are working perfectly for me and my podcasts are becoming much more standardized.
The startup script does the following:
I use the shudown script when I am ready to end the broadcast. I say goodbye and then run the script. The shutdown script does the following:
You may use these scripts if you like to help with your podcasts. Due to the fact that everyone has different podcasting setups, it is likely that these scripts will not work out of the box for you. You will need to learn how to hack them to do what you want to. I am posting them as a reference point for others that want to do something like this. Maybe we can build a robust libray of scripts over time that makes podcasting as easy as it should be.
Since these scripts are tailored to my setup, let me explain what I am doing. It is very similar to Hugo’s setup documentation. For starters, I am using a Plantronics USB headset for audio. I use GarageBand to record the mic. I use Audacity as the final recorder of the mix.
Here are the scripts. Feel free to download and modify for your use. PLEASE PLEASE PLEASE do not mail me and ask me how to make these work for your setup because you are doing “something different”. It is all you. However, if you make modifications that you think are generally good and applicable to lots of people, send them my way and I will update these scripts.
Podcast away!