[mythtv-users] Python bindings for tmdb

Raymond Wagner raymond at wagnerrp.com
Wed Dec 18 20:23:19 UTC 2013


On Dec 18, 2013, at 12:07, Bill Meek <keemllib at gmail.com> wrote:

> On 12/18/2013 01:50 PM, Rich West wrote:
>> tmdb3 is for movies, and tmdb3.py (not tmdb.py) is the right one *facepalm*
>> 
>> I should have been looking at ttvdb.pl for tv shows.  Running
>> /usr/share/mythtv/metadata/Television/ttvdb.py by hand does run
>> correctly (although it is in the database as
>> metadata/Television/ttvdb.py).  Would turning up debugging on the
>> backend show me exactly what it is trying to run or why it might be failing?
> 
> 
> To see what's being run, type this to add -v system on a running backend:
> 
>    mythbackend --setverbose system
> 
> Replace system with general to return to 'normal' logging.

The default verbosity will tell you what is being run.  The System flag just tells it to walk you through each step of preparing the process and pulling data from it.

Take what command you see being run, and run that specific command yourself, using the same environment as the backend runs within.


More information about the mythtv-users mailing list