Jump to content

This is a Podcast List Media player web server program using a bunch of modules imported from acr...


G+_L I
 Share

Recommended Posts

This is a Podcast List/Media player web server program using a bunch of modules imported from across the Python landscape - which might explain why it's so slow :). I've sort-of ported it from something I'd written in PHP. It also works in console mode to show data. Basic operation is to read a CSV file with podcasts (and if one doesn't exist, it uses hard coded sample data), show a list of podcasts, user selects a podcast and they see the episodes and date and filename. When viewing through the browser you can click and an embedded player will pop up in a new window.

 

I still don't know if I understand it all, but I've commented throughout and included web links of where I found solutions. Hopefully they were the best solutions. There are a lot of code style/organization issues here too as far as what is the right "Pythonic" approach. 

 

Anyways - have at it.

http://pastebin.com/FS2NkiW7

Link to comment
Share on other sites

 Share

×
×
  • Create New...