<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Tepe wrote:
<blockquote cite="mid:4805FC94.7030001@ctdataservices.com" type="cite">
  <pre wrap="">Jeff Simpson wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap=""> Looks like you have an older or damaged version of the mythtv perl
 bindings.

 I have perl-MythTV-0.20.2-169.fc6 installed.

So the answer is "older". The script requires MythTV 0.21.

 Thanks,  Guess I'll have to wait till I upgrade.

    
      </pre>
    </blockquote>
    <pre wrap="">yeah, that was an unfortunate side effect of the constantly-changing
perl bindings. Before 0.21 there was no concept of storage groups, so
all the data was stored in one directory.

This section of code is just here to get the address of
"/mnt/store/recordings" or whatever you named your storage directory.

  my $sgroup = new MythTV::StorageGroup();
  $video2ipod::myth_storage_dir = $sgroup-&gt;FindRecordingDir('show_names');
  if ($video2ipod::myth_storage_dir eq '')
  {
    $video2ipod::myth_storage_dir = $sgroup-&gt;GetFirstStorageDir();
  }

You could try commenting that out and replacing it with:

$video2ipod::myth_storage_dir = "/mnt/store/recordings";

or whatever your recordings directory is. I don't know if that is the
ONLY change to the perl bindings, so your mileage may vary. If that is
the only change, I'd be willing to write that in as an option
(-oldmyth or something). But of course, I don't have  0.20 to test it
on, so you'd have to be my guinea pig...

 - Jeff
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->Sweeet.  I'll give it a try and let you know if it works.  I'm currently 
running MythDora 4.0  and was not planning on upgrading for while (It 
works why break it).  But I am hoping to take advantage of the mp4 
format for the kids recorded shows.  I've currently been using the 
myth2ipod script and adding them back in MythVideo.

Chris
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
More than that changed.&nbsp; I now get.<br>
Can't locate object method "new_recording" via package "MythTV" at
/usr/bin/video2ipod line 292.<br>
Think it will be best to wait till I upgrade.<br>
<br>
Thanks<br>
Chris<br>


<BR><BR>
<TABLE width=400><HR>
<P style="FONT: 9pt/11pt verdana"><a href="http://www.avast.com">avast! Antivirus</a>: Outbound message clean.
<P style="FONT: 8pt/11pt verdana">Virus Database (VPS): 080416-1, 04/16/2008<BR>Tested on: 4/16/2008 9:57:43 PM<BR><FONT color=gray>avast! - copyright (c) 1988-2008 ALWIL Software.</FONT></P>
<TBODY></TBODY></TABLE>
<BR>

</body>
</html>