Skip to content

Python script to read local audiobook files, and generate xml files for use with an Podcast app.

Notifications You must be signed in to change notification settings

Wintersmith/pycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

pycast

Welcome to pyCast, a simple Python script to generate XML files for serving podcasts.

To generate files:

./pyCast.py -d ~/Public/Podcast -w http://172.31.2.250/Podcast

This will search all sub-directories under ~/Public/Podcast, and generate an XMl file named after each directory found.

The base URL for the files will be http://172.31.2.250/Podcast. In this instance, the directory ~/Public was being served by Python ( sudo python -m SimpleHTTPServer 80 )

Testing has done on 10.10 / 10.11 using the pre-installed Python

About

Python script to read local audiobook files, and generate xml files for use with an Podcast app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages