Hello! When you are listening a playlist in rhythmbox and it reaches the end, then rhythmbox returns "Not playing" and aMSN thinks that the song that you are listening is called "Not playing" hehe :)
Here I attach a simple fix patch for the music plugin. -- Regards, Pablo.
Index: plugins/music/music.tcl =================================================================== --- plugins/music/music.tcl (revision 10812) +++ plugins/music/music.tcl (working copy) @@ -1343,7 +1343,8 @@ set songlength [lindex $tmplst 3] } - if {$songlength == "-1"} { + #$song=="Not playing" if rhythmbox has reached the end of the playlist + if {$songlength == "-1" || $song == "Not playing"} { return 0 }
------------------------------------------------------------------------------
_______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel