[mythtv-users] Disable metadata lookup

Thomas Boehm mythtv-users at lists.boehmi.net
Fri Nov 30 15:14:56 UTC 2012


Josu Lazkano wrote:
> Hello,
> 
> Is it possible to disable metadata lookup in recording?
> 
> I have this on the logs:
> 
> Nov 30 11:29:07 server mythlogserver: mythbackend[5338]: I
> MetadataDownload metadatadownload.cpp:222 (runGrabber) Running
> Grabber: /usr/share/mythtv/metadata/Movie/tmdb.py -l en -M La Tertulia
> Nov 30 11:29:07 server mythlogserver: mythbackend[5338]: E
> MetadataDownload mythsystem.cpp:112 (SetCommand)
> MythSystem(/usr/share/mythtv/metadata/Television/ttvdb.py) command not
> executable,

Why not fixing the problem instead?

It looks like the script is not executable. What does

ls -la /usr/share/mythtv/metadata/Television/ttvdb.py

return? You might need to execute

sudo chmod +x /usr/share/mythtv/metadata/Television/ttvdb.py

HTH
Thomas


More information about the mythtv-users mailing list