|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Comskip channel profiles
Has anyone had any luck running comskip w/ Dirmon2 and different comskip.ini settings for different channels? The example that eric gives over at the comskip forum seems to be gbpvr specific. Or, has anyone had any luck with this with and comskip monitor?
Thanks |
#2
|
||||
|
||||
it's working fine w/ my setup... with the caveat that I haven't tried using the extra features of the comskip.cmd file yet. i've also set the ini to process while recording. I just don't have enough "weird" channels to need custom ini's for proper skipping. this is sure to change when I get into HD this year. maybe i'll try a custom on History channel sometime. it's always cutting the trivia before a commercial.
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage Clients: HD300 x2; HD200 x2; Placeshifter Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc. |
#3
|
||||
|
||||
The problem is that there is no way for comskip/dirmon to know what channel anything was recorded on. Showanalyzer can do a call to neilm webserver to find out what channel a file was recorded on.
The Comskip example is being called by the PVR software using a batch file to run comkip and passing the channel number as a parameter. John |
#4
|
|||
|
|||
A possible alternative is to use the program name.
There are some examples out there that use the first x letters of the file name to decide what to do. The comclean.bat file has an example on how to test the first letters of a parameter This example test the first 4 characters to be either FILE or ---- and jumps to the label :eof Not sure if there is a double quote at the start of the filename or if that is removed by the set arg=%1 Code:
rem test the first parameter to the command file set arg=%1 if "%arg:~0,4%"=="FILE" goto :eof if "%arg:~0,4%"=="----" goto :eof rem do something for names not starting with FILE or ---- :eof
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
StephaneM's XMLTV importer Question | gerberdude | SageTV EPG Service | 11 | 07-31-2006 06:50 PM |
Suggestion for faster channel switching with STB | dflachbart | Hardware Support | 5 | 02-11-2006 06:33 PM |
Recording Disabled Channel | tahoebob | SageTV Software | 0 | 11-03-2005 02:14 PM |
How many channels do you get? | edgley | SageTV United Kingdom | 11 | 07-25-2004 02:17 PM |
Subscription Options ? | LCH | SageTV EPG Service | 72 | 07-09-2003 05:38 AM |