Marty McGuire

Posts Tagged indieweb

2017
Thu Aug 10

Syndicating Audio Posts with WNYC's Audiogram Generator

I publish a few different podcasts and often find myself advertising new episodes by syndicating new posts to various social media silos.

Sadly, few social media services consider audio to be "a thing", despite often having robust support for video.

I'm certainly not the first person to notice this, and the fine folks at WNYC have taken this audio sharing problem head-on.

Enter the Audiogram Generator, an open source project that runs on NodeJS and uses FFMPEG to take samples from your audio files and munge them into short videos for sharing on social networks.

Here's a quick rundown of how I got the Audiogram Generator running on my macOS laptop using Docker.

I use Homebrew, so first I installed docker and docker-machine and created a new default machine:

  brew install docker docker-machine
  docker-machine create -d virtualbox default

Once that finished, I set my environment variables so the docker command line utility can talk to this machine:

eval $(docker-machine env)

Next, it was time to download the source for the audiogram generator from GitHub and build the Docker container for it:

  git clone https://github.com/nypublicradio/audiogram.git
  cd audiogram
  docker build -t audiogram .

Finally, I could run it:

  docker run -p 8888:8888 -t -i audiogram
  npm start

Once up, I pointed my browser at http://192.168.99.100:8888/ and I saw pretty much the interface that you see in the screenshot above.

The basic usage steps are:

  • Choose an audio file
  • Choose a template
    • Templates w/ images are hardcoded into the app, so if you want to use them with your own images you'll have to make changes to the source.
  • Choose a selection of the audio that is less than 300 seconds long
  • Add any text if the template requires it
  • Generate!
  • Download
  • Upload to silos!

I made a sample post to my own site using a selection of an interview and then syndicated that post by uploading the same video to Twitter, Facebook, and Mastodon.

I don't yet know exactly how I'll choose what portions to share on each silo, what text and links to accompany them to encourage folks to listen to the full episodes, and so on. There are also some quirks to learn. For example, Twitter has a maximum length of 2:20 for videos, and its cropping tool would glitch out and reset to defaults unless I stopped it "near" the end.

Thankfully, there is a very detailed Audiogram Generator usage doc with lots of examples and guidelines for making attention-getting posts.

For the near term I want to play with the tool to see what kinds of results I can make. Long-term I think this would be a really neat addition to my Screech tool, which is designed for posting audio to your own website.

How do you feel about audiograms? I'd love to hear other folks' thoughts!

Wed Aug 9

HWC Baltimore 2017-08-09 Wrap-Up

Baltimore's first August 2017 meetup for Homebrew Website Club met at the Digital Harbor Foundation Tech Center on August 9th.

Below are notes from the "broadcast" portion of the meetup.

djfalcon23 (Derek) – been on break of web dev to learn Android dev. Set up a schedule to work on his portfolio site on Wednesdays. Has a WIP site up at djfalcon23.github.io with a landing page. Next steps are modals to display the content for the main sections, a carousel for other photos. After that, it's time to make a project page for his LED backpack with brake and turn signals for cyclists.

jonathanprozzi.net (Jonathan) – started a new Hugo project for his wedding which will be his "Hugo project" so he can feel free to move his main site over to WordPress. Bought and set up a new domain and a new Hugo project for that.

polarfire.net (Isaac) – In town visiting Marty. Spent quiet writing hour tracking down the source for his Pelican-based site which was last updated 2014 and getting the dependencies installed. Likes starting side projects, so might port it to Hugo. Many of his projects are related to owning his data on a home server. Next major step there is setting up backups w/ duplicity.

martymcgui.re (Marty) – Did some reading from the folks at @meetgretta (formerly signl.fm) and learned about a tool called Audiogram from WNYC. It generates videos from audio files for sharing on silos that have good video sharing support but not audio, which is most of them. Made an example post with an interview with Ben Werdmüller from the This Week in the IndieWeb Podcast that is syndicated to Twitter, Facebook, and Mastodon.

Other things:

  • djfalcon23 showed a cool use of parallax on firewatchgame.com.
  • Talked about automated captions for audio, showed off some of the Gretta demos.
  • djfalcon23 pointed us to @noopkat, who streams live development and was recently working on similar tools.
  • martymcgui.re did a quick demo of the micro.blog iOS app for posting tonight's photo
Left-to-right: polarfire.net, djfalcon23.github.io, jonathanprozzi.net, 

We hope that you'll join us for another HWC Baltimore, which will next meet on August 23rd and again September 6th at the Digital Harbor Foundation Tech Center!

🗓️ Homebrew Website Club Baltimore August 9, 2017

📆 Add to Calendar: iCal | Google Calendar

Join us for an evening of quiet writing, wiki editing, IndieWeb demos and discussions!

  • Create or update your personal web site!
  • Finish that blog post you’ve been writing, edit the wiki!
  • Demos of recent IndieWeb breakthroughs, share what you’ve gotten working!
  • Join a community with like-minded interests. Bring friends that want a personal site!

Any questions? Join the #indieweb chat!

Optional quiet writing hour starts at 6:30pm. Meetup begins at 7:30pm.

More information: https://indieweb.org/events/2017-08-09-homebrew-website-club

Facebook event: https://www.facebook.com/events/280327909114061/

Sat Aug 5

This Week in the IndieWeb Audio Edition • July 29th - August 4th, 2017

Audio edition for This Week in the IndieWeb for July 29th - August 4th, 2017.

This week features a brief interview with Ben Werdmüller recorded at IndieWeb Summit 2017.

You can find all of my audio editions here.

You can subscribe with your favorite podcast app on huffduffer.

Music from Aaron Parecki’s 100DaysOfMusic project: Day 85 - Suit, Day 48 - Glitch, Day 49 - Floating, Day 9, and Day 11

Thanks to everyone in the IndieWeb chat for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!

Sat Jul 29

This Week in the IndieWeb Audio Edition • July 22nd - 28th, 2017

Audio edition for This Week in the IndieWeb for July 22nd - 28th, 2017.

This week features a brief interview with Johannes Ernst recorded at IndieWeb Summit 2017.

You can find all of my audio editions here.

You can subscribe with your favorite podcast app on huffduffer.

Music from Aaron Parecki’s 100DaysOfMusic project: Day 85 - Suit, Day 48 - Glitch, Day 49 - Floating, Day 9, and Day 11

Thanks to everyone in the IndieWeb chat for their feedback and suggestions. Please drop me a note if there are any changes you’d like to see for this audio edition!

Fri Jul 28
🔖 Bookmarked An Introduction to the IndieWeb – AltPlatform http://altplatform.org/2017/07/28/an-introduction-to-the-indieweb/

“Everyone’s desires and needs will be different. Work on what you find most interesting and useful first (the IndieWeb calls these itches). Make a list of what you use most often on your old social media silos or wish they had and work on that first.”

Wed Jul 26

HWC Baltimore 2017-07-26 Wrap-Up

Baltimore's second July 2017 meetup for Homebrew Website Club met at the Digital Harbor Foundation Tech Center on July 26th.

Below are notes from the "broadcast" portion of the meetup.

jonathanprozzi.net – After setting up a local WordPress dev site last time, revisited his existing Hugo site. The Hugo documentation has received an update, so he walked through making a new site from scratch, found out the theme configuration for his old site was not working as Hugo docs suggest. Wants to make sure his Hugo experience isn't colored by a misunderstanding on his part. Feels stuck between wanting to improve his existing stack and workflow vs spending the time to convert everything to WordPress.

martymcgui.re – Inspired by IndieWeb Summit session on Events, made a couple of improvements to event posts on his site. First added a "subscribe to calendar" link to his front page and "Add to Calendar" links on his individual event pages so folks can get calendar reminders of his indie events. Second, added a webmention submit form ("did you mention this? post the URL here") to all his posts, which should make it easier to send indie RSVPs to his indie events. Set up a new iPod Touch with the micro.blog iOS client and has used it to post a couple of photos to his site without much trouble and a nice (if somewhat quirky) workflow. Has been changing up some of the microformats markup on his posts to try and make them work well with both Woodwind and Atom feeds generated by Granary.

We talked about a writing app called Ulysses, which Jonathan has been using for work and finds the writing is a faster process than his previous workflow with Markdown. Also talked sunk cost of working with the tools we already have working vs spending the time to set up and learn something new that might (eventually) be better. A tempting goal is to moving from posting to our personal sites and enjoying IndieWeb benefits for ourselves to making ourselves into ambassadors for folks in Gen2/3 by adopting WordPress + plugins.

Left-to-right: jonathanprozzi.net, martymcgui.re

We hope that you'll join us for an August HWC Baltimore, which will meet on August 9th and August 23rd at the Digital Harbor Foundation Tech Center! 

Baltimore Homebrew Website Club quiet writing hour has begun! Come work on your website!

🗓️ Homebrew Website Club Baltimore July 26, 2017

📆 Add to Calendar: iCal | Google Calendar

Join us for an evening of quiet writing, wiki editing, IndieWeb demos and discussions!

  • Create or update your personal web site!
  • Finish that blog post you’ve been writing, edit the wiki!
  • Demos of recent IndieWeb breakthroughs, share what you’ve gotten working!
  • Join a community with like-minded interests. Bring friends that want a personal site!

Any questions? Join the #indieweb chat!

Optional quiet writing hour starts at 6:30pm. Meetup begins at 7:30pm.

More information: https://indieweb.org/events/2017-07-26-homebrew-website-club

Facebook event: https://www.facebook.com/events/138120956769941/

🔖 Bookmarked Indigenous https://eddiehinkle.com/projects/indigenous/

“Indigenous is an iOS app that is in development. It’s goal is to provide a native iOS interface to the indieweb movement.”