Yesterday, I posted Part 1 of the podcasting automation process I’m using. Today, it’s on to Part 2. Remember, this tutorial is for Mac users (or Linux, I suppose) – it won’t port to Windows. I may decide to rewrite the whole thing in PHP down the road, but for now, this was done using the Bash shell on a Unix-based system.
First, a short recap…
The workflow picks up after the final editing and exporting to MP3 of the podcast episode. The automation includes the following steps:
- Set the ID3 tags
- FTP the episode to the remote server
- Archive the MP3 to a local folder and an attached Drobo unit
- Create a WordPress post for the show notes
Yesterday’s post created set up all the variables needed. Today I’ll cover the first three things on the list, tomorrow I’ll finish up with a PHP script that handles the posting to WordPress.
Automatically Setting ID3 Tags on the Command Line
There is no way to use the command line to set ID3 tags without a third-party tool or library. There is currently only one tool that will allow you to set every conceivable tag via the command line, and that’s ID3 Editor. I’d been using this tool in its GUI form for a long time, but the command line interface is awesome as well. Unfortunately, documentation about this command line use is very, very rare. First, the code: [click to continue…]
Twitter Comments
|
|
| Re-Tweet | Reply | View Tweet |
















