I used to just use my V: drive for video storage. I've added E: and T: as backup storage, and after a week vacation, worked fine. (It splits between V: and E: evenly and T: is an emergency backup.) I have my comskip process working now on V, E, and T just fine. But the cleanup script doesn't seem to be working for anything other than the V: drive. I tried to ensure that the configuration was the same, but to no avail. E: files for comskip remain.
My guess is that the cleanup section works for only the first entry, and a foreach(entry) loop doesn't exist or has a bug. I leave open the possible user error too...
Thanks for the help!
Here's my .ini file, in case it is useful:
[Global]
Polling Time = 600
Available Resources = 100
[Service]
Start Automatically = 1
Run as Local System = 1
Allow Interaction With Desktop = 1
Run as User = 0
User Name =
User Password =
[Job Description 1]
Name = SageTV comskip
Processor = C:/My Bin/MS-DOS/cskip.bat
Targets Are Paths = 0
Targets Are Extensions = 1
Command Line Options =
Must Exist 1 = mpg
Must Exist Logic = OR
Must Exist 2 =
Must And Or Must Not Exist Logic = AND
Must Not Exist 1 = edl
Must Not Exist Logic = OR
Must Not Exist 2 =
Directory 1 = V:/My SageTV
Directory 2 = E:/My SageTV
Directory 3 = T:/My SageTV
Ignore 1 = Between
Ignore 2 = Curious
Target 1 = mpg
Resources Needed = 100
Timeout Enabled = 0
Timeout = -1
Priority Boost Due To Job Description = 0
Priority Boost Due To Age = 1
Priority Boost Due To Name = 0
Process Subdirectories = 1
Wait Until File Is Finished = 0
Wait Until File Is Idle = 0
Wait Until File Is Not Growing = 1
Wait Until File Is Not Growing Time = 3
Wait Until Drive Is Idle = 0
Wait Until Drive Is Idle Time = 3
Hide Console = 1
Blackout Enabled = 1
Blackout Start Time = 659
Blackout End Time = 2359
[Cleanup Description 1]
Directory = V:/My SageTV
Process Subdirectories = 1
Target Extension 1 = ccno
Target Extension 2 = ccyes
Target Extension 3 = csv
Target Extension 4 = edl
Target Extension 5 = log
Target Extension 6 = smi
Target Extension 7 = srt
Target Extension 8 = txt
Target Extension 9 = mpg.xml
Trigger Extension 1 = mpg
[Cleanup Description 2]
Directory = E:/My SageTV
Process Subdirectories = 1
Target Extension 1 = ccno
Target Extension 2 = ccyes
Target Extension 3 = csv
Target Extension 4 = edl
Target Extension 5 = log
Target Extension 6 = smi
Target Extension 7 = srt
Target Extension 8 = txt
Target Extension 9 = mpg.xml
Trigger Extension 1 = mpg
[Cleanup Description 3]
Directory = T:/My SageTV
Process Subdirectories = 1
Target Extension 1 = ccno
Target Extension 2 = ccyes
Target Extension 3 = csv
Target Extension 4 = edl
Target Extension 5 = log
Target Extension 6 = smi
Target Extension 7 = srt
Target Extension 8 = txt
Target Extension 9 = mpg.xml
Trigger Extension 1 = mpg