|

Simplecast Episodes Version 0.6

Over the weekend I released Version 0.6 of my @simplecast plugin, Simplecast Episodes. Aside from some smaller internal changes, I added what I think is a pretty nice feature to coincide with WordPress 3.9’s new feature to create media playlists from audio and video: the ability to download episodes directly into WordPress, adding them to the media library.

Download them All!

The way it works right now, there are two different methods. The first is a button to go through and download all previously added episodes.

Screenshot 2014-04-20 12.01.52

This will go through all of the Simplecast Episode post types in WordPress, grab the download link, and pull the audio file into the Media Library. This is still a beta feature but give it a go and let me know what you think! In my tests, on my localhost it took a while, but on my live site (tilpodcast.co), the downloads happened surprising quickly.

One note: You should only do this once. In a future build (perhaps very soon), I’m probably going to either hide that button after it’s been done or programmatically check to make sure each file only gets downloaded once.

Automatically Download Upon Publish

The other feature added is the ability to automatically download an episode when it’s posted.

Screenshot 2014-04-20 12.06.01

This was added to the rest of the plugin settings and is by default set to “No.”  When set to “Yes,” the audio file will be downloaded when you click the “Publish” or “Save” button. This will only happen once, so you don’t have to worry about multiple downloads if you make updates.

WordPress Playlists

In WordPress 3.9, They added the ability to create playlists using the Media Uploader. Using these new features in Simplecast Episodes, creating playlists will be a breeze!

Screenshot 2014-04-20 12.13.54

 

Personally, I will find this feature really helpful for our 2 part episodes:

Screenshot 2014-04-20 12.16.01

Future Builds & 1.0

I know I’m only on 0.6 but I’m probably going to make the jump to 1.0 soon. My plan for 1.0 is:

  • Clean up the code and do some refactoring.
  • Add widget support
  • Explore the possibility of pulling show notes from Simplecast.

Head on over to the official page in the WordPress Plugin Directory to download it, rate it, and leave feedback!

 

Similar Posts

  • | |

    Testing Code Blocks with Ulysses

    Over on Twitter, Tom McFarlin asked me if Ulysses supports code syntax when pushing to WordPress: https://twitter.com/tommcfarlin/status/1526909277352480769 So I decided to give it a test: Looks good! And here’s what it looks like in Ulysses:

  • |

    A Simple Solution to Selling Workshops

    While working out my income and project goals for this year, something I added to my list was more paid workshops and webinars. I want people to be able to sign up, get the workshop and the replay, and learn something tangible. And as a WordPress developer, it’s easy to think, “Oh I can put this whole thing on WordPress. But I’ve been actively deciding against WordPress for things like this. Here’s why.

    Get the bonus content by joining the Creator Crew

  • |

    I’m on Github!

    I know it’s something I should have had for a while but I generally don’t feel my code is up to snuff. Seeing as I’ve been promising people my code, however, it makes sense. My username on @github is jcasabona. You can get to my repo using the link below. My Github Repository Right now…

  • |

    Why Not Wanting to Pay for Software is Holding Your Business Back

    Earlier this month, Elementor announced that they are increasing their prices. Most notably, 1000 sites (called the Agency Plan) is moving from $199/year to $999/year. This is only for new customers but, as is common when software pricing changes, people are outraged. Not only is this sort of outrage getting old, but I would argue that if you’re not willing to pay what software is worth, you will never grow as a business. And not for the reason you think.

  • Quick Tip: Check to See if a Slug Exists in WordPress

    Recently I was doing some work where I was importing RSS entries into a Custom Post Type in WordPress. Since there were no common IDs between the feed and WordPress, to prevent duplicate entries I tried comparing titles. This also proved to be an issue as titles aren’t always unique, and they weren’t in this…

  • Interesting Links & Podcasts for for July 18

    MOOCs being embraced by US Universities: It seems like Massive Open Online Courses are being embraced as a form of distance learning. I think this will be the next major change in higher ed, especially considering the constant rising cost of college. Noted critic on Twitter: “It’s toast. Over. Done. History.”: This seems a bit…