|
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 |
#1
|
||||
|
||||
HD-PVR: need call to external reset program
I'm still having problems with the HD-PVR failing ("locking up").
Shows fail to record, and I find numerous capture-related errors in the System Messages. One message is something like "trying to reset HD-PVR". Whatever SageTV is doing to reset the HD-PVR is not effective. Once it has failed, only a power cycle will bring it back. I have always had this sort of problem since I started using Sage V6, so I developed a custom circuit to cycle the HD-PVR power under command of a script that I can run from the desktop. I have historically re-started the SageTV computer once a day at 5am, and during that reboot cycle, I also run the HD_PVR reset script. I think it would be very helpful for SageTV to provide a mechanism to call an external program or script (.CMD) when it is attempting to reset the HD-PVR. That way those of us that have hardware reset capability can have a usable reset when the HD-PVR fails, and won't miss as many recordings. A beta is a good time to add this capability. I have filed this as a bug report also.
__________________
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. |
#3
|
||||
|
||||
Thanks Spectrum - I was not aware that Sage Job Queue could do that. I'll check it out!
For anyone else who is looking for Sage Job Queue note that the current version is V3 (beta). There is a support thread, and the program itself is found here, and documentation for V3 is here.
__________________
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. |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
Have a look at the SageAlert thread also as I explain how I've done it on my system.
Eric |
#6
|
|||
|
|||
I just had my first HD PVR lockup in V7, and of course it happened on day 1 of a 5 day road trip.
Missed a bunch of recordings and suffice it to say the WAF has dropped considerably. Its great that Sage tries to reset the HD PVR but it never seems to actually resolve the issue. Has anybody actually seen this effectively fix the problem on their HD PVR? I'm just curious. I've heard of different solutions for power cycling the HD PVR, I know some people use a basic timer on a power strip to power cycle the unit once a day, others have it hard wired to the PSU in their sage server, and others like yourself have developed custom circuitry to accomplish the task. I know most of this rests on Hauppage more so than Sage, but is there not something that can be done to just make this unit a stable product? Granted my stability level has gone through the roof with the upgrade to Sage 7, but that doesn't seem to hold true for others. For anyone that has setup Sage Job Queue, does it allow you to schedule a system reboot during an interval if there are no current recordings in progress and none coming up in the near future? (eg. nothing recording now or within the next 15 minutes.) I'm starting to think a nightly reboot would be a good idea; but I often schedule movies to record during the wee hours of the night so we can leave our HD tuner available for other programs and live viewing during prime time hours. -Striker- |
#7
|
|||
|
|||
Quote:
if [IsObjMediaFile == true && TimeUntilNextRecording > "15M" && IsSomethingRecording == false && $.GetShowTitle{} == "Pulp Fiction" && TimeOfDay < "08:00"] { REBOOT } Make sure the program you trigger returns an error code > 0 so as to signify to SJQ that the task 'failed' and ensure SJQ is configured to allow auto requeuing of failed tasks. If you don't do that then the task will only ever run once. Then just make sure the REBOOT task reboots your system. NOTE: I don't actually do this, never tried. I believe others have and can speak to its effectiveness. But the ruleset defined above will allow you to trigger that REBOOT task between midnight and 8am. There are a bunch of caveats... for example, you'll want to touch a file or something to signify that you've done a reboot for the day otherwise you may trigger multiple reboots between midnight and 8am if there's no scheduled recordings. There are undoubtedly many other gotchas that I'm not thinking of right now. Others who actually do this might chime in and offer their wisdom. I plan to add a generic crontab/scheduler into SJQv4, but as of this writing SJQv4 is still just a series of random thoughts in my head and though I may have claimed a v4 beta for Q1 or Q2 of 2011, that seems less and less likely every day.
__________________
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... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Run wget or other external program on HD2000 | dinki | SageTV Media Extender | 2 | 08-17-2009 12:52 PM |
Launch external program via keypress | dinki | SageTV Customizations | 5 | 09-29-2008 10:03 AM |
How to execute external program on the server? | MeInMaui | SageTV Studio | 3 | 06-28-2008 09:08 PM |
A DVD recording program to call from SageTV. | fasttech | General Discussion | 2 | 07-20-2003 09:09 PM |
Set recordings from external program? | difool | SageTV Recorder Software | 4 | 04-25-2003 10:13 AM |