clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.72k stars 671 forks source link

No Button for Spotify Plugin #5186

Open DennisEhv76 opened 8 years ago

DennisEhv76 commented 8 years ago

screenshot at 2016-01-06 23 32 29

I Just installed Clementine, and there should be an Spotify plugin on the login page for Spotiry in Clementine. But it isn't there in my version of clementine. I Noticed that on my niece her laptop with Ubuntu Mate there is an Plugin button.

I Run Linux Mint 17.3 Mate with 4.2.0-23

I Hope that this issue will be solved soon, so i can enjoy spotify in Clementine

With Kind Regards

Dennis Louwers

Chocobozzz commented 8 years ago

Can you try with the 1.3 version? https://github.com/clementine-player/Clementine/releases/tag/1.3rc1 (should use Trusty deb for Mint 17 I guess)

seijikun commented 8 years ago

I updated from 1.2.3 to 1.3rc1, so an older version of the plugin was still there. The dialog (screenshot above) also said that the plugin was not installed, and didn't display a button. I deleted the old spotifyblob (~/.config/Clementine/spotify*) and tried again, with the same result. Deleting the old config didn't change anything either. So I manually downloaded the spotify-plugin (from here) into ~/.config/Clementine/spotifyblob/version15-64bit/. The dialog still had no button, but the plugin status now said Installed. When clicking on Login however, the dialog displayed "logging in" forever and aborted after a minute or so.

narunlifescience commented 8 years ago

The disappearance of the button happens here

ifdef HAVE_SPOTIFY_DOWNLOADER

ui_->download_blob->setEnabled(!installed);

else

ui_->download_blob->hide();

endif

}

inside spotifysettingspage.cpp Looks like HAVE_SPOTIFY_DOWNLOADER is not defined somehow.. did you use a precompiled version of clementine or did you compile the code yourself ?