imanel / deezplayer

Deezer Desktop app for Windows, Linux and macOS
https://deezplayer.imanel.org
48 stars 14 forks source link

Offline mode #16

Closed 70mmy closed 10 years ago

70mmy commented 10 years ago

Offline mode is the only thing missing from this app. I will try to see how the chrome extension works, maybe a port to safari could be done.

70mmy commented 10 years ago

As far as I can tell the extension only allows unlimited local storage for the site. So I'm thinking that the site actually checks for how much local storage it has and if it is enough it turns on the offline mode.

imanel commented 10 years ago

At some point I contacted dev team of Deezer and asked them question about it. It looks like there are dependency on IndexedDB that prevent this function to work on Safari (and therefore basic framework on OS X). There is possibility to include Google Chrome rendering engine instead of Safari's, but this would take too much work to be worth it.

70mmy commented 10 years ago

I understand, I also got a response from the Deezer dev team, they said they are working on a native mac os app that will be available in a "couple of months"

So, until then will use the app without offline mode.