Team-Oracy / oracy

Node.js + Handlebars backend that powers the Oracy app.
https://oracy.app/
0 stars 0 forks source link

Implement multi-track autoplay #1

Closed damirkotoric closed 4 years ago

damirkotoric commented 4 years ago

When the end of a track is reached:

image

If there is a next track, autoplay it.

Currently the player stops at the end of a track:

image

Meaning currently you cannot listen to a whole audiobook.

Eventually, we'll add ways to browse all available tracks. But for now we can just have it autoplay through all the different tracks.

CiprianoFreitas commented 4 years ago

This one is done :)