From 13ed99b9c383b125b768f256e601f3a55a61cac0 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 19 Oct 2018 20:37:42 +0200 Subject: [PATCH] Update README and Changelog --- Changelog | 2 ++ README.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 82e567356..dd9ac62c0 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,8 @@ Unreleased: * Fixed trying to use systray even if the desktop had no systray * Fixed Tidal login loop bug * Added Deezer support + * New improved fancy tabwidget + * Fixed bug not loading engine settings Version 0.3.3: diff --git a/README.md b/README.md index fb492ecb3..970959dcc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It's written in C++ and Qt 5. The name is inspired by the band Strawbs. * Audio analyzer * Equalizer * Transfer music to iPod, iPhone, MTP or mass-storage USB player - * Integrated Tidal support + * Integrated Tidal and Deezer support It has so far been tested to work on Linux, OpenBSD, MacOs and Windows. @@ -50,6 +50,10 @@ To build Strawberry from source you need the following installed on your system Either GStreamer, Xine or VLC engine is required, but only GStreamer is fully implemented so far. You should also install the gstreamer plugins base and good, and optionally bad and ugly. +Deezer streams are encrypted and streaming url's are not exposed by the API. +It requires the use of the deezers own engine (Deezer SDK) or the dzmedia library (I dont have it). +Deezer SDK can be found here: https://build-repo.deezer.com/native_sdk/deezer-native-sdk-v1.2.10.zip + Optional: * The Qt 5 LastFM library is required for fetching album covers from LastFM.