Bug 222147

Summary: Now Listening advertising mode "Append to your status message" keeps adding song names
Product: [Applications] kopete Reporter: Venky <venkythegeek>
Component: Now Listening PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.3
Bug Depends on:    
Bug Blocks: 261989    

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