<div class="gmail_quote">On Sun, Nov 29, 2009 at 7:26 PM, Fedor Pikus <span dir="ltr">&lt;<a href="mailto:fpikus@gmail.com">fpikus@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve just upgraded my centos-based Myth box to mythtv 0.22. When I<br>
tried the new movie database lookup, I noticed that it has different<br>
scripts for TV episodes and movies. The TV script does not seem to<br>
work:<br>
<br>
/usr/share/mythtv/mythvideo/scripts/ttvdb.py -N &quot;Stargate Atlantis 100 - Rising&quot;<br>
<br>
The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py,<br>
tvdb_exceptions.py and cache.py must be<br>
in the same directory as ttvdb.py. They should have been included with<br>
the distribution of ttvdb.py.<br></blockquote><div><br>It is somewhat complicated, but you need to install Python 2.6 in a parallel installation.  This site seems to have the proper packages:<br><br><a href="http://www.geekymedia.com/tech-articles/rhel5-centos5-rpms-for-python-2-5-and-2-6/">http://www.geekymedia.com/tech-articles/rhel5-centos5-rpms-for-python-2-5-and-2-6/</a><br>
<br>Once you do this, you need to modify any python script like ttvdb.py so that the first line reads &quot;python26&quot; instead of &quot;python&quot;.  You will also likely need to modify parts of the MythTV installation for the python bindings to use &quot;python26&quot; where &quot;python&quot; is used and install various support packages into your python26 installation.  It can be done, but takes a little patience and understanding.<br>
<br>Kevin<br></div></div><br>