|
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 |
#1021
|
||||
|
||||
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. |
#1022
|
||||
|
||||
So there's a "run native comskip" option I think that is likely the issue here, since, I noticed that in Fuzzy's logging it was showing "wine", and there is a "wine" stub that I added to the docker image to make running comskip somwhat transparent. I think what I need to do is force the property for run native comskip (if it's not turned on by default).
__________________
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 |
#1023
|
||||
|
||||
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. |
#1024
|
|||
|
|||
I've recently started using this plugin, and for the most part it works great. However, every now and then it doesn't run Comskip on a particular recording. See attached for the log where it fails to run for a recording of Jimmy Kimmel Live. I believe the key part of the log is:
Quote:
Any ideas? |
#1025
|
||||
|
||||
Yes, that's most likely what is happening.
I'll add this to the "to do" list. I honestly don't know when I'll get to it.....
__________________
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. |
#1026
|
|||
|
|||
Due to way too many tuners. I have mine set to wait until the recording is done and have a max of 3 instances of Comskip running at a time.
However when I'm recording something very long (i.e. sports), or do want to watch something at least close to live I just tell it to start manually. Once you have Commercial Detector installed go to Setup/Detailed Setup/Customize. Down in the Extras part of the menu very near the bottom you'll see Comskip Playback Options. Select this and scroll down to Comskip Button Options. I have mine set to Yes/Yes and then you hit the Configure button to point it to where your Comskip is. Just be sure you're pointing it to the donator version if you are using that. Not ideal, and hopefully they'll put in some kind of timeout value so you can just rely on it to work as you have it set up now. But in the meantime it gives you a way to wait a couple minutes into a recording and start Comskip manually. Plus when Comskip messes up, as it can sometimes do, you can delete the comskip files for a recording and try comskipping it again.
__________________
Wayne Dunham |
#1027
|
|||
|
|||
I used to have SJQ check and fire off comskip at 5 and 35 past the hour. That gave a little buffer for things to start up.
__________________
Home Network: https://karylstein.com/technology.html |
#1028
|
||||
|
||||
Native Linux Comskip
I've been noodling with getting Comskip compiled under Ubuntu 16.04 for a while and finally got it done this past weekend. I've read through this thread and seem to be missing something.
It would appear that the Native Comskip switch never made it to production builds of Commercial Detector. Also, I went through the properties and couldn't find a way to force it in there. How do I tell Commercial Detector not to use Wine? Thanks for the help.
__________________
Production SageTV Server: ASUS P8P67-Pro, 16gb RAM, Crucial m4 256GB SSD, Unbunto 16.4.04 LTS (Server x64), WDC Red 4TB Capture: 1x HDHR Prime, 1x HDHomeRun (ClearQAM) Clients: 1x HD300, 2x HD200, 2x Placeshifters |
#1029
|
||||
|
||||
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. |
#1030
|
||||
|
||||
Not to be impatient, but any update on this?
__________________
Production SageTV Server: ASUS P8P67-Pro, 16gb RAM, Crucial m4 256GB SSD, Unbunto 16.4.04 LTS (Server x64), WDC Red 4TB Capture: 1x HDHR Prime, 1x HDHomeRun (ClearQAM) Clients: 1x HD300, 2x HD200, 2x Placeshifters |
#1031
|
||||
|
||||
Attached. Just replace the existing jar file with this one.
You will need to make a native comskip executable. Name it comskip64 if you are on a 64 bit system or comskip32 if you are on a 32 bit system, and then place it in the same folder as the comskip that comes with the plugin.
__________________
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. |
#1032
|
||||
|
||||
Quote:
I actually do a symbolic link to the build directory. This way I can do a git pull and update comskip without having to remember all the steps.
__________________
Production SageTV Server: ASUS P8P67-Pro, 16gb RAM, Crucial m4 256GB SSD, Unbunto 16.4.04 LTS (Server x64), WDC Red 4TB Capture: 1x HDHR Prime, 1x HDHomeRun (ClearQAM) Clients: 1x HD300, 2x HD200, 2x Placeshifters |
#1033
|
||||
|
||||
You're welcome. I really need to release it
__________________
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. |
#1034
|
|||
|
|||
Thoughts on possible cause of this:
Code:
Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] CD: ComskipJob.executeComskipLinux: comskip failed with return code = 137 Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] java.lang.Exception Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at tmiranda.cd.Log.write(Log.java:64) Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at tmiranda.cd.ComskipJob.executeComskipLinux(ComskipJob.java:386) Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at tmiranda.cd.ComskipJob.executeComskip(ComskipJob.java:173) Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at tmiranda.cd.ComskipJob.executeUsingDefault(ComskipJob.java:187) Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at tmiranda.cd.ComskipJob.run(ComskipJob.java:130) Wed 6/14 18:00:15.115 [Thread-506@37ab0fa8] at java.lang.Thread.run(Thread.java:745) Wed 6/14 18:00:15.116 [Thread-506@37ab0fa8] CD: ComskipJob.updateRatio: Old, Current and new Ratios 0.10536681:0.0028583333:0.09511596 Wed 6/14 18:00:16.541 [EPG@17c2c73d] SDEPG Set the system clock to be Wed 6/14 18:00:16.169
__________________
"Keep your goals away from the trolls" |
#1035
|
|||
|
|||
Commercial Detector not working with all networks
Is there any reason that the Commercial Detector plugin will not detect commercials on some of my recorded shows. For some reason it works on the major network shows (NBC,ABC,FOX) yet will not mark shows of the cable channels. Is this an encryption problem or some kind of configuration issue.
I use Xfinity through a HD Homerun and a cable card. Thanks for any help you can provide. |
#1036
|
|||
|
|||
Quote:
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7 Servers: ChannelsDVR, Plex, AnyStream, PlayOn, Tuner: HDHomeRun Connect Quatro Tuner: HDHomeRun Connect Duo Sources: OTA, Sling Blue, Prime, Disney+, Clients: ShieldTV (2), Fire TV Stick 4K (4) |
#1037
|
|||
|
|||
Networkguy, do you have the donator version of comskip.exe installed, if not that is probably your problem. The free version does not process h264 streams.
__________________
Intel I7 4790k @ stock speeds, 32 GB of ram. 8TB of recording space. |
#1038
|
|||
|
|||
Quote:
Create a new directory for the donator version (I used \comskip donator\ as my directory) and place the donator files there. Then go into the settings for Comskip Playback Options (settings\detailed\customize, way down near the bottom) and within that menu on one of the selections are the settings for the commercial detector. Withing that menu you can tell it where "comskip" and its .ini file are. Point those to your donator version directory\ comskip and .ini. Also buriied within that menu system is the option to put a manual comskip option on the recordings detail for a recording. Make sure that one is set to point to your donator version as well.
__________________
Wayne Dunham Last edited by waynedunham; 06-15-2017 at 09:51 PM. |
#1039
|
||||
|
||||
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. |
#1040
|
|||
|
|||
Quote:
Thanks!
__________________
Hardware: Intel Core i5-3330 CPU; 8GB (2 x 4GB); 2-4TB WD Blue SATA 6.0Gb/s HDD; Windows 7 Servers: ChannelsDVR, Plex, AnyStream, PlayOn, Tuner: HDHomeRun Connect Quatro Tuner: HDHomeRun Connect Duo Sources: OTA, Sling Blue, Prime, Disney+, Clients: ShieldTV (2), Fire TV Stick 4K (4) |
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 |