|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#81
|
||||
|
||||
Is there something different about the way SageAlert handles the SMTP Test Settings message v. actual email alerts? For some reason the test messages are getting through for me, but all the actual alerts are landing in my spam bucket.
__________________
-- Greg |
#82
|
|||
|
|||
Nope, the test button simply fires an alert within SageAlert that is handled and triggers an email just like any other. The only thing I can think of is that your spam filter is generating a false positive based on the contents of the email? The headers should be exactly the same (except for the subject header). The only difference is the body of the message. You should be able to whitelist the configured sender of the alert emails though to prevent alerts from ending up in the spam folder?
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#83
|
||||
|
||||
Quote:
You'd think, wouldn't you? Unfortunately Exchange IMF doesn't support whitelisting without some sort of third-party add-on. I'm looking into that now.
__________________
-- Greg |
#84
|
||||
|
||||
I notice that SageAlert is still deploying to the %TEMP% directory. This is incorrect since files in that directory are routinely deleted by automated disk cleanup utilities, breaking the SageAlert webapp. I believe the Jetty file-locking issues have been fixed, so can we get SageAlert to deploy itself in some non-volatile directory? Thanks.
__________________
-- Greg |
#85
|
||||
|
||||
Feature request: can we get some sort of configurable cap on how many alerts SageAlert sends in a given time period? I had a capture device failure this morning while recording the early news and woke up to more than a hundred SageAlerts messages in my Inbox. I obviously don't need to be told that many times that something's gone wrong with my recording. (I also have SageAlert configured to text the alerts to my phone, and those are still trickling in; at this rate I expect to be deleting SageAlert texts pretty much all day.)
It could be considered a Sage core bug that it generates that many system messages for one failed recording, but on the other hand there's no harm in capping or batching messages in SageAlert as well, if it's not too much trouble. Thanks.
__________________
-- Greg |
#86
|
|||
|
|||
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#87
|
|||
|
|||
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#88
|
||||
|
||||
They're grouped together as repeated messages.
__________________
-- Greg |
#89
|
||||
|
||||
Quote:
__________________
-- Greg |
#90
|
|||
|
|||
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#91
|
|||
|
|||
Custom event support
I've just completed an initial version of the custom event support in SageAlert v2.x. I haven't put a new build in the repository yet as I'm working on a full example plugin to better illustrate its use to other developers. However, I've written a first draft of the wiki doc explaining how this works and would love for someone else to read it over and let me know if it makes sense, am I making too many assumptions, etc. with the docs? I used the docs to create my example plugin, but I may have used some insider knowledge and not realized it so if someone else can look it over I'd appreciate it.
A few things I'm looking for:
The code to make all of this work is committed, I just need to finish up the example plugin and deliver it and then I'll deliver a new build with these changes. Wiki doc: http://code.google.com/p/sagetv-addo...rtCustomEvents What is custom event support in SageAlert? (see below) Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#92
|
|||
|
|||
Ensure you're either running 935 or 951
Sorry for the series of updates today to SageAlert, but there was a packaging error that kept causing duplicate jars to be included in the final upload to Google Code, but was not happening in my test env so I kept getting confused.
Anyway, if you're running something higher than 935 please make sure it's at least 951. 935: Fine. 936-950: Bad. 951+: Fine. Fixes in 951:
A new plugin is also available: Custom Events This plugin provides additional events that will be fired through the core's event system and provides access to additional events that you may find interesting. All of the events provided by this plugin are also available for notification via SageAlert, if you also have SageAlert installed. Feel free to suggest additional events via feature requests on my project web site. This plugin is also the complete example of how to add passive SageAlert support to a standalone plugin.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#93
|
|||
|
|||
I am using SageAlert to resolve issues with HD-PVR.
I have 4 of those troublemakers. I am using your excellent plugin and excellent solution by Eric3a. http://forums.sagetv.com/forums/show...=Eric3a&page=5 Using WEB Power Switch http://www.digital-loggers.com/lpc.html Replaced batch files with simple vb6 code to handle messages correctly. Batch file command line structure (parameters separated by spaces) cannot correctly interpret message format received from SageAlert: -name1 "value1" -name2 "value2" etc. where values in turn can contain single quotation marks and spaces. The first space after closing quotation mark is treated as a separator: -desc "The device input "Hauppauge HD PVR Capture Device #2 Component So far it works perfectly with 4 HD-PVRs catching about 4-5 events a day. It power cycles only a single effected HD-PVR. If anyone is interested I could upload a source code and compiled exe file here. I have a problem with the last update for SageAlert. I understand that repeated messages can be very annoying and should be avoided in case of email notification but in my case they are necessary. If a single power cycle does not fix the problem it will not retry until the next show will change the message (hopefully). I would respectfully request to make this optional at least for Growl as soon as possible. Thanks. |
#94
|
|||
|
|||
I'm working on the settings panel, etc. I'm not sure how quick it will be, but eventually you'll be able to disable that feature.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#95
|
|||
|
|||
Quote:
Quote:
Eventually there will hopefully be some kind of synergy between the STV plugin config settings screen and web UI, but I have no idea how long that will be. I figured making this option configurable should be taken care of much sooner than later so this is the quickest solution to get it done.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#96
|
|||
|
|||
I have a problem with the 962... it tells me that I can't install it, as it's not compatible because I have 951 installed. Do I really need to un-install it completely to update, or is something fouled up in the updated file? Thanks
|
#97
|
|||
|
|||
Same with me, and also the newer 966 release, same problem.
__________________
HP m9040n Quad Core 2.4Ghz, Windows7 Ultimate, Ceton 4 tuner CableCard with SageDCT, 2 HDHomeRun QAM, Netgear 24 Port GiGE Switch, Linksys WRT600N Router, 3 HD200 Extenders, 2 SageTV Clients Server: SageTV 7 |
#98
|
||||
|
||||
Quote:
So yes, it looks like the workaround for now is to uninstall SageAlert 951, upgrade SageAlert (common) to 966, and then install SageAlert 966. But since SageAlert 966 has a similar max version requirement, the same deadlock will happen again on the next upgrade. Looks like the long-term fix might be for SageAlert not to be so fussy about max version requirements.
__________________
-- Greg |
#99
|
|||
|
|||
Quote:
Quote:
Ideally, the plugin manager will be able to determine that a SageAlert upgrade will also be forcing a sagealert-common upgrade and allow it to proceed. If support comes back and says that isn't going to happen then I'll have to remove the MaxVersion check and explain that users should never manually upgrade sagealert-common while SageAlert is installed. I don't prefer this sol'n, but I'm nearly resigned to the fact that it's probably going to have to be this way.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... Last edited by Slugger; 08-25-2010 at 11:21 AM. |
#100
|
|||
|
|||
Thanks slugger. Not a big deal to uninstall. I cant see why anyone would mess with sagealert-common, so MaxVersion should work fine IMHO.
__________________
HP m9040n Quad Core 2.4Ghz, Windows7 Ultimate, Ceton 4 tuner CableCard with SageDCT, 2 HDHomeRun QAM, Netgear 24 Port GiGE Switch, Linksys WRT600N Router, 3 HD200 Extenders, 2 SageTV Clients Server: SageTV 7 Last edited by kmp14; 08-25-2010 at 11:29 AM. Reason: bad typo |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: MizookLCD (Alternate SageTV LCDSmartie Plugin) | cslatt | SageTV Customizations | 48 | 06-11-2012 10:44 AM |
MediaPlayer Plugin/STV Import: Winamp Media Player Plugin | deria | SageTV Customizations | 447 | 12-11-2010 07:38 PM |
Plugin: SageAlert | Slugger | SageTV Customizations | 201 | 06-28-2010 07:47 PM |
SageAlert new release notifications | Slugger | Customization Announcements | 2 | 03-06-2010 09:53 AM |
Hulu: Possible to Use XBMC Hulu Plugin to create SageTV Plugin? | Brent | SageTV Customizations | 8 | 02-24-2009 04:16 PM |