mcinquin / conky-spotify

Spotify track information for Conky
GNU General Public License v2.0
1 stars 0 forks source link

Artwork Not Showing #1

Open blackviking991 opened 4 years ago

blackviking991 commented 4 years ago

Hey, your widget is working perfectly but the artwork of the current track is not showing. Can you please help.

mcinquin commented 4 years ago

Hi,

The new version of spotify client for Linux no longer return metadata information for cover track with DBUS. I'm going to have to change everything to use the web API. It's gonna take some time.

Regards

mcinquin commented 4 years ago

Here a workaroung to still use dbus and MPRIS2:

I'm going to release a new version with these changes with in the next few days

blackviking991 commented 4 years ago

Thanks, I will try.

pwesterbaan commented 1 year ago

I'm not seeing artwork either even after trying this patch. I'm getting an error message saying Undefined subroutine &main::getstore called at ... line 71. Is this related?

EDIT: I added use LWP::Simple; to my imports and the issue is resolved now