|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#601
|
|||
|
|||
Just a quick suggestion that appeals to my obsessive/compulsive desire for everything to have meaning: How about using the present system time instead of a random number?
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#602
|
|||
|
|||
Well, the prize goes to mp328. I took mp328's recommendation and rebooted the htpc. It seems that the reboot fixed all the problems. I HATE that answer, though. I had restarted the sageTV service and sageTV UI several times, to no avail. Somehow, restarting unclogged whatever was going wrong. Your mileage may vary. Let us know if that works?
|
#603
|
|||
|
|||
clues to .edl and .txt files not being renamed?
Quote:
As rlvogel indicated, the "Commercial Cut" profile has some logic for "cuttingComm", but it looks like there may be two logic test errors. 1: a test for "cuttingComm" is failing 2: a test for "comCutSuccess" is failing Code:
- CLI #2 : ?>cuttingComm<:>?>EXT:edl&&comCutSuccess<:>#Moving_EDL#"%%ORIGINAL_FILE%%.edl" "%%ORIGINAL_FILE%%.edlcut"<?<? + Processing conditional: EXT:edl&&comCutSuccess<:>#Moving_EDL#"%%ORIGINAL_FILE%%.edl" "%%ORIGINAL_FILE%%.edlcut" - Conditional List: EXT:edl&&comCutSuccess + Checking: EXT:edl - Does file exist next to orignal video with a (.edl) extention? (\\HTPC\PVR01\Seinfeld-TheCheeverLetters-245439-0.mpg) + True + Checking: comCutSuccess - Does custom conditional (comCutSuccess) exist? + False = Overall: False, leaving blank! + Processing conditional: cuttingComm<:> - Conditional List: cuttingComm + Checking: cuttingComm - Does custom conditional (cuttingComm) exist? + False = Overall: False, leaving blank! + Command has no Output + Result : ! CLI command is empty, skipping batchfile - CLI #3 : ?>cuttingComm<:>?>EXT:txt&&comCutSuccess<:>#Moving_TXT#"%%ORIGINAL_FILE%%.txt" "%%ORIGINAL_FILE%%.txtcut"<?<? + Processing conditional: EXT:txt&&comCutSuccess<:>#Moving_TXT#"%%ORIGINAL_FILE%%.txt" "%%ORIGINAL_FILE%%.txtcut" - Conditional List: EXT:txt&&comCutSuccess + Checking: EXT:txt - Does file exist next to orignal video with a (.txt) extention? (\\HTPC\PVR01\Seinfeld-TheCheeverLetters-245439-0.mpg) + True + Checking: comCutSuccess - Does custom conditional (comCutSuccess) exist? + False = Overall: False, leaving blank! + Processing conditional: cuttingComm<:> - Conditional List: cuttingComm + Checking: cuttingComm - Does custom conditional (cuttingComm) exist? + False = Overall: False, leaving blank! + Command has no Output + Result : ! CLI command is empty, skipping batchfile |
#604
|
||||
|
||||
Evil,
The reason I am asking all of these questions is because I was hoping to try to get DVD processing working with the default STV using a combination of External Apps, Other Programs (assuming this still works in 6.3), and my limited scripting ability. I have successfully scripted the creation of the .qdvd file and can script the creation of the .txt file, then the perl2dvd program should do the rest right? My plans were to write a small script that also checks for your status files and creates the appropriate file in the OtherPrograms directory, with the final one being the batch that creates the DVD. Do you have any advice or tips to help with this? |
#605
|
|||
|
|||
Is anyone else experiencing a lowering of the volume after compression?
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 |
#606
|
||||
|
||||
SDTV or HDTV?
|
#607
|
||||
|
||||
Now that SageMC has its own forum we can afford to strech out a little bit so feel free to post problems and issues with the plug-in outside of this thread!
Just be sure to preface the titles with something like "Video Tools:...". |
#608
|
||||
|
||||
Quote:
|
#609
|
||||
|
||||
Quote:
Code:
Usage: dvdburn <drive:> <image> [/Erase] |
#610
|
||||
|
||||
Quote:
So do you think OtherPrograms works in 6.3? |
#611
|
|||
|
|||
HD for sure. I'll have to check on SD when I get home. I am playing back audio on the two speakers of my TV, not a 5.1 system, if that matters...
I'm using Intervideo audio decoders, although the same lower volume issue is present if I use AC3 filter or Sage audio decoders.
__________________
C2D e6320 P4M800Pro, 1gb DDR, 1100GB HDs Hauppauge HVR-1600, HDHomerun, Geforce 6200 Last edited by flashbacck; 04-02-2008 at 10:04 AM. |
#612
|
||||
|
||||
It looks like OtherPrograms 1.22 does work. Do you remember all of the shortcut postfixes?
_m - minimizes Sage _x - exits Sage _i - doesn't run the batch - more like a status marker That's all I could find in your OtherPrograms thread. Seems like there was another one that put sage to sleep, do you remember what that was? _u maybe? So from here the only thing left is for me to monitor the "qdvd folder" folder for changes and then script the various .lnk file changes in my OtherProgram folder, I may even try copying your status icons into that folder - might as well go completely old-school. If you can briefly tell me the format of the status file changes in the "qdvd folder" folder it will save me some time, otherwise I will just try to monitor the process to see for myself. |
#613
|
|||
|
|||
Hey folks,
When I try to compress HDTV shows using an edited AutoEncode profile (In Place, disabled every option, set bitrate to 2500, MKV container, h.264 Normal compression, Copy Audio), they seem to almost complete and then give a "doesn't exist" error of some sort. Here's the error file that was generated when I tried to encode an episode of Smallville last night: Smallville - Veritas(1).Auto Encode.77 compress Error ! Final video, \\SERVER\MEDIA (G)\SageTv\Smallville-Veritas-962454-0.mpg.Auto Encode.compress.WorkFolder\Smallville-Veritas-962454-0.2_auto_encode.19.dumpVideo.video.264, doesn't exist Everything works fine when compressing SD shows (and FAST too!). Also note that I have Dirmon2 and all the perl2dvd stuff running on a quad-core machine that is not my SageTV server. It is still using the SageTV server's hard drive for the work folder location (just read about that nice setupworkfolder.exe option when I was searching around for help with this). I have everything setup with UNC paths, and again seems to work fine for SD shows. I've attached the full compress log file and I'm hoping I just have some setting wrong...any tips? Thanks! Dave P.S. I apologize in advance if this kind of error has already been addressed in the thread or elsewhere in the forums, but I just can't seem find anything searching around... |
#614
|
||||
|
||||
Nevermind, I got it.
World's Best - (1).videoDVD.41.qdvd - queued World's Best - (1).videoDVD.41.working.txt - processing World's Best - (1).videoDVD.41.burnDVD.txt - ready to burn |
#615
|
||||
|
||||
Quote:
|
#616
|
||||
|
||||
Quote:
a) It loses a tiny bit of quality b) The volume level is lowered a little bit In my experience those two things have never resulted in a noticeable difference but if you think it gets too quiet there are things I can do to boost the volume a little bit. |
#617
|
||||
|
||||
Quote:
You're prolly better off porting my SageMC status menu which has the code to read the burn path from burnDVD.txt file and launching the burning from within sage without all that shortcut nonsense. |
#618
|
|||
|
|||
Quote:
Dave |
#619
|
||||
|
||||
Quote:
I would love to do this, it's just I have "NO" studio experience, and limited java programming skills. I should probably use this opportunity to get my feet wet though. |
#620
|
|||
|
|||
Quote:
Thanks Greg |
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 |