Bug 222147 - Now Listening advertising mode "Append to your status message" keeps adding song names
Summary: Now Listening advertising mode "Append to your status message" keeps adding s...
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Now Listening Plugin (show other bugs)
Version: 0.8.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks: 261989
  Show dependency treegraph
 
Reported: 2010-01-11 00:30 UTC by Venky
Modified: 2011-04-07 03:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.6.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Venky 2010-01-11 00:30:11 UTC
Version:           0.8.0 (using Devel)
OS:                Linux
Installed from:    Compiled sources

The now listening plugin when on "append to your status message " advertising mode keeps adding the song names to the status message as the player goes through the playlist for example if my play list has 
2 songs 
1.(♫♫ Don`t Think Twice, It`s All Right by Bob Dylan)
2.(♫♫ Sugar Tongue by Indigo Girls )

the status message after 1st song would be 
(♫♫ Don`t Think Twice, It`s All Right by Bob Dylan) and status message after 2nd song would be
(♫♫ Don`t Think Twice, It`s All Right by Bob Dylan)(♫♫ Sugar Tongue by Indigo Girls )

this is not the expected behavior.
Comment 1 Lamarque V. Souza 2011-04-07 03:22:01 UTC
SVN commit 1227261 by lvsouza:

Using a more restrictive regular expression to retrieve
the Now Listening data from status message.

BUG: 222147, 261989, 121097
FIXED-IN: 4.6.3


 M  +1 -1      nowlisteningplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1227261
Comment 2 Lamarque V. Souza 2011-04-07 03:27:16 UTC
SVN commit 1227262 by lvsouza:

Backporting r1227261 to 4.6 branch: 

Using a more restrictive regular expression to retrieve
the Now Listening data from status message.

BUG: 222147, 261989, 121097
FIXED-IN: 4.6.3


 M  +1 -1      nowlisteningplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1227262