SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-02-2005, 03:50 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Arrow Utility: KJake CreateDVD 0.5.3 Alpha (03 Feb 2006)

0.5.3 Alpha -- Testers needed!

Added:
1) Build DVD Structure XML file
2) Build DVD Structure
3) Find and convert comskip commercial points into DVD chapter timecodes
4) Create DVD Image

Fixed:
1) Dumb problem with the Build directory location (thanks Henki)

Read-on for some updated documentation...

----

0.5.2 Alpha -- Testers needed!

1) Added logging ([Work]\kjake_dvd_create.log); with roll-over
2) Added Error catching and abort (logging and using exit codes too)
3) Completes Top Menu MPG now
4) Demux/Mux of Show files is done (UNC paths work)

----

Features:
1) Dynamic Menu creation
2) Info screen for each program
3) Programs are translated to be DVD compliant, so it should not matter what quality you record in
4) XML driven
5) Creates an ISO file for burning later
6) Places chapter points to allow skipping of commercials (if comskip output file is found)
7) [Will?] Cut commercials before muxing the final title
8) [Will?] Burn the DVD-Video ISO for you

Requirements:
1) Meekell STV
2) com/kjake folder (included in installer)
3) Java binary in your $PATH (or %PATH%)
4) NTSC (for now)

Installation:
1) Uninstall the old KJake CreateDVD
2) Delete the CreateDVD folder just incase it isn't gone (this is in the SageTV folder)
3) Shutdown SageTV (service too)
4) Run the new installer from the link below
5) Start SageTV
6) Activate Meekell STV

Usage (first time only, else skip to step 8):
1) Start SageTV after Installation
2) Select/Activate Meekell STV
3) From the Home/Main Screen, Right-click (ESC or Yellow button)
4) Choose Advanced
5) Choose External Setup
6) Enable DVD Burning
7) Choose the Setup option for DVD burning too
7.1) What you put here isn't important anymore, but required by the STV still
8) Go back to the Home/Main Screen
9) Select My Shows on the menu and cursor to the right and then move up
10) Select Recordings
11) Choose a Program and then Select More Options on the popup
12) Select Add to DVD List
13) It confirms, Select Ok
14) Select Done on the Program pop-up
15) Go back to the Home/Main Screen
16) Select Media on the menu and cursor to the right and then move down
17) Select DVD Burner
18) You'll see a list for all of the programs that you added to the DVD list
19) Remove programs from the list if you need/want
20) Select Burn
20.1) On first run, CreateDVD will complain about missing an .ini file. It will then run it's config tool. Choose your options and then Finish so that it writes the .ini file out.
20.2) From here on out on the new version, you don't know what's going on - this will need to be improved either by the STV authors or I will need to show a progress dialog.

You can watch the progress in [Work]\kjake_dvd_create.log.

When completed, you should be presented with an ISO file in your [Work]\SageDVDBuild\ folder.

New installer:
http://www.kjake.net/sage/CreateDVD_0.5.3_alpha.exe

Meekell STV from Crashless:
http://forums.sagetv.com/forums/showthread.php?t=12344

Last edited by KJake; 02-03-2006 at 12:06 AM. Reason: update
Reply With Quote
  #2  
Old 08-03-2005, 01:56 AM
bebanovich bebanovich is offline
Sage User
 
Join Date: Jan 2005
Posts: 52
OK, I'm excited now. Are there still plans to make this an import or will we only be seeing it in Meekell?
Reply With Quote
  #3  
Old 08-03-2005, 04:44 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
We're going to try making it into an import once we get the interface completely working in the Meekell STV. Right now, there are some unfinished features that are being worked on.
Reply With Quote
  #4  
Old 08-03-2005, 01:02 PM
justme justme is offline
Moderator
 
Join Date: Mar 2003
Location: Greater Baltimore/Washington Metropolitan area
Posts: 1,481
Excellent! Glad to see you continued to work on this and found someone(way to go crashless ) who had the STV skills/time to provide what you needed. I look forward to seeing where it goes in the future. As far as coming features... it seems the order you have them listed in would be logical to me. I may not have much time to play with it but hopefully I'll get a chance to play a little soon. Very busy with personal life so I haven't had a chance to try the STV/utilty out yet.

Does it already use srt/smi files, if available, to mux in subtitles for the show when played back on the compiled DVD? If not, this seems like something that might be easy(you may know much better though ) and usefull.

Anyway, I really just wanted to say great job guys. This is something I've wanted to see added to Sage for literally years.

/justme
Reply With Quote
  #5  
Old 08-03-2005, 01:39 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Subtitles are a great idea, and I can get them from show analyzer, I've added that to the coming features area.
Reply With Quote
  #6  
Old 08-03-2005, 04:34 PM
kendryk kendryk is offline
Sage User
 
Join Date: Jan 2005
Posts: 23
I am using meekell.stv trying to get burning of a 1 hour show to work, so far this is what I get:

I have a show "Lost.mpg" in the Lib. directory I have a created .txt/xml/vprj/ccno file(s)

I go to the Burn section of the STV, and I see:

Starting.....
Building Top Menu...
Adding text for "lost-xxx....

nothing past that, there is a "movies" subfolder in the work directory that remains empty. There is a .png file for the menu with the filename/date/time in it.

in the CreateDVD folder there is lost.xml with all the correct info in it.

I attempt to run make.bat E: "C:\work" and I get:
Remove old DVD build directory....
Building top menu....
1 Title(s) found.
Adding text for "lost-xxx.xml"...
Placing "lost-xxx_sagetopmenu.xml.stamp.png" on final background...

then the cmd line simply vanishes.... there might be one more line after that, but I am not quick enough with the pause key to catch it. Nor do I know where to put a pause line in the .bat file

There is no additonal CPU usage, or any associated processes running... so I guess it just dies somewhere.

Any Ideas?
Reply With Quote
  #7  
Old 08-03-2005, 05:02 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Sounds like it is dying and exiting. Check the error log in CreateDVD\dvdburn.log and send it to me via email or PM. If there isn't an error in the log, PM me and I'll send you or post a different version that doesn't exit like that and will allow you to see all of the output.
Reply With Quote
  #8  
Old 08-04-2005, 04:37 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Just a reminder that I'm here to help you with this error.
Reply With Quote
  #9  
Old 08-05-2005, 01:55 PM
kendryk kendryk is offline
Sage User
 
Join Date: Jan 2005
Posts: 23
I have just did a fresh install of everything, still no go. I get nothing out of the log files.

Last thing I see on the screen is Adding Text for "FamilyGuy.....

What is the next piece I should be seeing? how long does it take to Add Text?

Last edited by kendryk; 08-05-2005 at 02:04 PM.
Reply With Quote
  #10  
Old 08-05-2005, 03:36 PM
insomniac's Avatar
insomniac insomniac is offline
Sage Icon
 
Join Date: May 2003
Location: Concord, Ca.
Posts: 1,104
Just wanted to say thanks for this great feature. Its been needed for a long time. I cannot wait until its a plugin!

I actually cannot believe that there hasnt been a hundred posts yet on this topic!

Keep up the good work.

I.
__________________
If you're not cheating, your not trying...

My sage rigs:
Server - Windows 2003, Intel 865 PERLL w/ P4 3.2g 1gb ram, 3-PVR250, 3-PVRUSB's, 1 Skystar2, 1 twinhan 102g, 1 starbox DVB-S Cards. Evo network QAM encoder. 1.2TB storage 6.x server + MTSAGE for DVB
Client 1/Master BR - MediaMVP running a 30" Olevia LCD TV.
Client 2/Front Room - Shuttle ST61G4 XPC 1gig ram, 60gb HD, BTC9019 wireless keyboard/mouse & Harmony 880. 6.x client. GF6600GT driving a Sony WEGA 55" rear projection tv.
Reply With Quote
  #11  
Old 08-05-2005, 07:22 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by insomniac
I actually cannot believe that there hasnt been a hundred posts yet on this topic!
me too!
Reply With Quote
  #12  
Old 08-05-2005, 07:30 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by kendryk
I have just did a fresh install of everything, still no go. I get nothing out of the log files.
[snip]
What is the next piece I should be seeing? how long does it take to Add Text?
kendryk,
Sorry you're having this problem. It is really odd that nothing is getting written to the log. To help you out (and anyone else having problems) install this debug version that won't automatically exit the script so you can see everything printed out. Just download this and install as normal, it will overwrite anyfiles. Then run it from the command line as you've done before. My only thought on this right now is that perhaps my the weird 1 title record problem has come back, but I'll wait to hear from you on that.

Thanks!

Debug Version
Reply With Quote
  #13  
Old 08-07-2005, 05:32 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Quote:
Originally Posted by KJake
me too!
Well, I guess I have an idea why you have so little feedback:
I looked at your tool, but find it way too complicated, because I do not use Meekell. Make it an easy to use import.stv, than many people will kiss your ass
__________________
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!!!
Reply With Quote
  #14  
Old 08-07-2005, 06:16 AM
JasonJoel JasonJoel is offline
Sage Icon
 
Join Date: Mar 2003
Location: St. Louis, MO
Posts: 1,043
Yup, I'm sure you are right. I don't plan on using Meekel's STV either right now as I'm fine with the v3 STV + Imports. I'm sure a lot of others are in the same boat.

Nice feature though for people who want to archive to DVD! I don't, as I cut the commercials out and convert to Xvid first in the rare occassion I archive something to DVD. But I'm sure a lot of people could use this.

Jason
Reply With Quote
  #15  
Old 08-07-2005, 08:04 AM
kendryk kendryk is offline
Sage User
 
Join Date: Jan 2005
Posts: 23
I think this is just an alpha build, that's why it looks/feels a bit complicated right now. I burn series shows every now and again for someone, this will be an easy way to do that. I also want to try it out for the Movies I have.

With harddrives comming down in price, I personally don't see a reason to do the Xvid/Divx thing anymore, besides I could never get the quality to my liking.

I also have videoredo, for the comm skip. I see the program has some sort of basic integration with it, but unfortunatly I have to get through one more bug to test it out.

Maybe when this program is good and stable, Kjake could add some more features.. such as Music burning? Maybe some "in program" conversion, to other bitrates and types.. ie Xvid? I think it will be a very good import... Kjake needs more beta testers though.

Just my thoughts on how I will use it....
Reply With Quote
  #16  
Old 08-07-2005, 08:23 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Yes, I called it beta, but it really wasn't out in the wild that long, so I'm not hurt if anyone thinks it is Alpha. It definately needs some more testers....anyone?
Reply With Quote
  #17  
Old 08-07-2005, 09:59 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Quote:
Originally Posted by KJake
Yes, I called it beta, but it really wasn't out in the wild that long, so I'm not hurt if anyone thinks it is Alpha. It definately needs some more testers....anyone?
Well, I would like to test it, but I do not want to use Meekel-STV, I use SageTV3 with some imports.

But I am willing to test it manually, please tell me what to do, some documentation would be nice.
I like the ability to skip commercials on DVDs by going to the next chapter...
__________________
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!!!
Reply With Quote
  #18  
Old 08-07-2005, 08:23 PM
bclenney bclenney is offline
Sage Advanced User
 
Join Date: Feb 2005
Posts: 164
I'd love to be able to use the program but I too use SageTV3 with some imports. Come on KJake, make it an import instead!
Reply With Quote
  #19  
Old 08-07-2005, 08:28 PM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
I'll see what I can whip up. One of the main reasons that Meekell is only supported is because it is writing out specific XML files for my scripts.
Reply With Quote
  #20  
Old 08-07-2005, 10:51 PM
insomniac's Avatar
insomniac insomniac is offline
Sage Icon
 
Join Date: May 2003
Location: Concord, Ca.
Posts: 1,104
would it be safe to assume that these xml files are the same as the ones written from cayars?

If so, could we not test it out with the one that nielm unlocked
__________________
If you're not cheating, your not trying...

My sage rigs:
Server - Windows 2003, Intel 865 PERLL w/ P4 3.2g 1gb ram, 3-PVR250, 3-PVRUSB's, 1 Skystar2, 1 twinhan 102g, 1 starbox DVB-S Cards. Evo network QAM encoder. 1.2TB storage 6.x server + MTSAGE for DVB
Client 1/Master BR - MediaMVP running a 30" Olevia LCD TV.
Client 2/Front Room - Shuttle ST61G4 XPC 1gig ram, 60gb HD, BTC9019 wireless keyboard/mouse & Harmony 880. 6.x client. GF6600GT driving a Sony WEGA 55" rear projection tv.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 05:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.