Kodi Community Forum
Email notifier - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Email notifier (/showthread.php?tid=2352)



- alx5962 - 2004-03-24

it's here!


- kami79 - 2004-03-24

great , i'm going to test it as soon as possible....:d , great work again......


- bobrooney_78 - 2004-03-25

great.

a reader would be cool, too. :d


- alx5962 - 2004-03-25

(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.


- jimbo - 2004-05-15

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

yeah same problem here... stuff changed :|


- alx5962 - 2004-05-15

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

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


- jimbo - 2004-05-15

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

just replace the line :
w = window(window_home)
with:
w = window(10000)