Automating More: 5 Podcast Tasks I No Longer Do
| |

Automating More, Doing Less

My yearly theme for 2020 is Depth, which means I want to cut away a lot of stuff I don’t need to do, and really dig in deep on a few select activities – both personal and professional. One of the focus areas is using more tools to my advantage and automating more. This will allow me to do fewer small tasks, so I can handle the big tasks. And over the holiday break, I automated 3 areas of my podcast that I’ve been meaning to do for a long time.

Automatically Upload Episodes to Libsyn

I have a confession to make. In my Podcast Process and Setup post I mentioned I’d like to do this, and since then said I was. That’s in part due to the fact I thought I finally got a Hazel script working that would watch a Dropbox folder, then upload new files to the Libsyn directory via FTP…specifically Transmit. But that was unreliable because sometimes (usually) Transmit would prompt for a password before uploading, rendering the “automatic” part of it useless.

Repurpose.io

Repurpose to the Rescue

Luckily, I recently signed up for Repurpose.io. It allows for connecting services to all sorts of other services, watches RSS feeds, and more. I got into it for the next automation task I set up, but automatically uploading to Libsyn seemed like a task that persisted for far too long. You can connect Repurpose to watch a specific Dropbox folder, and when a new audio file is added, it will send it to Libsyn for you. Fantastic.

Pushing the Show to YouTube

A podcast episode pushed to YouTube with Repurpose.io

Speaking of Repurpose.io, I finally bit the bullet and sign up, mostly thanks to sale they had in December. My main purpose for getting it was that I wanted to start pushing the podcast to my YouTube channel.

I heard over the summer at Podcast Movement that you should be where people listen, and more people are actually using YouTube. Repurpose lets you customize the video artwork and a few other options, and pushes it over to YouTube without me having to lift a finger.

Creating Audiograms

The last thing I’m using Repurpose.io for (which I need to test a bit more) is Audiograms. Over on YouTube I have a video on how to make an audiogram with Headliner, but I need something a bit more streamlined if I’m going to do it.

With Repurpose, I’m able to have it watch my podcast feed, then generate an audiogram and have it sent to Dropbox.

Create Episode Number Redirects

Without fail, the step I skip when scheduling a new episode is creating the short URL, which is the howibuilt.it – slash – episode number. I have to go to a different screen in the WordPress admin to do it.

Luckily, the redirect plugin I use makes it very easy to create redirects programmatically with a public function. So I added some code to my custom plugin. The code grabs the episode number and creates a redirect on save. One less step for me to worry about!

Aside: I was going to take it one step further and have it auto-increment the episode number. But, I often do bonus episode and might schedule some out of order. So until I think that through a little more, it will still be manual.

Email Guests When Episode is Publish

The last task I automate, also through code in my plugin, is emailing guests once the episode is published. That’s another task I had to do on Tuesday mornings that was some low-hanging automation fruit.

Now, I add the guest’s name and email to the post (unpublished). So as soon as the post goes live, the guest gets an email letting them know it’s out.

Similar Posts

  • |

    Give the Gift of Storytelling Through Podcasting

    When I was in 5th grade, I had to do a report on a family member who immigrated to the United States. My maternal grandfather, Louis (Luigi) “Pop” Addorissio, was the only family I knew who did that. He came to the US from Italy in 1949, at the age of 19. I sadly don’t remember any…

  • |

    What Potholes Have to do with Podcasting

    I lived exactly 1/3 of my life in Scranton, PA. I moved there (more or less) in 2003 as a freshman at The University of Scranton. I stay there through undergrad and grad school, then taught there and worked in the IT department. I moved away from Scranton in 2016. That’s 13 of my 39…

  • Pink Bothers Me

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!When she wrote, “Dear Mr. President” it pissed me off mainly because she didn’t make a single good point. Now she…

  • |

    Testing your Responsive Site

    Over the last year or so I’ve been involved with a few major projects that required responsive design/development. One of the most important things to remember about a responsive design is that it’s not just good enough to make sure your design shrinks with a smaller browser on your computer. Presumably, you’re doing this because…

  • |

    Coding Process

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!Here is a paper I recently found. It’s on my coding process (after being a coder for about 2.5 months), and…

  • Automation Doesn’t Need to be Complicated

    Sometimes we know the first step for something is an absolutely huge deal. We know the first signer of the Declaration of Independence was John Hancock because the Second Continental Congress knew how important it was. We know Neil Armstrong was the first person to step foot on the moon, which he marked with the…