|
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 |
#1581
|
||||
|
||||
I have VideoRedo.
|
#1582
|
|||
|
|||
Quote:
If anyone wants to make suggestions about changes to Comskip, now's the time. |
#1583
|
||||
|
||||
I use comskip from a networked SageClient machine....it works fine even though it is over the network.
|
#1584
|
||||
|
||||
Quote:
|
#1585
|
||||
|
||||
Quote:
It would be a nice feature if you could automatically compress shows without having to select it for each show. What I am thinking is maybe put a control option in the "Favorites" screen that you could set once and then forget about it. I have a few favorites that I always compress, so if this option was available it would make things a little easier. Maybe another Favorite option could be Commercial Skip High/Low/Disabled, if you have some shows that you would rather have processed before other shows, or maybe some shows that shouldn't be processed at all. (I know you can disable CS by channel, but by show could be more accurate). Also, maybe you could have an option to point to a different comercialskip.ini file for certain Favorites - like maybe some settings work better for Football/sports since the commercials tend to be more random and different lengths than for most programs. Having the options at the favorite makes it a little easier to get exactly what you want |
#1586
|
|||
|
|||
Quote:
Quote:
Carlo |
#1587
|
||||
|
||||
Quote:
Quote:
EDIT: That way you would not have to have to make one comskip.ini file fit all of the shows, you have separate settings depending on the show's tendencies. Last edited by rsagetv99; 12-22-2004 at 04:08 PM. |
#1588
|
|||
|
|||
DVD Burner status.
I've been making lots of little changes here and there to try and overcome a few obstacles that keep popping up. I'm half tempted to scrap the approach and just write things myself and be done with it! Venting! My original intention was to write a wrapper between SageTV and DVDAuthor. However, I quickly learned this has some quirks. In order to make a DVD we have to DeMux the MPG files into two files (audio and video). Then you need to Mux these back together with DVD packets included. The open source DVDAuthor has command line utils to do this and I was using them originally. These files are mpgtx.exe and mplex. The problem I hit is that mpgtx.exe only works with local drives. It will not touch a UNC drive at all. So I found another util called bbdmux.exe that will work with UNC drives. It however needs to be run twice on the source MPG. Once for audio and once for video. This seemed to work. I coded the app to use mpgtx.exe if the files are local and bbdmux.exe if the file is a UNC. However, as I further tested things on my main machine I kept getting crashes (works fine on my dev machine). I ended up finding out that bbdmux files have some issue in the audio file generated that keeps things from MUXing again correctly. To throw another monkey wrench into things I added support to be able to cut commercials out using VideoReDo based on ComSkip code. One of the nice features with VideoReDo is that you can have it generate elemental files (seperate audio and video) files. I also just discovered how to use VideoReDo to do the DeMux without cutting. VideoReDo DOES work with UNC files just fine. It's also faster then mpgtx.exe and bbdmux.exe but not quite as clean programming wise. So what I'm going to do is use VideoReDo if you have it on your system as the first choice. BBDMUX.EXE will not be used at all. If you don't have VideoReDo installed then I'll just copy the UNC file over to the local drive (even if it's the same drive) and use mpgtx.exe on it in local mode. I need to make a few adjustments and an STV change or two and then make a couple of test burns. I was also working on a couple of different methods to actually write the DVD itself. For now I'm bagging this and will use a "safe" but somewhat slower method as it needs an extra step. I'll come back to this after we know all the other steps are working correctly! Carlo |
#1589
|
|||
|
|||
Quote:
|
#1590
|
||||
|
||||
Quote:
|
#1591
|
|||
|
|||
Or maybe pass all command on the command line based off a grid type thing so it could dynamically build the proper commands based on things like duration of show, channel number, CC data, etc...
|
#1592
|
|||
|
|||
I've been doing a bunch of testing on different length shows (like you have I think), and agree that different settings for different shows/lengths will help.
Personally I like the idea you just mentioned. Having a way to automatically change the settings based on length. Some people may want different settings per favorite, but so far from my testing it is more length of show dependant than anything. Although I'll concede that sports may be an expection to that as it is very non-standard. A way to dynamically make the INI based on preferences is the way to go. Jason Bottjen Quote:
|
#1593
|
||||
|
||||
Quote:
2. Also, since we are talking about individualizing the comskip settings for different shows, the ability to call comskip with command-line options would be very helpful. Basically, if a command line parameter is used when calling comskip, then it would override that parameter in the comskip.ini file. The comskip.ini file could be used as the default setting for parameter that is not specified in the command-line. Of course this means that the majority of the comskip parameters would need to be available via the command-line. EDIT: Carlo, since you are the one integrating this into the STV, will request number two work for you? If not please put in your 2 cents. Last edited by rsagetv99; 12-22-2004 at 09:37 PM. |
#1594
|
|||
|
|||
Install from scratch?
Hello!
First off, let me just say you guys are incredible and I want to thank all of you who work on Sage to make it better for everyone! With that, I'll say that I have not even yet installed Sage. I bought it some time ago and have been building my HTPC for like a month now (too many other projects ). After reading some things about 2.1/2.2 I was going to stick with just v2.0. However, after looking at all that is going on with this STV, I'm most likely going to give the newest version a shot I'm the type who likes to somewhat understand what he's doing before just diving in (although sometimes I do have to just dive in!). This is where I'm a bit confused about installing this STV. Keep in mind though I don't even have Sage up and running yet... just spending a lot of time reading and trying to figure things out But, in reading/skimming many of the 80 pages here I'm stumped about just the pure basics. LOL! For example, in the original post here as part of the install it indicates... Quote:
I've got some time off from my job in the next few days and expect to have my HTPC up and running (finger crossed!) and would like to jump right in with this very cool STV. Would it be possible for one of you smart guys to step me through with a step by step "guide" on just how to install this on a new install of Sage? It would be much appreciated and since I don't like to think of myself as "stupid" I'm thinking some others might be wondering the same thing and it might help them too! LOL! Thanks!!! |
#1595
|
||||
|
||||
Cayars ~
I was just trying to download the latest of your STV, and noticed that 2 of the 3 required files are no longer available. Any idea where I can get these files? The files I'm talking about are from the first post in this thread... "DOWNLOAD FILES You will need to download 3 files: Extract JavaR1.zip into your Java library extensions directory (i.e. C:\Program Files\Java\j2re1.4.2_05\lib\ext) Extract CoreFilesR1.zip into your main SageTV directory. Please make sure nested folders get extracted correctly. Extract Cayars15.zip into your main SageTV directory. Please make sure nested folders get extracted correctly. This file normally only contains the menu and STV files. This should be all that is needed to upgrade from any release "5" or greater setup already installed."
__________________
Warm Regards, Andy Kruta A+, CNA, MCSA, Network+, RHCE "It's kinda fun to do the impossible" - Walt Disney |
#1596
|
|||
|
|||
Try it again now.
|
#1597
|
||||
|
||||
Quote:
1.Install SAGE software. 2.Make sure you have Java Runtime Environment installed. 3.Backup your SAGE directory (i.e. c:\program files\frey technologies\) 4.Extract JavaR1.zip into your Java library extensions directory (i.e. C:\Program Files\Java\j2re1.4.2_05\lib\ext). Etc... |
#1598
|
|||
|
|||
Or maybe the fact that after installing the files you have to change the STV file being used in Detailed Setup->Advanced.
|
#1599
|
||||
|
||||
Quote:
|
#1600
|
|||
|
|||
Quote:
As far as using different parameters from the command line, I think that once scripting is available, that need might better be addressed as script input rather than command line. The ability to use different .ini files for different programs can easily be done from scripts and it's certainly conceivable to allow .ini file input directly from the script to override the .ini file itself. We'll see as that progresses. Thanks for the input. |
Currently Active Users Viewing This Thread: 4 (0 members and 4 guests) | |
|
|