Right now the biggest speed hurdle with the media player is the need to buffer the entire track before you can play it. It also relies on external servers to serve the content over the locally downloaded files. I need to figure out a way to
Set a local directory that can be ready by flask
This may involve moving the podcast download folder to within the flask app itself.
Make sure the proper file path is saved in the database
Right now the biggest speed hurdle with the media player is the need to buffer the entire track before you can play it. It also relies on external servers to serve the content over the locally downloaded files. I need to figure out a way to