tizonia / tizonia-openmax-il

Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices.
https://tizonia.org
GNU Lesser General Public License v3.0
1.69k stars 85 forks source link

Deezer support using the Deezer Native SDK #498

Open tizonia opened 6 years ago

tizonia commented 6 years ago

Description

This issue is created to add Deezer support in Tizonia using the Native SDK, which appears to be supported on Linux arm, i386 and amd64.

Docs: https://developers.deezer.com/sdk/native https://github.com/deezer/native-sdk-samples/tree/master/PythonSample https://github.com/deezer/native-sdk-samples

pfych commented 4 years ago

Deezer has dropped its Native SDK completely, Only iOS, Android and Javascript SDKs are available.

juanrubio commented 4 years ago

Thanks for pointing this out. I noticed that a while back.

Perhaps the Javascript SDK would be an option for Tizonia? I've never embedded V8 in a C++ application, but it's definitely something that I would like to try in the future.

In the meantime, if you someone from the community would like to contribute towards this, I would definitely be happy to help!