Could someone make a extension out of this Apple Script from http://inside.omnifocus.com/applescript?
- tell application "Radium"
set actionTitle to "Listen to more " & track name
tell application "OmniFocus"
tell default document
parse tasks into it with transport text actionTitle
end tell
end tell
end tell