Project

podcast

0.03
No commit activity in last 3 years
No release in over 3 years
Create podcasts from MP3 files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Podcast is a simple library and command line utility for creating podcast files from a directory of mp3 files.

Podcast will examine mp3s, extract metadata from ID3 tags, and build an RSS file which can then be used by podcast clients to download the mp3s.

To install ruby-podcast

gem install ruby-podcast

Usage

Once you've installed it you should have a command line utility you can run on a directory of mp3 files:

% podcast --dir my/mp3/dir --out podcast.rss --title "Title" --description "Description" --link http://mypodcastserver/

Please note

This used to be hosted at http://podcast.rubyforge.org/ However, that version no longer works with newer versions of Ruby.

I, boncey, have fixed it and created a new project at https://rubygems.org/gems/ruby-podcast