quote:
Originally posted by Baggins
quote:
Originally posted by blessedguy
quote:
Originally posted by IveBut
so the support for WLM 14 is dead?!?
It works fine with WLM14 =)
It will only display a miswritten link in your contact's contact list, while showing normally in a convo window.
What it should do is update the media string with the proper artist and album filled in so that it will still display in the contact list. Then it will display the custom string in the convo window.
Edit: Looks like the change needs to happen on line 237 of main.js, I'll see what I can do.
Edit2:
Change near line 237 from
js code:
setNowPlaying(true, "Music", parseSongFormat(player, playerName, format));
to
js code:
setNowPlaying(true, "Music", parseSongFormat(player, playerName, format), parseSongFormat(player, playerName, "{title}"), parseSongFormat(player, playerName, "{artist}"));
I'll get in touch with dt and see if I can get him to add it to the official version.
Just to confirm this fix works.
MNP is now being showed correctly.
Thanks!