Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Create script for making podcast feed #8

Closed
solarce opened this issue Mar 9, 2013 · 5 comments
Closed

Create script for making podcast feed #8

solarce opened this issue Mar 9, 2013 · 5 comments

Comments

@solarce
Copy link
Member

solarce commented Mar 9, 2013

Script will

  1. Scrape youtube feed and download only audio from hangops youtube videos
  2. Create mp3s and store them somewhere, s3?
  3. generate an rss feed that's correct for an mp3 podcast
  4. profit?

Should run as a cron job?

@bear
Copy link
Member

bear commented Mar 10, 2013

what formats do you want the feeds to support?

I have code to pull from the Hangops Channel the videos and I also have code that can convert most video formats to other video and/or audio formats.

Do you want this to be an iTunes style feed or a more stock Atom/RSS?

What I will do is get the youtube -> feed setup with the basic video stuff and pull from Redis the metadata required for RSS feeds that may not be present in the youtube data and then point you to a url on the server so you can look at it. I'll work on that now.

@solarce
Copy link
Member Author

solarce commented Mar 10, 2013

Lets just start with iTunes style and mp3 and see if people ask for more

On Saturday, March 9, 2013, Mike Taylor wrote:

what formats do you want the feeds to support?

I have code to pull from the Hangops Channel the videos and I also have
code that can convert most video formats to other video and/or audio
formats.

Do you want this to be an iTunes style feed or a more stock Atom/RSS?

What I will do is get the youtube -> feed setup with the basic video stuff
and pull from Redis the metadata required for RSS feeds that may not be
present in the youtube data and then point you to a url on the server so
you can look at it. I'll work on that now.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-14677719
.

Brandon Burton
sysadmin and technologist
http://www.inatree.org/
http://www.twitter.com/solarce

@bear
Copy link
Member

bear commented Mar 11, 2013

k, got the code to pull from youtube the hangops video feed and run thru looking for new entries. it does this by comparing the youtube code for each item in the feed against a hangops:youtube redis set.

when a new one is found, it will store the metadata and also trigger a download of the flv so that it can convert it to mp3. I need to finish the itunes rss feed file and push that to the server.

@bear
Copy link
Member

bear commented Mar 15, 2013

this is what I have running now:

cronjob running every 2 hours looking for new youtube videos
if found:
pull down video and convert to mp3
generate video rss feed file
generate audio rss feed file

need to add noises to IRC and also to update site

@bear
Copy link
Member

bear commented Apr 4, 2013

hangops.xml
hangops_audio.xml are being updated after media events

marking as closed and will add another issue for IRC channel announcing of feed events

@bear bear closed this as completed Apr 4, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants