-
Thanks for the update, will stay tuned.
2009-02-16 01:17:38 UTC in PvrExplorer-Pro
-
When extracting movies, extraction stops at 90% and sound is not correctly encoded in the files.
The belief is that both providers sent and upgrades over the stream that rendered PVRExplorer unusable.
Could we please have and update that corrects the sound and extarction problems?
If there is anyway we can help solve the problem please let the community know.
2008-04-12 15:28:24 UTC in PvrExplorer-Pro
-
In source file ObjectCreateRule.cs, there is a bug at line 103 in method OnBegin, for which the correction is as follows :
///
/// Process the start of this element.
///
public override void OnBegin()
{
// define a type of the object to create
Type realType = type;
if(attribute != null)
{
string val = digester.Attributes[attribute];.
2008-01-09 15:27:29 UTC in NDigester