|
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 |
#21
|
|||
|
|||
Quote:
If I get this working, it'll rock ... Dirk |
#22
|
||||
|
||||
For people who are playing around with this over the weekend, if you have any trouble go ahead and post your menuGen.log(might end up in C:\), qdvd.log, and qdvd.bat files for me to look at.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#23
|
|||
|
|||
I haven't tried this addon yet, but plan on setting it up tonight when i get off work.
I just have a question. When you burn a dvd using this addon, does it include the commercials on the dvd? if it does include the commercials, what are some ways to get rid of them? I've read about using a little program called videoredo that can cut up the video, and recompress it to xvid or whatever over night. can it make chapters, so you can just skip by the commercials? if it doesn't include commercials, awesome! Can't wait to try this out |
#24
|
||||
|
||||
Yeah, the commercials are still there, but if you have comskip or SA working it'll make chapters if the commercial list files exist so you can just skip them.
The reason I'm not removing commercials is that... a) Commercial flagging is a great convenience, but I don't trust it 100%, especially with HD material. I'd rather waste some space on the DVD rather than have the ending of a show cut off. b) When you make cuts in videos you might be entering a world of a/v sync pain. Heck, i'm still having audio sync problems when i'm just demux/remuxing the original, uncut, video (although, I think I finally solved 'em )
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#25
|
|||
|
|||
Ok, I finally got my first IMG file created , but I am having trouble burning it with ImgBurn. After writing the lead-in it always hangs on 'synchronizing caches' (and the progress bars remain empty). Once it came back after 15 minutes and claimed success, but the VIDEO_TS folder on the DVD was empty. I tried it on a different burner on my other PC, but had the same problems ...
Is there any other freeware app which can burn IMG format ? I have Nero, but it doesnt seem to support it ... Thanks, Dirk |
#26
|
|||
|
|||
Oh well, it might not have anything to do with ImgBurn, I just noticed that the .img file is only 800k ...
To eliminate all other factors, I ran the perl2dvd.bat manually, and attached the output / log files to this post. One other thing I noticed was that the bat file does not exit (so the job in DirMon2 doesn't go away either) - is the "pause" command in perl2dvd.bat intentional ? Thanks, Dirk |
#27
|
||||
|
||||
Opps, I didn't mean to include perl2dvd.bat in the release, its just something I use to test when i'm debugging Dirmon so the terminal window doesn't disappear right away.
Oh man, and .bat file is in the Dirmon picture on the install page too, change that to perl2dvd.exe. But that doesn't look like its your main problem. If I had to guess from the log files, it looks like menuGen.exe isn't spitting out the menus properly. Go ahead and set "Debug save files" to 1 in the menuGen preference file and, as long as you still have the videoNames.txt file, you can rerun menuGen.exe manually to see where its dying Code:
menuGen.exe "Images_bt" "E:\Program Files\SageTV\SageTV\menuGen.pref and mpeg's in your work folder and if you preview the jpg's they should look like the menus. Edit: Nevermind all that, I figured out what's going on. I'll have a fix ready to go tommorow.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 05-14-2006 at 07:17 PM. |
#28
|
||||
|
||||
Since everyone is having the same problem, I thought I'd explain it really fast.
When Dirmon2 kicks off a process, it runs it from the "C:\Windows\System32". I thought this wasn't a problem since I was using full paths everywhere I could, but the program I use to generate the menus, gm.exe, apparently is still too stupid to find its own configuration files . This was causing the menuGen to fail, which in turn caused an avalanche of failures which ended with having an empty, worthless, .img file. The reason I never noticed it before was that I was kicking off perl2dvd.exe manually instead of letting Dirmon2 do it. I'm working on a fix and I should have something out by Tuesday. Until then, letting dirmon2 kick off your perl2dvd.exe will fail 100% of the time In the meantime, if you want to see this thing actually work (I swear to god it does), you can open up a command prompt, change directory into your SageTV folder, and launch it manually with the full path to your .qdvd file in quotes as the first parameter... Code:
perl2dvd.exe "J:\DVD\dvdList.qdvd"
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#29
|
||||
|
||||
I just voted. Please make it an import so I can use this with the standard sage3.stv
From what I saw in your screenshots: Nice work!
__________________
Oliver Kötter ------------ Check this thread for importing German TV Data into SageTV Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz) My avatar shows the world's best composer!!! |
#30
|
||||
|
||||
Quote:
Step 2 - Make it work in SageMC 16x9 Step 3 - Make it work everywhere I actually do have a SageMC only STVi of this, courtesy of flachbar, which i'll get around to testing and releasing really soon.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#31
|
|||
|
|||
Quote:
I get the following error: Code:
E:\Video\SageTV\SageTV>perl2dvd.exe \\mediapc\recordings\TheOffice-CasinoNight-8 15914-0.qdvd ... INFO: [???] BUFFERING min 15 Buf max 137095 INFO: [???] AUDIO_STATISTICS: c0 INFO: [???] Audio stream length 123772320 bytes. INFO: [???] Syncwords : 107442 INFO: [???] Frames : 107442 padded INFO: [???] Frames : 0 unpadded INFO: [???] BUFFERING min 15 Buf max 1163 INFO: [???] MUX STATUS: no under-runs detected. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm convert: Unable to open file (E:\Vid eo\SageTV\SageTV\STVs\SageTV3\SageMCE\\\mediapc\recordings\TheOffice-CasinoNight -815914-0.qdvd\background.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\menuBackground.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\menuBackground.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\menuBackground.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\menuBackground.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\menuBackground.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm convert: Unable to open file (E:\Vid eo\SageTV\SageTV\STVs\SageTV3\SageMCE\\\mediapc\recordings\TheOffice-CasinoNight -815914-0.qdvd\background.png) [No such file or directory]. /cygdrive/e/Video/SageTV/SageTV/perl2DVD/gm composite: Unable to open file (E:\V ideo\tmp\subMenuBackground.0.png) [No such file or directory]. Thanks, Dirk |
#32
|
||||
|
||||
??? Wow, that's a new one...
"\\mediapc\recordings\TheOffice-CasinoNight-815914-0.qdvd", is the first parameter from perl2dvd.exe, but that's the output from menuGen.exe. It should never even see that variable. The software i'm using to compile the perl scripts into exe is prolly doing something wonky. S'all right, what i'm working on right now should be able to fix all of that. I'm piecing together a proper testbed tonight and I'll test my new build on a fresh install of XP and SageTV. Hopefully that will prevent anymore... surprises
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#33
|
|||
|
|||
Quote:
Anyway, I can wait for the next update ... Thanks, Dirk |
#34
|
||||
|
||||
I sure hope not, because I have Cygwin installed on all of my machines too
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#35
|
||||
|
||||
So much better than before, I should pull a Sage can call it 2.0
5/19/06 v0.9
- Started using SageTVTranscode for sdtv demux/remux. This seems to clear up all of the issues I was having with bbdmux, mpgtx, and mplex. - Updated version of GraphicsMagick (gm.exe) because the old version was having trouble finding it’s configurations files causing dvdauthor to error out, causing empty .img files. - Combined perl2dvd.exe and menuGen.exe into one script/.exe because strange, strange, things were happening. - Consolidated all of the preferences into one file, perl2dvd.pref. This will make setting this up less painful. - All the work is done in a sub folder of your work folder to make debugging easier. - Before deleting a work folder, I added a check to make sure there are no unexpected subfolders. This is to protect you from messing up your setting and accidentally having the script delete the wrong folder. - All .qdvd files are now written to your work folder - The multi and single file batch files will now be named as set in the add2dvd preference line in perl2dvd.pref and the name of the batch file will have the show title of the first video prepended to it to help you identify it - Videos that don’t have a commercial detect file will have chapters automatically generated every using the default chapter length preference - Added separate Comskip offset preference for SDTV because detection is usually much more accurate there. - Added transcode stats to the logfile for my own debugging purposes - Added better logic to determine automatically if SDTV shows need to be transcoded. This will now work properly regardless of what DVD profile you are using. Hell, you can even mix and match DVD profiles, it doesn’t matter. - In order to lessen my dependence on Sage, video length is now being determined automatically using ffmpeg instead of with what Sage is reporting. - Replaced full STV with a SageMC specific STVi from flachbar. Import instructions are on the download page. In addition to everything above, I've also written a small novel on the download/instructions page entitled "I have too much free time". I encourage you to read everything because it should answer most any questions you might have. This version is heavily tested so I have all the confidence in the world that it works. I wanna start seeing some success stories posted this weekend
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#36
|
|||
|
|||
Quote:
These changes sound quite awesome, can't wait to try it out ... Dirk |
#37
|
||||
|
||||
next step is a standard-stv-import? *hope*
__________________
Oliver Kötter ------------ Check this thread for importing German TV Data into SageTV Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz) My avatar shows the world's best composer!!! |
#38
|
||||
|
||||
Quote:
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#39
|
||||
|
||||
Quote:
__________________
Oliver Kötter ------------ Check this thread for importing German TV Data into SageTV Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz) My avatar shows the world's best composer!!! |
#40
|
||||
|
||||
Yep, NTSC only, but not intentionally. It shouldn't take much to make PAL/NTSC configurable by option. I'll put it on the todo list.
... no one here is SECAM... right
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DVD Burning Mod or Standalone DVD Burner | jradi | SageTV Customizations | 6 | 10-01-2006 07:18 PM |
DVD burning software | k9k9 | The SageTV Community | 6 | 05-01-2006 03:27 PM |
DVD Burning | Mysticeti | SageTV Software | 7 | 08-27-2005 06:34 AM |
burning to DVD | aoehlke | General Discussion | 4 | 05-05-2005 12:35 PM |
Burning DVD for use in DVD players | jpannier | SageTV Recorder Software | 8 | 11-06-2003 12:18 PM |