Hello,
Windows 7 Media Center (and OS) is by far my favorite and (knock on wood) the most stable yet.
However the new WTV files killed Lifextender - which means it killed my dream of ever moving past Vista. Until yesterday (May 29, 2009), I found out that Microsoft in their wisdom, put in a free WTV Converter.
Today at work, I took a 4 hours lunch to write a BAT file to automate this process - forgot to eat any food too :)
What this BAT Files Does
- Verifies you have the correct Windows with the WTV Converter program
- Moves the WTV files from the Recorded TV folder to a safe working directory (TV2Convert)
- Converts the files from WTV to DVR-MS
- Moves the new DVR-MS files back to the Recorded TV Folder
- Note - This allows any Third Party Program to do their magic with their default settings
- Moves the original WTV files into a Keep Me Safe Folder called Original-Files
- This protects you from losing a TV Show do to a bad conversion (including Lifextender)
- Deletes old origianl WTV files based on your criteria
- For example - I say keep 2 days worth - just in case - I can alway pull back the WTV file
- Does more :)
In short, you schedule Windows 7 to run this, and then Lifextender after
I have this BAT file running at 1 AM, and Lifextender Running at 2 AM
No more commercials - but again, I have my original WTVs just in case.
CLICK HERE TO DOWNLOAD BAT FILE
CLICK HERE TO VIEW A TEXTED VERSION OF THE CODEAs it only took me 4 hours (it's been a while), I can only hope the Lifextender programmer will find it in his heart to do this in Lifextender directly. I can't promise much as we just had a baby 8 weeks ago, so time is short. But as I needed this automated, I assume others do to.
Items to verify and/or change in BAT file (just look for these 1 lines)SET DAYS2KEEP=
2 (default is 2 days)
Change Log:
Ver 1.1 06-01-2009 Pulls Recorded TV Path from Registry Now
Ver 1.0 05-30-2009 Created
Future Items
- Most likely will re-write into EXE and have a config file for end user settings
- Possible Vista version as anyone needs a backup before commercial skip program (they all screw up from time to time)
Please post any recommendation or issues.