PDA

View Full Version : Email notifier


alx5962
2004-03-24, 00:38
it's here! (http://www.gueux.net/xbmc-scripts/index.html)

kami79
2004-03-24, 15:33
great , i'm going to test it as soon as possible....:d , great work again......

bobrooney_78
2004-03-25, 15:13
great.

a reader would be cool, too. :d

alx5962
2004-03-25, 15:48
great.

a reader would be cool, too. *:d
a reader was planned and in the work, but email specifications are too tricky,from plain text to html, special headers... so i abandonned the idea to release it.

jimbo
2004-05-15, 11:01
hi

i have just updatad xbmc to 2004-05-14 but something strange has happend.

since the update i can't get the notifier to work. it just won't start.
it works perfectly on xbmc 2004-04-28 and i used the same python on 05-14 as on 04-28

what am i doing wrong??

jimbo

Beelzebub
2004-05-15, 16:38
yeah same problem here... stuff changed :|

alx5962
2004-05-15, 17:31
window id system changed that's why it doesn't work anymore.
i need to check what changed to update my script.

darkie
2004-05-15, 19:28
window id system changed that's why it doesn't work anymore.
i need to check what changed to update my script.
have a look in guilib\gui.h. you will see the new windows id's there

jimbo
2004-05-15, 22:11
sounds great.

looking forward to the update.

a little request when your at it alx5962.

could you perhaps add a function to check more than one email address??

alx5962
2004-05-15, 23:04
just replace the line :
w = window(window_home)
with:
w = window(10000)