Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

MFAshby/rhythmbox-deezer

This branch is 16 commits ahead of, 968 commits behind GNOME/rhythmbox:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2465cd · Feb 3, 2018
Feb 3, 2018
Apr 26, 2017
May 9, 2016
Feb 3, 2018
Jul 3, 2017
Oct 7, 2017
Jul 15, 2017
Nov 27, 2017
Feb 3, 2018
Feb 1, 2018
Nov 5, 2017
Oct 3, 2016
Jan 22, 2018
Dec 29, 2014
Jan 31, 2018
Feb 3, 2018
Aug 10, 2016
Nov 25, 2007
Nov 4, 2017
Jul 3, 2017
Jan 28, 2009
Sep 14, 2008
Sep 4, 2013
Oct 16, 2003
Mar 19, 2009
Nov 16, 2003
Jul 14, 2004
Jan 14, 2004
Oct 30, 2005
Jul 28, 2003
Apr 6, 2014
Jul 3, 2017
Dec 4, 2009
Jul 26, 2008
Dec 10, 2005
Aug 10, 2016
Oct 8, 2017
Oct 8, 2017
Jan 15, 2007
Feb 3, 2018
Jun 9, 2002
Jun 3, 2013
Jan 31, 2018
Aug 1, 2014
Apr 24, 2011
Dec 6, 2013
Feb 21, 2006

Repository files navigation

This is a fork of Rhythmbox (https://github.com/GNOME/rhythmbox) for the development of a Deezer plugin.

It uses the Deezer API & native SDK (https://developers.deezer.com/sdk/native) The SDK includes a proprietary binary, as such this plugin cannot be a part of the official Rhythmbox source.

If you're building on Debian x86_64 like me, you can run the following commands to build and install rhythmbox with Deezer support:

Install dependencies

sudo apt build-dep rhythmbox

Install libssl1.0.0 (required for Deezer SDK, see https://github.com/deezer/native-sdk-samples/issues/23)

sudo apt install libssl1.0.0

NB if this package isn't available, you'll have to find it elsewhere. I had to take it from an older version of debian. https://packages.debian.org/jessie/amd64/libssl1.0.0/download

Download the source code

git clone https://github.com/MFAshby/rhythmbox-deezer.git

Extract the deezer libraries, header files and autotools configuration to your system NB this zip only contains the x86_64 linux binary. See the Deezer SDK documentation for other systems

cd rhythmbox-deezer/
sudo tar xf plugins/deezerpl/libdeezer.tgz -C / 

Build & install - change the j parameter for your number of CPU cores

./autogen.sh
make -j8
sudo make install

If you want to run from the build directory for development & debugging:

./configure --enable-uninstalled-build
make -j8
shell/rhythmbox

My VS code configuration is included in this repository if that's what you're using

About

Fork of rhythmbox for development of Deezer music plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.1%
  • Roff 9.9%
  • Python 4.4%
  • Makefile 1.4%
  • M4 0.5%
  • Perl 0.2%
  • Other 0.5%