Open blackviking991 opened 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
Here a workaroung to still use dbus and MPRIS2:
https://github.com/freundTech/SpotPRIS2
./spotpris2 -a
my $spotify = $bus->get_service("org.mpris.MediaPlayer2.spotify");
to my $spotify = $bus->get_service("org.mpris.MediaPlayer2.spotpris");
in spotify_getinfo.pl fileI'm going to release a new version with these changes with in the next few days
Thanks, I will try.
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
Hey, your widget is working perfectly but the artwork of the current track is not showing. Can you please help.