O.P. RE: WMPlus 2 - Windows Media Player plugin
Don't know, were you playing that song before Party Up perhaps? It seems it didn't update itself. The other possibility is that it's got the wrong media, but since it's using WMP's "CurrentMedia" property that doesn't seem likely. The updating will be fixed in the next version, I'll just remove the is-same-media check or add some is-same-media-but-did-title-or-stuff-like-that-change-since-last-check code...
On the bright side, I made quite some progress today! All code for WMP 9, Winamp 2 and Sonique is implemented, it now uses a customizable format string (which looks something like "{artist} - {title} [{length}]" per media player (and for each media player it uses a different format for the tag and the command, since you mostly want the tag to be a single line while the command may provide more info). For each rating (1 to 5 stars) you can customize the text being sent, which includes emoticons of course. It's got a WYSIWYG editor where the only non-WYSIWYG part are the actual tags, but to get an idea of how it'll look a preview pane is automatically updated directly below that. But things like color and font style (bold, italic) are directly editable.
There's still some stuff to do, mainly the RichText -> Plus conversion and back. It takes some code, but it's not difficult at all... nothing I haven't done before...
|