XBMC Community Forum  

Go Back   XBMC Community Forum > Development > Plugin/Script (Python) Development

Plugin/Script (Python) Development Developers forum for XBMC Python Plugins/Scripts. Scripters/coders only!
Not for posting feature requests, bugs, or end-user support requests!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2004-04-13, 21:51   #1
burriko
Senior Member
 
Join Date: Oct 2003
Posts: 199
burriko is on a distinguished road
Default xbmcmail pop3 (POP/SMTP) e-mail client for XBMC

xbmcmail v0.3.1
by burriko

a pop3 email client for xbmc.

features
read emails that are currently in your pop3 mailbox.
emails are not deleted from the pop3 account so you can still pick them up later using your usual email client.
view images and listen to mp3s that are attached to the email.

0.3.1 - fixed attachment case-sensitivity bug

0.3 - added support for html emails.
attempted to add support for 720p resolution.
configurable temp folder to save attachments.

0.2 - uses images from textures.xpr.
added email images made by stass.
added support for ntsc.

0.1 - initial release.

how to use
1. open xbmcmail.py in a text editor and change the server, username and password.
2. copy xbmcmail.py to the \xbmc\scripts folder on your xbox.
3. optional. if you want 'my email' to appear on the opening menu of xbmc then copy the skin folder to your xbmc folder and copy strings.xml to \xbmc\language\english on your xbox.
note: this will overwrite the home.xml file in the mediacenter skin, only copy it over if you have a very recent build of xbmc, you can tell if it's new enough if it has the xbox-scene rss feed and the xlink kai gaming feature.

troubleshooting
if nothing happens when you run the script then it is very likely that you do not have python installed properly. if the file python23.zlib does not exist in your /xbmc/python folder then you must extract the contents of the python.rar that came with your copy of xbmc in to that folder.

thanks to stass for making the email icons.

download 0.3.1

screenshot1 screenshot2
burriko is offline   Reply With Quote
Old 2004-04-13, 22:13   #2
darkie
Team-XBMC Developer
 
Join Date: Sep 2003
Posts: 530
darkie is on a distinguished road
Default

nice *

btw, one thing i noticed is this line
Quote:
self.addcontrol(xbmcgui.controlimage(0,0,720,576, 'q:\\skin\\' + skindir + '\\media\\background.png'))
it's ok but you could use this to
Quote:
self.addcontrol(xbmcgui.controlimage(0,0,720,576, 'background.png'))
this will get background.png from the textures.xpr file from the current skin, and it will save some memory to



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


darkie is offline   Reply With Quote
Old 2004-04-13, 22:31   #3
burriko
Senior Member
 
Join Date: Oct 2003
Posts: 199
burriko is on a distinguished road
Default

thanks, i didn't realise that.

actually there's one thing i wanted to mention to you. i wanted this email script to be able to blend into xbmc as much as possible, but there was one thing i couldn't do. when an audio file is playing and xbmc shows the song info and album art, it doesn't seem to be possible to have this display when you are creating a window in python. unless of course you are just drawing on top of an already existing window in xbmc.
can you think of any way around this?

oh, and thanks for all of the hard work you've done on getting python in to xbmc.
burriko is offline   Reply With Quote
Old 2004-04-14, 01:33   #4
stass
Junior Member
 
Join Date: Feb 2004
Posts: 8
stass is on a distinguished road
Default

ohh its a nice script but hmmm its not so beuty ;/ i got black gb ;(
http://www.home.no/stass/web/screenshot002.jpg
http://www.home.no/stass/web/screenshot003.jpg

how can i fix this.. ?
stass is offline   Reply With Quote
Old 2004-04-14, 01:37   #5
stass
Junior Member
 
Join Date: Feb 2004
Posts: 8
stass is on a distinguished road
Unhappy

ohh i got it :d
i only have textures.xpr and in the script...
self.panel = xbmcgui.controlimage(50,135,180,200, 'q:\\skin\\' + skindir + '\\media\\panel.png')

can you fix so its using textures.xpr?
its will be nice.. ;d

good work dude..!
stass is offline   Reply With Quote
Old 2004-04-14, 03:17   #6
burriko
Senior Member
 
Join Date: Oct 2003
Posts: 199
burriko is on a distinguished road
Default

Quote:
Originally Posted by (stass @ april 13 2004,23:37)
ohh i got it :d
i only have textures.xpr and in the script...
self.panel = xbmcgui.controlimage(50,135,180,200, 'q:\\skin\\' + skindir + '\\media\\panel.png')

can you fix so its using textures.xpr?
its will be nice.. ;d

good work dude..!
i've updated it to use the images from the textures.xpr file now.
burriko is offline   Reply With Quote
Old 2004-04-14, 07:28   #7
ent
Member
 
Join Date: Mar 2004
Posts: 74
ent is on a distinguished road
Default

i can't seem to get any of these internet scripts to work, with the exception of googlenews. all of them just don't connect to the net.
ent is offline   Reply With Quote
Old 2004-04-14, 18:07   #8
stass
Junior Member
 
Join Date: Feb 2004
Posts: 8
stass is on a distinguished road
Exclamation

well well :d
a new version
http://www.home.no/stass/web/mail/temp/
stass is offline   Reply With Quote
Old 2004-04-15, 19:58   #9
stass
Junior Member
 
Join Date: Feb 2004
Posts: 8
stass is on a distinguished road
Thumbs up

ajjt..!
hear we have a new frech.. simpel site
hopp you like it..

http://www.home.no/stass/xbox/xbmc.htm

*peace*
stass is offline   Reply With Quote
Old 2004-04-15, 22:42   #10
bobrooney_78
Senior Member
 
Join Date: Oct 2003
Posts: 164
bobrooney_78 is on a distinguished road
Default

just tried xbmcmail, it is great. works very well for me

keep up the great work!
bobrooney_78 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
E-Mail client/notification within XBMC gasparo XBMC Feature Suggestions 14 2006-09-30 22:36
Newbie - E-Mail Client warb XBMC for Xbox Specific Support 0 2005-11-30 01:07
XBMCmail 0.3.1 not working on Belkin 54g router nettrixx Plugin/Script (Python) Help and Support 0 2005-10-10 17:16
Is there an app to my check my pop3 email account? T0Bby Plugin/Script (Python) Help and Support 1 2004-12-27 20:48
Newbie - E-Mail Client warb XBMC Feature Suggestions 0 1970-01-01 02:00


All times are GMT +2. The time now is 08:06.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project