Normal
The file is processed in the TvLibrary.Interfaces project. The specific part is in the class Capture.This line is the problem in the xml file:[code]<videoQuality minValue="0" maxValue="4" defaultValue="50" delta="1" flags="2" value="50">4</videoQuality>[/code]You should change it to:[ocde]<videoQuality minValue="0" maxValue="4" defaultValue="4" delta="1" flags="2" value="50">4</videoQuality>[/code]MisterD
The file is processed in the TvLibrary.Interfaces project. The specific part is in the class Capture.
This line is the problem in the xml file:
[code]<videoQuality minValue="0" maxValue="4" defaultValue="50" delta="1" flags="2" value="50">4</videoQuality>[/code]
You should change it to:
[ocde]<videoQuality minValue="0" maxValue="4" defaultValue="4" delta="1" flags="2" value="50">4</videoQuality>[/code]
MisterD