|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Possible to automatically skip first few seconds of a recording?
Does anyone know if it is in anyway possible to have SageTV automatically skip the first few seconds of a recording? I'd like to be able jump ahead of the channel change and my cable box's info bar. All I need is about 5 seconds for both the channel change and info bar to go away.
I vaguely remember some settings for a Hauppauge card to make it end a recording a certain amount of milliseconds early, but I don't know where it is or if there's one for the beginning of a recording too. (that is if there's a setting at all) If there's anyone who could help me.... I'd be greatly appreciative! Thanks! -Chris |
#2
|
||||
|
||||
Could you change your default padding to end 1 minute early and start 1 minute early?
This way you will (Probably)miss the credits at the end of shows but it will start recording before the show starts. I have a 4 tuner setup and so all my shows start a few minutes early so I don't see the info bar my cable box displays, but if you only have one tuner the above might work for you...
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#3
|
||||
|
||||
Quote:
The padding will make the recording start or end earlier (or later) but it still wouldn't help with the first few seconds when SageTV changes the channel on the cable box or the cable box and its info bar. I just find it a little annoying to start a recording and catch a second or two of a show on what ever channel it was on before it changes the channel and go to whatever it was suppose to record. Mostly because, and I don't know if it's like this other places, but many different channels (or even different commercials) are of different volume levels. It might be blaring at first and go very quite, or worse, be quiet and go to a loud channel with an even LOUDER used car commercial. {shiver} I just want to be able to skip those few seconds between channel changes. It just seams to me that other people would have found this some what of an annoyance. But I guess it could be just me.... -Chris |
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
Quote:
I don't know.... maybe I'm being picky but I just find it a little disturbing when I start a show only to have to watch it changing the channel before the show actually starts. Thanks anyways... -Chris |
#6
|
||||
|
||||
Quote:
You've now effectively skipped over the area that you don't want to see. But, uless you have multiple tuners, you could run into more scheduling conflicts when you use padding. - 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. |
#7
|
|||
|
|||
Just add padding to one recording and you'll see what stanger is saying. It will do what you're wanting it to.
|
#8
|
||||
|
||||
Adding the following 2 lines of code after the MediaPlayerPlayStateChanged Hook seems to do the trick.
[If] IsTVFile(GetCurrentMediaFile()) && (GetMediaTime() < GetFileStartTime(GetCurrentMediaFile()) + 5000) [Action] Seek(GetFileStartTime(GetCurrentMediaFile()) +5000) Attached is an import file that does this. |
#9
|
|||
|
|||
Quote:
There is also an option in SA to "Always mark first n sec as commercial" that might work for this as well. |
#10
|
||||
|
||||
I found the answer!! (and it was there all along)
Quote:
BTW, malore, this was the first .stvi file I actually peered inside of.... what language is it written in? It looks to me to be java encapsulated in XML, is this correct? Anyways, I remembered seeing a line in the Sage.Properties file, when I had been poking around SageTV 'inards', that seemed a little curious: Code:
videoframe/time_to_start_into_tv_file_playback= I love this program more and more every day!!! I mean, damn, SageTV has more 'hidden' features than other DVR's have documented ones... *cough* beyondtv *cough* I can't wait to mess with the properties file more! (after backing it up first, of course!) Thanks everyone for posting to this thread! Y'all were a big help! This was my first posting to the forum and I feel confident now that I can post other questions and have them be answered. peace, -Chris Last edited by losingmymarbles; 09-23-2006 at 01:33 AM. |
#11
|
||||
|
||||
Quote:
Quote:
Now, say you add 1 minute of padding to that favorite. Now, Sage will tune the STB and start recording at 7:59. When you go to watch it, Sage will still start at the beginning of the airing (ie 8:00). You don't see any less of the show than you did before, but now the tuning is done earlier than the playback starts. Now, this has the added benefit of if for some reason the show starts a little bit before 8:00, you can now rewind back into the padding and see the show from the start. The padding is not played by default but it is there for you to go back and view. I have almost all of my favorites setup with 5 minutes of padding start and end, to account for any drifts in my local PC clock, or in case the networks get sloppy. I almost never miss any part of a show with that setup (even when my clock drifted 3 minutes for some reason). |
#12
|
||||
|
||||
Quote:
Quote:
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#13
|
|||
|
|||
Quote:
|
#14
|
|||
|
|||
I've had this setting for quite a while now but I just started experimenting with Comskip. I'm getting some strange results with Comskip not skipping at the right points. Is it possible that this setting above conflicts with the way Comskip figures out where to skip forward?
|
#15
|
|||
|
|||
WOW, nice find ....
videoframe/time_to_start_into_tv_file_playback= Has fixed one of my bigger issues as well. I asked this question back in 3/2004 and have waited till now to find this... This will be polishing off an already nice system. Matt ps- Im really tired of seeing the wifes home fixup shows,,,now all we need is to be able to build profiles (passcoded) Last edited by Matt-CV; 12-24-2007 at 11:23 AM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|