![]() |
|
|||||||
| DirMon Discussion Discussion related to the DirMon application produced by Dragon Global. Questions, issues, problems, suggestions, etc. regarding Dragon Global should be posted here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm setting up DirMon2, and I would like to set up a conversion process for _some_ of my SageTV recordings. For example, I would like to convert "The Daily Show" to XVid, but nothing else.
Is there any way to target by anything other than extension? Can we use a wildcarded file mask? Thanks! |
|
|||
|
Just wanted to say that I was hoping for this feature, too.
Reason: I want ads parsed/removed from most of my shows, but if they are known PBS shows (Frontline, NOW, Nova, etc), I do NOT want comskip/ShowAnalyzer to run on them. PBS shows do not have ads but comskip/SA tend to find blank frames or other indicators and skip valid show segments. Thanks Jere. DirMon is SLICK! Can't wait to upgrade to DM2. |
|
||||
|
If you're using SA, you can use the automatic profile selection to tell SA what files to not process. It is much more flexible than a filename match since it can also use channel number, name, path, etc.
Jere
__________________
DEATH TO ALL COMMERCIALS Latest Stable: ShowAnalyzer 1.0.59 - 8 Feb 2010 Latest: DirMon2 Beta 0.6.4 - 8 May 2008
|
|
|||
|
Quote:
If all you want it to be is the scheduling brains for SA, then it's fine as is. If you want it to be more generally usefull, then some additional work is needed. |
|
||||
|
I realize that the following solution for you is ugly... very ugly, but it does work.
Step 1: Make sure that your path has a . in it. A directory like D:\Incoming.Videos\ will work fine. Step 2: Come up with a regular expression (perl style rules) that will find your files. Step 3: Put that expression in the target extensions block. Example 1: To process all the files with SG1 in the filename, I would use ".*SG1.*" (without the quotes) as the target expression. Example 2: To process all the mpg files with SG1 in the filename, I would use ".*SG1.*\.mpg" (without the quotes) as the target expression. Example 3: To process all the mpg or mpeg files with SG1 in the filename, I would use ".*SG1.*\.(mpg|mpeg)" (without the quotes) as the target expression. I realize it's ugly and not what you are looking for, but it does work. Jere
__________________
DEATH TO ALL COMMERCIALS Latest Stable: ShowAnalyzer 1.0.59 - 8 Feb 2010 Latest: DirMon2 Beta 0.6.4 - 8 May 2008
|
|
|||
|
Interesting solution - I'll have to think about that one for a bit. Like you said, it is ugly. But it does look like it will work. Thanks for sticking with me on this one.
One question - why the dot in the directory name? It appears that the regular expression should work without it, but then I'm a bit rusty on regex. Been in the Windows world a bit too long. |
|
||||
|
Quote:
Jere
__________________
DEATH TO ALL COMMERCIALS Latest Stable: ShowAnalyzer 1.0.59 - 8 Feb 2010 Latest: DirMon2 Beta 0.6.4 - 8 May 2008
|
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wait for target file to finish not working | ldavis | DirMon Discussion | 1 | 10-03-2006 12:03 PM |
| Not remembering 'Wait until the target file is finished' | axcairns | DirMon Discussion | 2 | 07-09-2006 12:05 PM |
| pass filename to processor | lbow | DirMon Discussion | 3 | 06-13-2005 09:57 AM |