[mythtv] Ticket #2761: Nuvexport svn transcode broken

Laurent de Villiers laurent.devilliers at gmail.com
Wed Dec 13 06:10:06 UTC 2006


That did the trick for me as well. I'm running Opensuse 10.0 with
nuvexport svn 12184 from myth extras.

On 10/12/06, MythTV <mythtv at cvs.mythtv.org> wrote:
> #2761: Nuvexport svn transcode broken
> ------------------------------------------+---------------------------------
>  Reporter:  laurent.devilliers at gmail.com  |        Owner:  xris
>     Type:  defect                        |       Status:  closed
>  Priority:  minor                         |    Milestone:  0.21
> Component:  perl / nuvexport              |      Version:  head
>  Severity:  medium                        |   Resolution:  worksforme
> ------------------------------------------+---------------------------------
> Comment (by otto at kolsi dot fi):
>
>  Replying to [comment:2 xris]:
>  > which version of nuvexport are you using?  The one from mythextras, or
>  the one from forevermore.net?
>  >
>  > Either way, unix_to_myth_time() is defined in MythTV.pm (and only used
>  by the nuvexport in mythextras), so there is something wrong with your
>  install if you are getting this error (most likely two copies of the perl
>  bindings installed somewhere, or they are installed outside of your perl
>  include path).
>
>
>  I have the same problem. I'm using latest nuvexport version: 0.4
>  0.20061117.svn from the mythextras.
>
>  I added a debug print to nuvexport to see which MythTV.pm is in use:
>  {{{
>  print $INC{"MythTV.pm"},"\n";
>  /usr/lib/perl5/site_perl/5.8.8/MythTV.pm
>  }}}
>
>  This module HAS unix_to_myth_time() but it still doesn't work.
>
>  I then just added
>  {{{
>  use MythTV;
>  }}}
>  into the beginning of /usr/local/share/nuvexport/export/transcode.pm and
>  that fixed the problem for me. Should I somehow setup my environment
>  differently or could this be added to transcode.pm? I have a more or less
>  standard FC5 installation with Perl 5.8.8.
>
> --
> Ticket URL: <http://svn.mythtv.org/trac/ticket/2761#comment:3>
> MythTV <http://www.mythtv.org/>
> MythTV


More information about the mythtv-dev mailing list