← Back to team overview

cairo-dock-team team mailing list archive

Re: [Bug 1052162] Re: MusicPlayer: the cover is not added when songs change

 

It seems you're not using the email address linked to your Launchpad
account and I guess this is why your message is not available here.

Here is the previous message (can you add the log file if it's
possible?)

2012/9/17 JoeBaloney

> Okay, I looked at that bug report. (I had searched earlier for
> musicplayer, but got no results) and after looking in the dbus log, I am
> not seeing any trackids.
> I am using Audacious 3.2.1, Ubuntu 12.04 x86_64 with cairo-session. Cairo
> from bzr 3.0.99 beta 1
>

-- 
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/1052162

Title:
  MusicPlayer: the cover is not added when songs change

Status in Cairo-Dock: Plug-ins:
  New

Bug description:
  I've been working with the source trying to get a feel for the
  project. I "partially" fixed one of my issues, the music player not
  updating the cover when songs change. I got the icon to update
  whenever a new cover is not found, but still haven't gotten the tool
  tip text to update.

  static gboolean _on_got_cover (CDSharedMemory *pSharedMemory)
  {
  	CD_APPLET_ENTER;
  	if (pSharedMemory->bSuccess)
  	{
   		...
   	}
    else 
  // I added the 3 following lines
    {
   		cd_musicplayer_apply_status_surface (myData.iPlayingStatus);
    }
  ...
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-plug-ins/+bug/1052162/+subscriptions


References