|
SageTV Beta Test Software Discussion related to BETA Releases of the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. regarding SageTV Beta Releases should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Is the file format for sagetvmsgs.log documented anywhere?
I was interested in decoding the time format. I thought it would be a Unix time stamp, since Java uses that, but it is too big.
__________________
HD300 extender with (2020 New Build) SageTV 64 bit V9.2.2.903 (service mode), Running on Windows 10 (64 bit), Intel Core i7-10700K CPU, 16G RAM, GIGABYTE Z490 UD motherboard. NVidia GTX1650 Super; Viewsonic LCD on one output and Mitsubishi WD57734 HDTV via DVI/HDMI on other output. HDHomeRun HDHR5-4US tuner, Hauppauge "Siena" 1512 HD-PVR2 connected to Cisco Cable modem from Spectrum, tuned with USB-UIRT. |
#22
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#23
|
||||
|
||||
Thanks for the info, Andy. For anyone who is curious, Java time is a 64-bit integer, and represents milliseconds since 1/1/1970.
http://www.odi.ch/prog/design/datetime.php
__________________
HD300 extender with (2020 New Build) SageTV 64 bit V9.2.2.903 (service mode), Running on Windows 10 (64 bit), Intel Core i7-10700K CPU, 16G RAM, GIGABYTE Z490 UD motherboard. NVidia GTX1650 Super; Viewsonic LCD on one output and Mitsubishi WD57734 HDTV via DVI/HDMI on other output. HDHomeRun HDHR5-4US tuner, Hauppauge "Siena" 1512 HD-PVR2 connected to Cisco Cable modem from Spectrum, tuned with USB-UIRT. Last edited by timg11; 06-25-2009 at 03:04 PM. |
#24
|
||||
|
||||
An easy way to decode those time strings is using the Studio. Just goto Tools->Expression Evaluator and then enter this if you time is 1234567890 for example:
new_java_util_Date(1*"1234567890") (the string multiplied by integer is to get around a Long conversion issue)
__________________
Jeffrey Kardatzke Founder of SageTV |
#25
|
||||
|
||||
I'm not sure if this is a bug, but I'm seeing a System Message that doesn't match what's happening at the time.
I wrote a little utility to report any System Message errors on the main LCD display on the computer (since the HDTV is normally off, and SageTV is sleeping in the tray). Today I found it reporting the message "Failed to load the video capture device Hauppauge HD PVR Capture Device" in sagetvmsgs.log. I checked the HD-PVR, and it was in the process of recording a show. Does this mean that there was a time when it failed to load, but then it loaded successfully, later before the show was supposed to record? I assume the message remains in sagetvmsgs.log until deleted via the SageTV UI?
__________________
HD300 extender with (2020 New Build) SageTV 64 bit V9.2.2.903 (service mode), Running on Windows 10 (64 bit), Intel Core i7-10700K CPU, 16G RAM, GIGABYTE Z490 UD motherboard. NVidia GTX1650 Super; Viewsonic LCD on one output and Mitsubishi WD57734 HDTV via DVI/HDMI on other output. HDHomeRun HDHR5-4US tuner, Hauppauge "Siena" 1512 HD-PVR2 connected to Cisco Cable modem from Spectrum, tuned with USB-UIRT. |
#26
|
||||
|
||||
Quote:
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#27
|
||||
|
||||
I wrote an application to send an email if a capture error is reported in the Sage System Message log. It is in the Downloads area.
__________________
HD300 extender with (2020 New Build) SageTV 64 bit V9.2.2.903 (service mode), Running on Windows 10 (64 bit), Intel Core i7-10700K CPU, 16G RAM, GIGABYTE Z490 UD motherboard. NVidia GTX1650 Super; Viewsonic LCD on one output and Mitsubishi WD57734 HDTV via DVI/HDMI on other output. HDHomeRun HDHR5-4US tuner, Hauppauge "Siena" 1512 HD-PVR2 connected to Cisco Cable modem from Spectrum, tuned with USB-UIRT. |
#28
|
|||
|
|||
Time format in the sagetvmsgs.log file
Hi.
Would it be possible to get the format of the time code in the sagetvmsgs.log file. I am considering having my Homeseer server read the log and decide if my HDPVR is locked. If it is, it can shutdown SageTV, cycle the power on the HDPVR via a ZWave switch, then restart SageTV. I hope the HDPVR come on powered up when it AC power is cycled. If it doesn't, at the very least I can make an announcement that it needs fixing Thanks Kent * merged; see above discussion * |
#29
|
|||
|
|||
Is there a spot where you can see the System Message in the Sage UI?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#30
|
|||
|
|||
It is under settings.
|
#31
|
|||
|
|||
Thanks - I was trying to find the messages on a client running an older version of Sage that didn't have this functionality yet.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#32
|
||||
|
||||
I can see the icon in the top right of the screen. Is there a button the the remote for the HD200 that will pop that up or do i need to into the help menu and find it that way?
__________________
Home DVR: SageTV v9.2.6(64) i7-6700 3.4ghz, 8GB RAM, Win10 Pro, 1@ SSD +1@6TB WD Blue, 1 Quad HDHR, ( OTA Winegard HD8200U, CM4221HD), 1@ STP-HD200, 1@ Nvidia Shield , 1 @ Nvidia Shield new round version, 70" & 55" Sony's RV DVR: 2@SageTV v9.2.6, NUC8i5BEK 16GB, SS980Pro NVMe, 5TB Passport, 1@olderNUC, 2 Dual HDHR, , Winegard BatWing, 40", 32", 28" Sony's, Max Transit |
#33
|
||||
|
||||
You can get to the System Messages menu via Info command on the Main Menu -> System Info -> System Messages, or Main Menu -> Setup -> Help -> System Messages.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#34
|
|||
|
|||
Quote:
I can tell you that recycling the power remotely on the HDPVR works just fine. I do it fairly often using a web remote controlled power supply. If only I could do that automagically when SageTV detects an error, I'd be golden. What I'd like to do: Detect a tuner error, analyze which tuner it is (I have 2 HDPVRs), then execute a pre-existing bat file that recycles that tuner. Eric |
#35
|
||||
|
||||
Let me know when you figure that out.
__________________
Home DVR: SageTV v9.2.6(64) i7-6700 3.4ghz, 8GB RAM, Win10 Pro, 1@ SSD +1@6TB WD Blue, 1 Quad HDHR, ( OTA Winegard HD8200U, CM4221HD), 1@ STP-HD200, 1@ Nvidia Shield , 1 @ Nvidia Shield new round version, 70" & 55" Sony's RV DVR: 2@SageTV v9.2.6, NUC8i5BEK 16GB, SS980Pro NVMe, 5TB Passport, 1@olderNUC, 2 Dual HDHR, , Winegard BatWing, 40", 32", 28" Sony's, Max Transit |
#36
|
|||
|
|||
Quote:
Whose PDU are you using for resetting your HD-PVR's? I've used APC, Server Tech, Dualcomm, and Avocent/Cyclades/Alterpath stuff. If there was a way to trap the system error messages I'm guessing some of those PDU's could respond the way you wanted them to without too much problem. Just curious.
__________________
Asus P5Q Premium MB, E6750, 4GB RAM, 32-bit XP Pro SP3, 3Ware 9590SE controller, 80GB 7.2K Laptop boot drive w/SuperSpeed Cache Utility & eBoostr, (1) KWorld ATSC-110, (1) 950Q USB, (1) 2250 tuner, (1) HD-PVR using USB-UIRT, (1) 1600 Dual card, (1) DVICO Fusion 5 Gold, (1) Hauppauge 1250, (1) Hauppauge 2250, 8 various storage HD's, NEC-based x1 USB add-on card, 2 outdoor antennas capturing 2 different OTA markets, Dish Network w/HD Receiver for HD-PVR. |
#37
|
||||
|
||||
I'm using Post Message, where i'm using my own message id (don't know if that's allowed), but I can't get a user-friendly display show up as the message title. ie,
PostSystemMessage(10005, 3, "My message", null) but in the SystemMessages, i see, Quote:
Quote:
1. inside GetSystemMessageTypeName, if it returns a null, then have it look in the "variables" for a variable called "messagelabel" 2. If GetSystemMessageTypeName() returns null, then use the first n characters of the message itself as the message label 3. Provide a way for plugin developers to register their own message codes (reserve so many for sagetv, ie, 0-9999) and then allow developers to allocate their own chunks above that. Developers would need some way to map their codes to a valid message label. thanks,
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#38
|
||||
|
||||
Quote:
__________________
Jeffrey Kardatzke Founder of SageTV |
#39
|
||||
|
||||
Quote:
I think I'll post a link to this message in the "It seems quiet in the beta department" thread.... Tom
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#40
|
||||
|
||||
Thanks Jeff. if the variable is going to be called "typename" then I'll futureproof my code by setting it now
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PlaceShifter Functionality | shhas | SageTV Placeshifter | 2 | 04-29-2006 04:43 AM |
has this functionality been added? | JPW | SageTV Beta Test Software | 19 | 04-24-2004 07:11 AM |
Does this functionality currently exist? | newbie21 | SageTV Software | 7 | 01-27-2004 10:56 AM |