from the documentation:<br><br>vidupdate.pl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This script goes and updates mythconverg.videometadata with data from<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://tvtome.com">tvtome.com</a>.&nbsp; It scans videometadata for any show that has a plot of &#39;None&#39;.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As filenames are rather aribtrary, the user is prompted for the name of the<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; show, the season and the episode.&nbsp; from this information vidupdate builds the<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title in the form of SHOW - SnnEnn - Title.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If more than one show matches, vidupdate will display all matches and prompt<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for the one you would like.&nbsp; For example CSI will match CSI, CSI New York and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CSI Miami.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; After you have selected the show you would like, vidupdate will go and grab
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all the episodes available and prompt you for the one you would like.&nbsp; You<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; must type in the number on the lefthand side that corresponds with the episode<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; you have chosen.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This has not been extensively tested, and with there is a patch outstanding.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; After you have chosen the episode, the information is displayed and you are<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prompted for to update mythv.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When cycling thru&#39; your shows, videoupdate will remember your previous show.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can enter &#39;skip&#39; to skip the current show, or quit to exit.&nbsp; control-c<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; will also quit without any nasty side-effects (if you quit in the middle<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of a write to the database, just after you confirm to add the data, something
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nasty _may_ happen, its just too hard to test for.)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; videoupdate.pl now will also check the series you&#39;re adding against the<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video categories you may have set up.&nbsp; Each series should have its own category,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and the what you enter as the series name must be exactly what you have entered<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; as the category.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if a category is not found, it will default to zero.<br><br><br><br><div><span class="gmail_quote">
On 17/01/07, <b class="gmail_sendername">Bilge Tutak</b> &lt;<a href="mailto:bilge.tutak@gmail.com">bilge.tutak@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Does vidupdate.pl tool updates the information for exported video<br>files? If so, what kind of a naming convention does it depend on?<br>Like, &quot;SeriesName-EpisodeName.mpg&quot; for example?<br><br>Thank you..<br><br>
Bilge.<br><br>On 1/17/07, Ryszard &lt;<a href="mailto:ryszard99@gmail.com">ryszard99@gmail.com</a>&gt; wrote:<br>&gt; hey there,<br>&gt;<br>&gt; the synchronisation script works quite well, and is such a handy thing to<br>
&gt; have... :-) and the updater seems to be working quite well as well (i did a<br>&gt; bunch more testing yesterday), altho the interface is a little clumsy.<br>&gt;<br>&gt; anyway mythtools has a few dependencies, namely:
<br>&gt; LWP::Simple;<br>&gt; HTML::TokeParser<br>&gt; Cache::FileCache<br>&gt; DBI (and the mysql driver)<br>&gt;<br>&gt; which are all perl libraries.&nbsp;&nbsp;I re-wrote the parser yesterday and it was<br>&gt; working fine, however today it seems the synopsis grabbing is broken.
<br>&gt;<br>&gt; when using this, please take all care, and do a backup of your mythtv<br>&gt; database before you make changes)<br>&gt;<br>&gt; if anyone has any ideas or suggestions, please let me know.<br>&gt;<br>&gt; regs
<br>&gt; Ryszard<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;On 17/01/07, Brian Wood &lt;<a href="mailto:beww@beww.org">beww@beww.org</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Jan 16, 2007, at 5:25 AM, Ryszard wrote:
<br>&gt; &gt;<br>&gt; &gt; quite a long time ago i wrote a set of tools that went to the (now<br>&gt; defunct) <a href="http://tvtome.com">tvtome.com</a> site and put the data for TV shows into mythconverg.<br>&gt; &gt;<br>
&gt; &gt; given now that tvtome has gone, i&#39;ve gone and finally re-written the<br>&gt; parser to work with <a href="http://tv.com">tv.com</a>.&nbsp;&nbsp;i&#39;ve done a bit of testing and it seems to work<br>&gt; pretty well (at least for my limited selection of tv shows).
<br>&gt; &gt;<br>&gt; &gt; there are basically two tools involved here:<br>&gt; &gt; 1) sync.pl - a tool that will have a look on your harddisk and in the<br>&gt; database, and perform a syncronisation.&nbsp;&nbsp;it will remove stuff in your
<br>&gt; database that is not on the harddisk, and put stuff in the database that is<br>&gt; on disk and doesnt already exist.<br>&gt; &gt; 2) vidupdate.pl - a tool that will look in the myth database for a<br>&gt; particular category (from the videocategory table) of video that has no
<br>&gt; plot.&nbsp;&nbsp;it compiles a list of all these and will then go to <a href="http://tv.com">tv.com</a> to get the<br>&gt; details for you, much like the IMDB tool does for movies.&nbsp;&nbsp;on the down side,<br>&gt; this is not integrated into either mythweb or mythfrontend, but is instead
<br>&gt; run from a command line.<br>&gt; &gt;<br>&gt; &gt; now since there are masses of tv shows available and people are recording<br>&gt; and storing, i was wondering if anyone was interested in beta testing it.<br>&gt; &gt;
<br>&gt; &gt; given that its beta the regualr caveats apply, ie back up your database<br>&gt; and any important data before playing around with it.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Sounds interesting, where would I get these scripts?
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; I&#39;m building a Myth test system as I am reluctant to &quot;play around&quot; with a<br>&gt; working box. I might try those out on the test machine, but it will be a<br>&gt; week or so before I could get around to it.
<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mythtv-users mailing list<br>&gt; &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; &gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>