mozilla / high-fidelity

HTML5 podcast app (for the Web, including FirefoxOS)
https://marketplace.firefox.com/app/podcasts
108 stars 40 forks source link

Podcast download/subscribe for offline use #64

Open cshields opened 9 years ago

cshields commented 9 years ago

My personal use of podcast apps on other platforms is to listen offline, usually catching up on podcasts in environments where I am lacking internet. A first step to this would be the capability of downloading an episode (rather than just playing it straight from the UI) - a bonus feature would be an automatic sync of 'subscribed' podcasts (configurable, ie "x number of new episodes")

tofumatt commented 9 years ago

We actually did this but have it disabled because of bugs on low memory Firefox OS devices. But we're looking to use serviceworkers to do it in the futures, for sure. :-)

On Mon, Jun 29, 2015 at 2:12 AM, Corey Shields notifications@github.com wrote:

My personal use of podcast apps on other platforms is to listen offline, usually catching up on podcasts in environments where I am lacking internet. A first step to this would be the capability of downloading an episode (rather than just playing it straight from the UI) - a bonus feature would be an automatic sync of 'subscribed' podcasts (configurable, ie "x number of new episodes")

Reply to this email directly or view it on GitHub: https://github.com/mozilla/high-fidelity/issues/64

tofumatt commented 9 years ago

We'll treat subscription syncing as a separate feature. But yes: we need downloads back and they'll be going in the Q3 version, either with ServiceWorkers or with localForage.