[mythtv-users] jamu not downloading tv series info

Doug Vaughan r.d.vaughan at rogers.com
Thu Nov 12 14:52:06 UTC 2009


Ash,
    When I look at the log you posted it is apparent you are not using 
jamu but using MythVideo to download your metadata. The script that is 
failing is ttvdb.py and it is complaining that it cannot access the 
tvdb_api routines or they are not out of date.

See these lines:
"'/usr/share/mythtv/mythvideo/scripts/ttvdb.py' -D The modules 
tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, tvdb_exceptions.py and 
cache.py must be 1 1"

The script is '/usr/share/mythtv/mythvideo/scripts/ttvdb.py', the option 
is "-D" and part of the error message is:
"The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, 
tvdb_exceptions.py and cache.py must be"

This usually means that your configuration is not proper causing 
ttvdb.py to lack access to the tvdb_api routines. The following are the 
scripts and directories organization you should have:
/usr/share/mythtv/mythvideo/scripts/ttvdb.py

and in the subdirectory "ttvdb":

/usr/share/mythtv/mythvideo/scripts/ttvdb/__init__.py
/usr/share/mythtv/mythvideo/scripts/ttvdb/cache.py
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_api.py
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_ui.py
/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_exceptions.py

This is the directory organization for 0.22 and 0.22+fixes.

Good luck

Doug





More information about the mythtv-users mailing list