Skip to content

rafaelp/podcast-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Deployment

This is the script I use to deploy my daily Podcast at http://rafael.adm.br/voltandopracasa

It has a little workflow to:

  1. Detect wav files ready to be published
  2. Mix an intro audio
  3. Convert to MP3
  4. Set ID3 tags
  5. Upload MP3 by FTP
  6. Save a post on Wordpress

DEPENDENCIES

CONFIGURATION

Rename config.example.php to config.php

Edit config.php (options are self-explanatory)

USAGE

1. Copy wav files do dropbox folder

2. $ php deploy_podcast.php

INSTALLATION (Optional)

$ sudo ln -s /path_to/podcast\_deployment/deploy\_podcast.php /usr/local/bin/deploy\_podcast

After that you can just run: # deploy_podcast

License

Podcast Deployment is released under Creative Commons Attribution 2.5 Generic

http://creativecommons.org/licenses/by/2.5/

AUTHOR

Rafael Lima

Blog: http://rafael.adm.br

Podcast: http://rafael.adm.br/voltandopracasa

Github: http://github.com/rafaelp

Twitter: http://twitter.com/rafaelp

Releases

No releases published

Packages

No packages published

Languages