|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#141
|
||||
|
||||
Quote:
Never mind, my eyes crossed reading the instruction. I missed step 4c) Import SageMCVideoTools_v3_0.xml into SageMC_169_ep. When I saw that step for some reason my brain think I already done that step and I was thinking in term of Load SageMC_169_ep.xml. All is good now. It working Thanks Bill
__________________
HTPC System GIGABYTE GA-MA69GM-S2H AM2 AMD 690G HDMI // AMD Athlon 64 X2 6000+ Windsor 3.0GHz // G.SKILL 6GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR // Hauppauge Colossus HD-PVR // Hauppauge Colossus HD-PVR // Seagate ST3750640AS 750GB SATA-300 16MB // DVD R/W - SAMSUNG Black Media Extenders HD300 HTPC Software Windows 7 Professional 64bits // SageTV 7.1.x // Java 1.7.x |
#142
|
||||
|
||||
Quote:
|
#143
|
||||
|
||||
Ok, sorry, I misunderstood, sounds like you're talking about getting comskip set up. Check out
http://forums.sagetv.com/forums/showthread.php?t=20358 Its a really easy way to get things going. Or you could also take dirmon2 which you already have if you're running this plug-in and set up a new job for comskip like this... Last edited by evilpenguin; 12-10-2007 at 12:24 AM. |
#144
|
||||
|
||||
Oh, I forgot to mention. To burn DVDs, go to the status menu, select the burnDVD icon, and one of the options will be to burn the DVD...
Its super easy now and uses a CLI burner from the windows server 2003 tool kit you installed. It does everything from within Sage, no more jumping between apps and losing focus. |
#145
|
|||
|
|||
Quick question:
Does the DVD burning capability check for .edl files and cut accordingly? |
#146
|
||||
|
||||
Quote:
Nope, I forgot to add that. Once I get some reports back that all the other DVD stuff is working working, i'll pop that in. |
#147
|
|||
|
|||
Trying the DVD burning.
The DVD just perpetually stays in working status. There is a 4gig or so img file that has been created, but it seems to start the process over as soon as it is done. What is not happening to get it to the next step? |
#148
|
||||
|
||||
Quote:
This should create a nice zip file with every log file that you can send to me @ perl2dvd(at)gmail(dot)com. Hopefully i'll be able to figure out whats going on with this. |
#149
|
|||
|
|||
Is there somewhere to put this in a defaults, or does it have to be inserted into the individually created qdvd files before the processing starts?
|
#150
|
||||
|
||||
Quote:
Code:
DEBUG: Save work folder log files to zip = true |
#151
|
|||
|
|||
EP,
One question... Do you cut commercials before compressing or after. I am asking because I find it better to cut the commercials out before doing a 2 pass?. If you leave the commercials they sometimes get a higher bitrate than the movie itself.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-11-2007 at 03:57 PM. |
#152
|
||||
|
||||
*sigh* You've exposed my secret shame: I'm cutting out commercials after encoding (If this were the doom9 forums, i'd be run out of town on a rail )
I tried to setup pre-encode/during-encode cutting, but I couldn't make it work 100% of the time with only freeware tools. For an automated plug-in reliability >> efficency. Last edited by evilpenguin; 12-11-2007 at 04:10 PM. |
#153
|
|||
|
|||
Quote:
thx mike
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#154
|
||||
|
||||
That's a possibility I hadn't considered, but even if it does affect the timeline I should be able to compensate for it by comparing the original video's duration to the compressed one and adjusting the EDL points accordingly.
|
#155
|
|||
|
|||
Quote:
EDIT: never mind, I had a typo in the name of the .pref file. Starting over again, and will report back. Last edited by grooves12; 12-11-2007 at 06:50 PM. |
#156
|
||||
|
||||
Quote:
Basically your problem is that the qdvd file isn't getting deleted by perl2dvd.exe and that's causting it to keep processing it over and over again. Could you also check if .work files are being created next to the .qdvd files? Last edited by evilpenguin; 12-11-2007 at 06:54 PM. |
#157
|
|||
|
|||
Okay, here is the zip file...
Like I said, what is happening is, I send the DVD to be created. Everything runs through. It goes through all the steps, creates the .img file, cleans up the work folders, and then starts over. For a quick instance if I go in at the right time, the Menu even shows the status as being ready to burn, then it goes back to "working." I thought it might be a Dirmon2 issue, but I rechecked the configuration, and it is exactly as outlined in the instructions. Last edited by grooves12; 12-11-2007 at 07:28 PM. |
#158
|
||||
|
||||
Thanks for the log files. It looks like the issue is in the code rather than with your setup. I'll get to the bottom of this, but in the meantime, go ahead and delete that qdvd file manuallly to kill the loop.\
edit: Already found it This... Code:
if ( $status =~ /(finished|error)/i && !($qdvdFile eq "")) { # If we're finished or it's an error, delete the qdvdFile unshift(@delFiles,$qdvdFile); } Code:
if ( $status =~ /(finished|error|burnDVD)/i && !($qdvdFile eq "")) { # If we're finished or it's an error, delete the qdvdFile unshift(@delFiles,$qdvdFile); } Last edited by evilpenguin; 12-11-2007 at 08:04 PM. |
#159
|
||||
|
||||
SageMC Video Tools v3.0f1
Change list-
|
#160
|
||||
|
||||
EP, thanks for all the work on this.
I have one issue that I haven't been able to search and find a resolution on. It's working great on my PC which is server(service mode) and client but not on my MVP. I can see the Video Tools menu under SageMC/Extras. I followed the import directions on the server side and when I finally got to my MVP (I have SageMC loaded for this too) the status menu item was there (surprised me a little). It said it didn't have a link to anything though. I also went to SageMC/Extras and the video tools weren't there. So I loaded the SageMC_ep and then imported the Video Tools through the MVP interface and things got a little screwy. The Status menu would show things on the screen but overwrite the main menu in a transparent way. Also, the Video Tools menu under SageMC/Extras is not there and when I go to send a show to be compresssed none of the Video Tool options are there. I'm running version 6.2.10 of Sage. I'm at a loss on this and any help would be appreciated. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Video Out Popup Menu for SageMC | razrsharpe | SageMC Custom Interface | 7 | 04-03-2010 04:49 PM |
STV Import: SageMC Video Tools v2.0.1a (2/02/07) | evilpenguin | SageMC Custom Interface | 501 | 04-06-2009 05:13 PM |
SageMC Video Tools 2.5 Alpha (need testers) | evilpenguin | SageMC Custom Interface | 6 | 02-23-2007 07:59 PM |
SageMC Video Tools | vividweb | SageMC Custom Interface | 2 | 12-08-2006 06:34 PM |