Email notifier
#1
it's here!
Reply
#2
Thumbs Up 
great , i'm going to test it as soon as possible....:d , great work again......
Reply
#3
great.

a reader would be cool, too. :d
Reply
#4
(bobrooney_78 @ mar. 25 2004,13:13 Wrote: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.
Reply
#5
Wink 
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
Reply
#6
yeah same problem here... stuff changed :|
Reply
#7
window id system changed that's why it doesn't work anymore.
i need to check what changed to update my script.
Reply
#8
Quote: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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#9
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??
Reply
#10
just replace the line :
w = window(window_home)
with:
w = window(10000)
Reply

Logout Mark Read Team Forum Stats Members Help
Email notifier0