viankakrisna / materialplayer

Multimedia player for browser, material designed.
http://viankakrisna.github.io/materialplayer/
4 stars 6 forks source link

Cache songs in local #1

Closed viankakrisna closed 8 years ago

viankakrisna commented 8 years ago

I haven't found a way how to cache blobs in local, so whenever the user refreshes the app, all the songs that previously downloaded does not persistent. This would be a big feature. Then we can build a media library feature :)

viankakrisna commented 8 years ago

Done using Dexie.js (indexedDB wrapper)