Kodi Community Forum

Full Version: Email notifier
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
great , i'm going to test it as soon as possible....:d , great work again......
great.

a reader would be cool, too. :d
(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.
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
yeah same problem here... stuff changed :|
window id system changed that's why it doesn't work anymore.
i need to check what changed to update my script.
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
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??
just replace the line :
w = window(window_home)
with:
w = window(10000)