I recently upgraded to Fedora 17 and things went pretty smoothly overall.  I was having problems with metadata lookup in the Video Library.  I bugged the devs on IRC for a while today and eventually it was suggested that I might be missing python bindings.<br>

<br><span style="font-family:courier new,monospace">[mythtv@sirius mythtv]$ mythmetadatalookup -v --loglevel debug --refresh-all</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504231 C  mythmetadatalookup version: fixes/0.25 [0.25-6.fc17 (1a671d0)] <a href="http://www.mythtv.org">www.mythtv.org</a></span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504241 N  Enabled verbose msgs:  general</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504253 N  Setting Log Level to LOG_DEBUG</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504295 I  Added logging to the console</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504300 I  Added database logging to table logging</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504348 N  Setting up SIGHUP handler</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504486 N  Using runtime prefix = /usr</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504513 N  Using configuration directory = /home/mythtv/.mythtv</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504657 I  Assumed character encoding: en_US.UTF-8</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504878 E  Unable to read configuration file mysql.txt</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.504990 N  Empty LocalHostName.</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.504996 I  Using localhost value of <a href="http://sirius.mydomain.org">sirius.mydomain.org</a></span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.521023 N  Setting QT default locale to en_US</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.521082 I  Current locale en_US</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.521121 N  Reading locale defaults from /usr/share/mythtv//locales/en_us.xml</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.525846 I  Loading en_us translation for module mythfrontend</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.526152 I  Testing grabbers and metadata sites for functionality...</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.526880 I  Starting process manager</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.526909 I  Starting process signal handler</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.528000 I  Starting IO manager (read)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">2012-06-21 17:05:49.528128 I  Starting IO manager (write)</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">2012-06-21 17:05:49.627132 I  Movie grabber not functional.  Aborting this run.</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace">

I then tried the below and got this error:<br><br><span style="font-family:courier new,monospace">[mythtv@sirius mythtv]$ /usr/share/mythtv/metadata/Television/ttvdb.py --version</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, tvdb_exceptions.py and cache.py.</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">They should have been installed along with the MythTV python bindings.</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Error:(No module named lxml.etree)</span><br style="font-family:courier new,monospace">

<br>After installing python-lxml, I went back to Setup -&gt; Artwork and Data Sources and where there were blanks for TV and Movie grabbers, the proper data was populated (slick!).<br><br>I just wanted to share this in the event someone came up against the same situation.  My step to install mythtv was &quot;yum install mythtv&quot; from the RPMFusion repository.<br>

<br>Jerry<br>