<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You could try searching all the tables in the database for something
that you know would be in videometadata. Such things include video
filenames, plot descriptions, imdb identification numbers, or movie
titles.<br>
<br>
Jesse.<br>
<br>
<br>
<br>
<br>
Udo van den Heuvel wrote:
<blockquote cite="mid457CEC82.6070001@xs4all.nl" type="cite">
<pre wrap="">George Nassas wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On 10-Dec-06, at 7:37 PM, Jesse Dhillon wrote:
</pre>
<blockquote type="cite">
<pre wrap="">for filename in `mysql -u mythtvuser -e "select filename from
mythconverg.videometadata"`; do
...
I wrote that off the top of my head
</pre>
</blockquote>
<pre wrap="">yikes! How about the following sql:
update videometadata
</pre>
</blockquote>
<pre wrap=""><!---->
This videometadata is a table name? I have no such table in my database. :-(
Kind regards,
Udo
_______________________________________________
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>
</body>
</html>