Posts Tagged ‘DTb HowTo’

I posted a method for converting SageTV files to iPod/iPhone compliant files a while back, but a number of the files weren’t converting properly.  I also had problems with mencoder cutting commercials out of the files.  So, I retooled the approach, and I am now getting 100% success, using the approach outlined below. NOTE: Several [...]

Friday, January 2nd, 2009 at 14:18 | 4 comments

I came up with a regular expression that should allow full access to the path, filename, and extension when using the ChangeContextValue Action. I’m sure there is a more efficient way to do it, but this works just fine. FindRegex: ^((.*\\)(.*)\.(.*))\z ReplaceRegex: $1 = E:\Recorded TV\subdir\another one\Dirty Sexy Money_WJLA-DT_10_10_2007_22_00_01.dvr-ms $2 = E:\Recorded TV\subdir\another one\ $3 [...]

Tuesday, January 15th, 2008 at 17:08 | 0 comments
Categories: DVRMSToolbox
Tags:

Hello World – Profiles Profiles are the brains behind the DVR-MS processing and conversion performed by DTb. Profiles are stored as individual files in the C:\Program Files\DVRMSToolbox\Profiles directory. This tutorial will walk you through the building and executing a basic Profile that renames the input file. The screenshots are from Windows XP, but apply equally [...]

Saturday, September 22nd, 2007 at 02:17 | 4 comments
Categories: DVRMSToolbox
Tags:
TOP