![]() |
|
|||
|
[plugin] MSN Messenger (Mar 31 Update)
Author: Brett
Short Description:Connect to MSN Messenger and be notified as your buddies sign on/off or PM you from within any module. Also includes the ability to chat with buddies. Version Number: 1.2 Status: Stable. Last Updated: 3/31/05 Release Notes: Version 1.2 (Released 3/31/05) Added "Quick Reply" Button: If a user IMs you now you can select between chat now and quick reply. Quick reply will let you select from a list of messages. You can define additional messages by modifying quickreplies.xml (found at: c:\documents and settings\all users\application data\snapstream\beyond media\plugins\msnplugin\) Version 1.1 (Released 2/19/05) Added "Chat Now" Button: If a user IMs you now it still shows the popup notification as before, but pressing ENTER will go directly to the chat conversation. Pressing any other key will return focus back to whatever you were doing. Added Chat History: Chat History will now save your conversations until you exit out of BM. This includes if a user sends a popup notification it will now appear in the chat conversation. Added "online status" changer: While viewing online buddies pressing left/right will change your online status. Added default "online status": Under settings, you can now assign the status that is given to your screenname when the plugin signs you on. Added "basic" Remote Control: Added the basics for remote control by MSN. I am not going to take this idea further, but if someone is interested in remote controlling BTV or something I'll help them implement it into my code. Read Here for more info. If you change your skin, you must reload Beyond Media for it to work. Also the plugin was only tested in Bluewave and BTV. You may need to adjust the xml skin files to make it look better in your skin. I tried to make them TV friendly fonts. The first time you log on, select "MSN Messenger" it will automatically goto the settings. Fill these out and escape back to the home screen. Now when you enter "MSN Messenger" it will goto your buddy list. Enjoy ![]() DOWNLOAD NOW ![]() ![]() ![]()
|
|
||||
|
Re: [plugin] MSN Messenger
Quote:
![]() I will add the ability to change "away" status in a future build, already know how I am gonna go about doing it. -Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
|||
|
Re: [plugin] MSN Messenger
Quote:
My guess is that you could start with something simple, like having the box tell you when a recording starts/stops, when it can't connect to the snapstream server for EPG updates, when it grabs recordings, etc. Geekiness more than anything else, but isn't that the point?
|
|
||||
|
Re: [plugin] MSN Messenger
Actually, that's a pretty neat idea.
I could pretend my tv is my friend and tell it 'Record <xxxx> for me tonight dear' and it would! No more calling the missus and having to hope she remembers. ![]() like the feedback messages idea though. It would be handy to get alerted to a problem via MSN since I always have that up (for work). Would be great too if a movie was coming up, btv /bm sees it in the schedule, sets it up to record and sends me a 'coming soon' message ... Ties in with intelligent scheduling/picking of recording jobs. What happened to that - I saw hooks for it all over the place but noone seems to have been bold enough to implement it yet =)
__________________
Sleep well Kismet Last edited by merrypig; 02-16-2005 at 10:19 AM. |
|
||||
|
Re: [plugin] MSN Messenger
Quote:
On a plus side you could now always check the status of whether BM is on or off. Cause if your IM guy is not online, chances are your box isn't either. What I think I am gonna do for V1.1 is add the ability to change idle status, and maybe a way to ping for a log. Also any bugs that you guys send me... What I really would like is to figure out the "error" that occurs when your disconnected remotely (like if you sign on a different box with the same name). Right now it does nothing, but I would like it to change your status to offline atleast. -Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
||||
|
Re: [plugin] MSN Messenger
Ok so I added command support for the next version.
You can send a command from any MSN screenname all you do is type: [MSNPassword]:[Command],[Parameters] for testing I made one that will change the currently visible screen in BM to any screen in BM. So for example say I want to change it to the Music Screen I would send: 1234:show, MusicScreen ...the issue is I am not sure of what commands would be of "real" use. So here is the body of code Code:
private void SendCommand(string command, string parameters, DotMSN.Contact CMDSender)
{
if (command == "show")
{
ShowScreen s = new ShowScreen(parameters.Trim());
s.Execute();
SendMessage(CMDSender, "COMMAND RECEIVED: " + Changed view to "+parameters.Trim());
}
}
-Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
||||
|
Re: [plugin] MSN Messenger
Ok...
Now the version also supports changing your status while chatting , and also a default signon status!So I am gonna hold off releasing this until the weekend, so if anyone out there is actually using the plugin could send me any issues/bugs they notice that would be awesome. Thanks, -Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
|||
|
Re: [plugin] MSN Messenger
Brett, Why aren't you working for SS yet?
You are going in a great direction but I have a request if it is possible. When you get the pop over notification is it possible to do a remote click to open the conversation? Right now when someone starts a convo and I click on them in the contact list the message that was received is not there. Problem if they rattle on and on before you get around to opening the conversation window. And this is what you do when you are bored ......... |
|
||||
|
Re: [plugin] MSN Messenger
Quote:
Next build will be out in a few days, I am gonna run it through more agressive testing... -Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
||||
|
Re: [plugin] MSN Messenger
Quote:
. A final v1.1 is being tested by a few folks. Something should be available tomorrow afternoon. I have a few kinks I want to iron out, but it seems much more "together" now.-Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
|
||||
|
Re: [plugin] MSN Messenger
Quote:
.-Brett
__________________
A Sample of My Beyond Media Projects: To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Browse and play your ROMS, Arcade Games, and PC Games within BM! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add MSN Messenger to BM. Includes MSN notifications over any module, and a chat client! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Add PIN protection to any module in BM, including the settings! To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. Brings the BTV Recording Library into BM with full show details. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [plugin] BMTunerView (Feb 8 Update) | SSDNAdmin | Beyond Media Downloads | 70 | 10-09-2008 12:09 AM |
| [plugin] Mixed Drinks (May 18 Update) | SSDNAdmin | Beyond Media Downloads | 47 | 03-26-2008 07:17 AM |
| [Plugin] BeyondLyrics (August 28 Update) | DonK | Beyond Media Downloads | 23 | 09-20-2007 11:50 AM |
| [plugin] Comics (Jan 3 Update) | SSDNAdmin | Beyond Media Downloads | 56 | 11-08-2006 09:12 PM |
| [plugin] Calendar (December 30 Update) | SSDNAdmin | Beyond Media Downloads | 23 | 12-30-2005 09:35 AM |