Adding Your Own Actions
MacProgramGuide permits users to add custom applescripts to the scripts menu in program info panel. The easiest way to do this is to create a copy of the Sample.scpt located at ~/Library/ApplicationSupport/MacProgramGuide/Scripts
Open the copy of Sample.script in Script Editor and edit the displayName and performAction methods following the instrauctions in the comments.
To test the script within Script Editor follow the instructions at the bottom of the script file labelled test code. When the test code is uncommented, you caan run the script within Script Editor.
When testing is complete remove or comment out the test code, and copy the resulting script to ~/Library/ApplicationSupport/MacProgramGuide/Scripts
MacProgramGuide will need to be restarted for the new script to be added to the script menu.