[mythtv-users] nuvinfo tcprobe fps detection regex horked

Chris Petersen lists at forevermore.net
Thu Aug 12 01:57:04 EDT 2004


> -	($info{fps}) = $data =~ /frame\s+rate:\s+-f\s+(\d+(?:\.\s+)?)\b/m;
> +	($info{fps}) = $data =~ /frame\s+rate:\s+-f\s+([\d\.]+(?:\.\s+)?)\b/m;

Actually, it looks like that was a typo.  should be (\d+(?:\.\d+)?)

ok, the fix is committed to cvs, and packaged on forevermore.net (I just 
downloaded a new copy of the clean CVS, which let me package it).  I 
also took the time to make nuvinfo use nuv_utils.pm, so it's now an 
official part of the package and no longer just a quick hack (well, it's 
still a quick hack, but it's better now).

-Chris


More information about the mythtv-users mailing list