Support for notification popups on computers

<< < (9/11) > >>

infin8loop:
I've seen the syslog approach to creating a pop-up mentioned but not implemented.  The attached is a "proof of concept" perl script that I hacked together.   There are some comments in the code.  If you are more proficient in perl than I am (which wouldn't take much!), feel free to use, improve, or do with it what you will.

infin8loop   

bhasden:
I put together a .NET application that sends out a Growl notification with the caller name and photo from your Google contacts. I've been using it for the last few days to display the caller id information on my HTPC and the laptops around the house. If anyone is interested, let me know. Thanks to everyone who provided information and scripts previously on this thread.

TheBigMonkey:
Quote from: infin8loop on August 31, 2011, 08:10:22 am

I've seen the syslog approach to creating a pop-up mentioned but not implemented.  The attached is a "proof of concept" perl script that I hacked together.   There are some comments in the code.  If you are more proficient in perl than I am (which wouldn't take much!), feel free to use, improve, or do with it what you will.

infin8loop   


Thanks for the starting point. I made some changes. I'm no perl whiz but I was bored. Its only been tested with no name for callerID and usa phone number. It now uses an external script for extra convenience. Everything uses regex instead of position based stuffs. Eventually I want to have it connect to my Google contacts and match phone numbers to names (using gdata). It shouldn't be too difficult to have the picture on the popups as well. 

CID-notify-send is the script for notify-send and xbmc notifications.

gdata python client
http://code.google.com/p/gdata-python-client/

infin8loop:
Quote from: TheBigMonkey on May 08, 2012, 09:19:36 am

Thanks for the starting point. I made some changes. I'm no perl whiz but I was bored. ....


Thanks for improving and sharing. I was bored and lazy (well, lazy is a given) at the time I put it together. My old brain hasn't fully embraced regex. I should have my secret decoder ring taken away.

TheBigMonkey:
Quote from: infin8loop on May 08, 2012, 04:29:01 pm

Quote from: TheBigMonkey on May 08, 2012, 09:19:36 am

Thanks for the starting point. I made some changes. I'm no perl whiz but I was bored. ....


Thanks for improving and sharing. I was bored and lazy (well, lazy is a given) at the time I put it together. My old brain hasn't fully embraced regex. I should have my secret decoder ring taken away.

My regex fu is weak I had a lot of trial and error and help from this site: http://txt2re.com/

Navigation

[0] Message Index

[#] Next page

[*] Previous page