[mythtv-users] Jamu does not recognize any movies

Doug Vaughan r.d.vaughan at rogers.com
Thu Jun 24 17:31:01 UTC 2010


Jim,
     To answer your question, no you cannot make the Jamu 0.23 or trunk 
version work with 0.22+Fixes as the underlying python bindings changed 
significantly.

     If you did update to trunk and Jamu still did not work nine times 
out of ten the issues is that you still have old python bindings 
somewhere in the system path. If you are still on trunk then resync and 
then on a command line execute:

 > mythpython --version
MythTV Python Bindings
   local versions
     bindings version:   0.23.0.12
     ttvdb version:      1.2.1
     tmdb version:       v0.2.5
   external versions
     lxml version:       2.2.4
     MySQLdb version:    1.2.2

 > ./jamu.py -v
Title: (JAMU - Just.Another.Metadata.Utility); Version: (v0.7.6); 
Author: (R.D.Vaughan)

The results from the two commands reflect trunk from only a few days ago.

This same command has also recently been back ported to 0.23+fixes.

Assuming that your install checks out and old bindings are not the 
issue, then pastebin the jamu.log from the results of the commands below 
and include a link to the pastebin in a reply:

 > mythpython --version > jamu.log
 > ./jamu.py -v >> jamu.log
 > ./jamu.py -MVf >> jamu.log
 > ./jamu.py -MWV >> jamu.log 2>&1

You will need to change the "./" to the full path where jamu.py is 
installed on your system.

Doug



More information about the mythtv-users mailing list