|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
thanks ! |
#22
|
|||
|
|||
proper v0.2 zip file available
Just uploaded the proper v0.2 zip file.
|
#23
|
|||
|
|||
Added screen shots to download page
Just added some screenshots to the download page
http://forums.sage.tv/forums/downloa...?do=file&id=83 |
#24
|
|||
|
|||
Hello
This sounds great. Will it work with version 4.1.x of sagetv? Also, I have a sagetv server, and several clients. If I just wanted to have one of the sagetv clients check some email accounts, I would just install it on the client... and if I wanted to see the same email checking on all clients, then I would install on the sagetv server? Not sure if thats how it would work. Figured I better ask first Thanks! |
#25
|
||||
|
||||
Email Popup
It would be really cool to have a semitransparent popup during video playback to notify you of new messages and the ability to view the message.
|
#26
|
|||
|
|||
Quote:
Will look at this for the next version of this plugin. thanks, Chris |
#27
|
|||
|
|||
Works with MediaMVP?
Will this work from a MediaMVP?
|
#28
|
||||
|
||||
Problem and not sure it can be solved here. I copied the information straight from his MS Outlook, and sure I have the e-mail information correct. It uses SSL, so configured pop3s/995 as it is in MS Outlook. Here's the object definition.
<object class="nl.cmkprojects.sage.mail.MailAccount"> <void property="displayName"> <string>myhost - cavalli</string> </void> <void property="host"> <string>myhost.com</string> </void> <void property="password"> <string>mypassword</string> </void> <void property="username"> <string>cavalli</string> </void> <void property="protocol"> <string>pop3s</string> </void> <void property="port"> <string>995</string> </void> </object> Here's the problem. His e-mail server is funny. When getting e-mail in Outlook, it brings up a dialog: "The server you are connected to is using a security certificate that could not be verified. A certificate chain processed correctly, but terminated in a root certificate which is not trusted by the trust provider. Do you want to continue using this server? Yes/No." He selects 'yes', and it works fine. That being said, I'm guessing the server is waiting for a 'continue' verification signal from your STVi that it never sends, and fails accordingly. I know the ISP and basically, he's not paying the annual fee for whatever certificate he lacks. Is there any way you can add a property to your object that allows the connection to continue anyway, regardless of verification? The STVi looks great, and really hope I can configure it for him. Thanks! |
#29
|
||||
|
||||
Me again. I wanted to get MrPostman to work for him too, but with no success. I verified MrP by getting it to work on Outlook Express on the HTPC computer. His e-mail and mine. Since I can control my e-mail very easily, I used it and to verify MrPostman with your STVi. I mimicked your code, so I'm sure that's not it. (FYI, error in your first post, saying "port1" instead of "port" and "1110" instead of "11110"; probably just misplaced the '1' character.) Just a blank screen. Verified the XML in IE and restarted SageTV cleanly in case it happens on the restart.
Ideas: - Uncommented the "#" to enable logging in the properties file. can't find the log file. - Changed 1.4.0_02 to current version of Java installed here. Issue? - is java.beans.XMLDecoder something I have to install, or part of the JARs in the archive? - Can I edit the mailaccounts.xml without having to restart? Thanks again for the help! Code:
<?xml version="1.0" encoding="UTF-8"?> <java version="1.5.0_07" class="java.beans.XMLDecoder"> <object class="nl.cmkprojects.sage.mail.MailAccount"> <void property="displayName"> <string>Hotmail - ToonGal1021</string> </void> <void property="host"> <string>localhost</string> </void> <void property="username"> <string>ToonGal1021@hotmail.com</string> </void> <void property="password"> <string>neveryoumind</string> </void> <void property="protocol"> <string>pop3</string> </void> <void property="port"> <string>11110</string> </void> </object> </java> Last edited by ToonGal; 07-22-2006 at 12:03 PM. |
#30
|
||||
|
||||
Anyone use this plug-in? I hate bumping topics, but when I ask a question about something, it seems to be the kiss of death.
Any help greatly appreciated. Thanks in advance! |
#31
|
|||
|
|||
Quote:
For secure email you really need java 1.5 like it says in the first post of this thread. Hope this helps. - Chris |
#32
|
|||
|
|||
Hi Chris,
one question: is the second screen (after you select one of the headers) supposed to retrieve and display the email message text ? Dirk |
#33
|
|||
|
|||
Quote:
The current version does not support this. A next version might implement this. (but I'm rather busy with slim player plugin at the moment). - Chris |
#34
|
|||
|
|||
For anyone trying to use this in SageMC: I cooked up a SageMC specific version of this nice plugin. Chris, feel free to include the attached zip in your download package, or if you prefer I can set up a separate download.
Dirk |
#35
|
|||
|
|||
Flachbar...
Thanks for making a SageMC specific version. However once I loaded it in the advanced tab I couldn't find where the Email Checker was. I dont have SageTV v6, so I'm using your latest build of SageMC for SageTV v5 (I believe it's something like v613a). Perhaps you need the SageMC for version 6 for this to work? Just let me know. Thanks! Update: Well I've added it to my custom menus, but I can't seem to figure out where to add all my pop3 account info. I don't have much experience editing xml files, so any help would be great. Thanks Last edited by jbilich; 12-02-2006 at 10:30 AM. |
#36
|
||||
|
||||
I've tried setting this up following the directions. So far all I can get it to do is give me an error and says to check the log file. IE doesn't tell me I have any errors when I open the .xml.
From the log: Code:
2007-01-07 13:19:37,829 ERROR [AWT-EventQueue-0] nl.cmkprojects.sage.mail.MailCheck (MailCheck.java:291) - failed to get mail javax.mail.AuthenticationFailedException: authorization failed at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:128) at javax.mail.Service.connect(Service.java:236) at javax.mail.Service.connect(Service.java:137) at javax.mail.Service.connect(Service.java:86) at nl.cmkprojects.sage.mail.MailCheck.readMail(MailCheck.java:150) at nl.cmkprojects.sage.mail.MailCheck.checkMail(MailCheck.java:283) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sage.d$d.a(Unknown Source) at sage.d.d.a(Unknown Source) at sage.d.c.a(Unknown Source) at sage.d.d.a(Unknown Source) at sage.d.m.a(Unknown Source) at sage.d.a(Unknown Source) at sage.a5.a(Unknown Source) at sage.a5.a(Unknown Source) at sage.a5.actionPerformed(Unknown Source) at sage.a5.mouseReleased(Unknown Source) at sage.bd.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.a(Unknown Source) at sage.bm.if(Unknown Source) at sage.bm.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage Clients: HD300 x2; HD200 x2; Placeshifter Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc. |
#37
|
||||
|
||||
Quote:
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#38
|
||||
|
||||
not using ssl (or ssh) on this setup. I have the same login settings in the xml that I use in Thunderbird.
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage Clients: HD300 x2; HD200 x2; Placeshifter Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc. |
#39
|
||||
|
||||
help
Quote:
please help cu DIBU
__________________
Sage V7x: Server - Lenovo K320 with WindowsHomeServer2011, 10 Terabyte HD's on stablebit drivepool, (1 x DuoFlex CT Octopus PCIe DVB-C 4 Tuner all with LM-DVB-SmartRecorder, dbox2, run SageTV as Service, DeskNow Mail and Collaboration server, 2 Terabyte NAS (Ximeta) as seconf backup, 1Gb/s MSI ePower HD Network, 3xHD100, 1xHD200, 1xHD300, Panasonic LCD 55" TV, Sharp LCD TV, JVC LCD TV, Touchscreen LCD, PlaceShifter cu at http://www.dbuschek.de |
#40
|
|||
|
|||
Ok, I am probably missing something for gmail settings
I am probably doing something wrong.
Lets assume my gmail account is abc@gmail.com user name abc password 123456 POP3 is enabled under gmail. So what should I configure under the xml? Which fields I should fill, and which should I leave un touched? Thanks in advance. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|