Armory8854 / yapm

Yet Another (python) Podcast Manager
GNU General Public License v3.0
0 stars 0 forks source link

Playback Local Files Instead Of Streaming Them #15

Closed Armory8854 closed 1 year ago

Armory8854 commented 1 year ago

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

  1. Set a local directory that can be ready by flask
    • This may involve moving the podcast download folder to within the flask app itself.
  2. Make sure the proper file path is saved in the database
  3. Serve that in the podcasts.html js in the bottom.