What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Send file function problem? (please close - NOT a bug)

Send file function problem? (please close - NOT a bug)
Author: Message:
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. Send file function problem? (please close - NOT a bug)
quote:
Originally posted by n0obie4life
Hey,

Is it possible to get your script to not send my files as...(look at filename)
[Image: capturemz0.jpg]

It's kind of irritating..especially when  everything else is corrrect -
http://img249.imageshack.us/img249/5325/capture2ws4.jpg (WLM's now playing status field)
http://img249.imageshack.us/img249/7198/capture3pl0.jpg (windows explorer)

and that WLM supports sending of filenames with Chinese Characters.

Thanks :).


Hi all,

I posted this in -dt-'s topic for his Music Now Playing plugin. He says it's a problem with either Messenger or MPL! I thought it would be a MPL! problem as if I used the ctrl+c and ctrl+v, drag drop function or even the sendfile function to send a filename that has chinese characters in it, it'll show the chinese characters and not some weird chunk of gibberish.

Can this be fixed?

Thanks :).

edit: Just to illustrate what I meant that will be shown if I used the normal way to send files:

[Image: capturezx5.jpg]

This post was edited on 03-25-2007 at 04:48 AM by n0obie4life.
03-24-2007 04:14 PM
Profile E-Mail PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Send file function problem?
hmm Ive been thinking about this and it may be a script problem , what media player are you using? it may be sending non unicode stuff to my script or something else dodgy is going on

could you upload that song somewhere so i can test?
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-24-2007 04:29 PM
Profile PM Web Find Quote Report
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. RE: Send file function problem?
I'm using Winamp 5.33.

All you need to do is really change a song's filename into a few chinese characters :D.

edit: Can't type chinese characters here, they don't seem to work.

edit2: I tried this piece of code
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, StrMessage, MessageKind)
{
    var StrListTag = "!testsend";

    if( StrMessage.substr(0, StrListTag.length) )
    {
        if ( ChatWnd.SendFile("C:\Path\To\My\Music\不可思议.mp3") )
        {
        ChatWnd.SendMessage("Sending you the file");
        }
        else
        {
        ChatWnd.SendMessage("Failed");
        }
    }
}

MPL! keeps spamming failed :o. I hope this is of some use (note: song is different..but it shouldn't matter). And the HTML entities you see are actually the song name..in the actual characters.

This post was edited on 03-24-2007 at 06:46 PM by n0obie4life.
03-24-2007 06:18 PM
Profile E-Mail PM Find Quote Report
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. RE: Send file function problem?
Please close. Fixed the script..sending a PM to -dt-.
03-25-2007 04:44 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On