[mythtv-users] UK xmltv grab and videoplus

Charlie Brej brejc8 at vu.a.la
Sun Aug 1 16:57:40 EDT 2004


David wrote:

> Hi
> 
> I'm having problems with the tv_grab_uk_rt grabber - the RT have started 
> including videoplus codes in the description which seems to be affecting 
> duplicate detection.
> 
> Is this affecting anyone else and is anyone aware of any work to fix this?
> 
> David

Yes it is but I only just now noticed the duplicate detection going wrong.
Anyway here is a patch for tv_grab_uk_rt that gets rid of the problem.


-- 
         Charlie Brej
APT Group, Dept. Computer Science, University of Manchester
Web: http://www.cs.man.ac.uk/~brejc8/ Tel: +44 161 275 6844
Mail: IT302, Manchester University, Manchester, M13 9PL, UK
-------------- next part --------------
Index: grab/uk_rt/tv_grab_uk_rt.in
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/uk_rt/tv_grab_uk_rt.in,v
retrieving revision 1.65
diff -u -r1.65 tv_grab_uk_rt.in
--- grab/uk_rt/tv_grab_uk_rt.in	23 May 2004 16:23:15 -0000	1.65
+++ grab/uk_rt/tv_grab_uk_rt.in	1 Aug 2004 20:50:16 -0000
@@ -1001,13 +1002,14 @@
 
     $p{title} = [ [ $title, $LANG ] ];
 
-    my ($channel_name, $date, $times, $cert, $sub_title_1, $desc,
+    my ($channel_name, $date, $times, $cert, $videoplus, $sub_title_1, $desc,
 	$director, $filmed_in, $cast);
     # Map heading to [ where to put it, multiplicity ].
     my %fields = (Channel       => [ \$channel_name, '1' ],
 		  Date          => [ \$date,         '1' ],
 		  Time          => [ \$times,        '1' ],
 		  Certificate   => [ \$cert,         '?' ],
+		  Videoplus     => [ \$videoplus,    '?' ],
 		  Episode       => [ \$sub_title_1,  '?' ],
 		  Review        => [ \$desc,         '?' ], # hmm
 		  'Directed by' => [ \$director,     '?' ],


More information about the mythtv-users mailing list