Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Skype status plugin

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
barnie
Plugin Author
Posts: 4
Joined: October 26th, 2007, 10:43 pm
Location: Dublin

Skype status plugin

Post by barnie »

This is a quick and simple Skype status plugin, similar to the one started by AlexV, but using the Skype4COM interfaces.

Its main purpose is to display the call status and the partner name. Sample use:

Put
$dll(SkypeStatus,1,en,)
$dll(SkypeStatus,2,,)
in two disabled screens, one sticky and one with a timeout of 10 seconds. Add two action rules:

If $dll(SkypeStatus,4,,) >= 3 GotoScreen(<sticky one>)
If $dll(SkypeStatus,4,,) == 2 GotoScreen(<timeout one>)

This will show the caller for the whole duration of the call, and for 10 seconds after closing.

I'm also posting the source of the plugin if anyone wants to add more functionality. It's in C#, Visual C# Express should suffice to compile it.
You do not have the required permissions to view the files attached to this post.

cybergeek
Posts: 34
Joined: June 14th, 2009, 11:10 pm

Re: Skype status plugin

Post by cybergeek »

I was working with this pluging works nice but I wish there was a way that I can get the time of the call to show up and also when the call is ended that screen not display the name of the person I was talking to and finished as the status. Is there a way I can fix all this?

saulleg2
Posts: 1
Joined: March 27th, 2011, 4:49 pm

Re: Skype status plugin

Post by saulleg2 »

in the languaje spanish, when calling me lcd smartie show "helistanud " but in spanish "calling" is "Llamada entrante"
sorry for my english i am spanish

Post Reply