LinHES Forums
http://forum.linhes.org/

tv_grab_uk_rt patch (could this be in the next release)
http://forum.linhes.org/viewtopic.php?f=6&t=10294
Page 1 of 1

Author:  scopeuk [ Wed May 31, 2006 4:44 pm ]
Post subject:  tv_grab_uk_rt patch (could this be in the next release)

this script (tv_grab_uk_rt) in the current and previous version of knoppmyth prevented the grabber from funtioning or being configured
more specificaly the script dies with error 6400 or the error message
Quote:
Undefined argument in option spec
Undefined argument in option spec


there is a patch for this avliable from source forge
https://sourceforge.net/tracker/?func=d ... p_id=39046 (details)
https://sourceforge.net/tracker/downloa ... id=1440322 (patch file)

this fixed the issue for me in the previeous two releases

Author:  cesman [ Tue Jun 06, 2006 2:30 am ]
Post subject: 

The next release will have a newer XMLTV. DO you know if this has been already been applies to the XMLTV source?

Author:  alpha_geek [ Tue Jun 06, 2006 7:36 am ]
Post subject: 

How do you apply this patch?


EDIT

Rather than figure out how to use the patch, I looked at the file and the changes it wanted to make, I then went and manualy edited /usr/bin/tv_grab_uk_rt. removing the lines

'days' => undef, # ignored
'offset' => undef, # ignored

and replacing them with

'days' => \ my $opt_ignored_1, # ignored
'offset' => \ my $opt_ignored_2, # ignored

as per the patch file.

and so my final problem with R5C7 is solved YAY

Author:  scopeuk [ Tue Jun 06, 2006 2:53 pm ]
Post subject: 

the patch comand is used eg go to terminal
patch origional file patchfile
with the patch in /
patch /usr/bin/tv_grab_uk_rt /tv_grab_uk_rt-getopt_long_fix.patch
obviously chanign filenames/paths as appropriate

edit
the issue is listed as fixed on the bug tracker so i guess wait and see

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/