|
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 |
#901
|
|||
|
|||
Ok - uninstalled and reinstalled all 3 plugins (commercial detector, comskip playback, comskip ui).
restarted everything and here is my log. AFter restart -- i started/stopped a recording, and then manually ran comskip on it. I'm attaching the log. |
#902
|
|||
|
|||
Random thought -- since the plug-in actually works when manually run - and the problem I seem to be hitting is that the startup isn't actually called -- would it be easy/feasible to just add an option to the 'configuration' screen to make it re-run the 'startup' routine? Could prevent multiple initializations with just some quick/easy check at top of startup
Code:
if ( _initialized ) return; _initialized = true; |
#903
|
||||
|
||||
Quote:
__________________
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. |
#904
|
|||
|
|||
Ok - figured as much. And yeah I'm sure it's something with my setup too - just no clue what offhand. I don't think I have too much craziness going on -- but probably at least one dumb thing I've accidentally done somewhere over the years hosing things up.
|
#905
|
|||
|
|||
I've had a similar problem where they don't always start till after they are done recording even though I have it set to start immediately. Just as an example, I have mine set to do 5 shows at once. At times it will be recording 3 shows but only two will have comskip working on them.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#906
|
|||
|
|||
Quote:
|
#907
|
|||
|
|||
I had a similar problem last week after starting SageTV back up after a few months of using other software. I had changed the recording folder and CommercialDetector seemed to be set up correctly but it wouldn't run against new recordings.
Rebooted, uninstalled all commercial detector plugins, re-started SageTV, re-installed and still same problem. The curious part was that all my configuration options for commercial detector were retained even after the un-install. (Much later found them in Sage.properties) It finally started working after I did one more uninstall and re-install, but before re-installing I removed all comskip folders including the SageTV\CommercialDetector and the file CommercialDetector.DB. Not sure if that was a real fix or just coincidence. If you try this, make backups of all your files first. |
#908
|
||||
|
||||
Quote:
Here's what I would recommend. First, uninstall the jetty plugin. You are running Java 8 and it is known that jetty will not work with Java 8. I don't think this is the root cause but it can't hurt. Next, I would uninstall ALL of the plugins and switch back to the default STV. Make sure you really uninstall everything including all dependencies. Then install the CommercialDetector UI Mod (not the General, that will get installed automatically for you) and see if things work as expected. Make sure you set the debug log level in CommercialDetector to "Trace". If it does work then add in the plugins one at a time until it breaks. If it doesn't work with a totally "stock" setup then we will try something else. Let me know how you make out. 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. |
#909
|
|||
|
|||
Quote:
I'm considering completely blowing away my sage installation and starting from scratch. Would really to hate to lose all my watched states from my wiz.bin. Anyone know if there are any utils out there for exporting/importing this type of information? Don't think it's only comskip that isn't working right for me -- I can't get things like automatic metadata retrieval to work either. Have something focky go Last edited by moothekow; 08-30-2015 at 07:57 PM. |
#910
|
||||
|
||||
Quote:
__________________
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. |
#911
|
|||
|
|||
Quick question - you mentioned my version of java being incompatible with Jetty. Which version of Java is best for running SageTV?
|
#912
|
||||
|
||||
the last Java 7 is the most universally compatible with a SageTV system. I think it's 7u80 maybe?
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#913
|
|||
|
|||
__________________
SageTV running on: Win10 21H2 SageTV 9.2.6.976 (64 bit) Java 1.8.0 311 (64 bit) OpenDCT 0.5.32 (64 bit) Clients: HD300 (x2) HDHR3-CC Prime 20220822 (Comcast CableCard) - 3 Tuners HDFX-4K Flex 20220822 (OTA) - 4 Tuners |
#914
|
|||
|
|||
Ok - so this is a pain in the rear.
I uninstalled SageTV. I uninstalled java. I installed java 7u80. I installed SageTV (into a new folder, c:\SageTV instead of in Program Files(x86)). I copied my old wiz.bin file into my new c:\SageTV folder. I logged into SAgeTV , set things up, set up my tuners. Installed comskip. Tried recording (After configuring it to start running on LiveTV) - no soup. I'm at a loss now. Could something in my wiz.bin be hosing things up? Will get a fresh log to post shortly here. Also - something all wonky now in my setup and I'm not sure why. Watching in Process Explorer - it keeps loading/killing 'SageTVTranscoder.exe' and my performance is absolutely wreched -- everything in the program keeps hanging. Anyone with any clues what that might be about? It seems to be happening while trying to record a show that is recording from a SageDCT tuner (which was working perfectly fine and dandy before i reinstalled things). UPDATE: The sage tuning thing apparently is because I was trying to tune a channel I don't get or something... other channels work ok. Last edited by moothekow; 09-02-2015 at 03:41 PM. |
#915
|
||||
|
||||
Quote:
__________________
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. |
#916
|
|||
|
|||
Quote:
Also - not sure if you saw - but I attached the log to my earlier post. Looks very similar to my previous log in that there are no errors/exceptions, it says it is detecting the comskip plugin -- but i'm not seeing any startup logs like last time. Bizzaro. Also - it has other plugins loaded now -- but I tried testing comskip before any other plugins got installed (with no luck). Have only installed the other plugins as I've been trying to restore SageTV to it's previous state of usability before my wife and kids got home :-) Last edited by moothekow; 09-02-2015 at 03:47 PM. |
#917
|
|||
|
|||
In the meantime, you can try falling back to ComskipMonitor
|
#918
|
|||
|
|||
Quote:
|
#919
|
||||
|
||||
Also, on a new install, I always get everything set up and working BEFORE dropping in the wiz.bin. Make sure all sources, plugins, etc are working fine, then put the old wiz.bin in there.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#920
|
||||
|
||||
Quote:
Then i type in the com sttings in do not run.. this categorie. but when i click pn scan all records.. comskip will start work on this isos on my video folder what is not the recordings folder. whats wrong?
__________________
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 |
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 |
Plugin :: My TV for V7 | bialio | SageTV v7 Customizations | 41 | 03-26-2011 11:09 AM |
MediaPlayer Plugin/STV Import: Winamp Media Player Plugin | deria | SageTV Customizations | 447 | 12-11-2010 07:38 PM |
Plugin Manager: Configure plugin | medwynd | SageTV Beta Test Software | 0 | 05-29-2010 08:43 AM |
Hulu: Possible to Use XBMC Hulu Plugin to create SageTV Plugin? | Brent | SageTV Customizations | 8 | 02-24-2009 04:16 PM |