[mythtv-users] TMDB v TVDB for Television Shows

Frank Phillips frankalso at gmail.com
Tue Apr 14 16:50:11 UTC 2015


On Tue, Apr 14, 2015 at 11:31 AM, jim <jim_32766 at hotmail.com> wrote:

> A few of the television shows that I record are consistently being matched
> to the incorrect metadata. In each case there is a movie in the TMDB that
> has the same reference number as the television show in the TVDB. Is there
> a way to ensure that only the TVDB is used for these television shows?
>

 0.27.4+ has this feature: it prepends the reference number with ttvdb.py_
or tmdb3.py_

That said, it only does this for new rules/recordings. It will be up to you
to update your rules and old recordings, no automatic conversion is done
for existing stuff.

Manage Recordings > Recording Rules > select rule > Metadata Options and
insert ttvdb.py_ in front of the number.
For individual recordings, you can quickly update an entire series with
database commands:

mysql -umythtv -p mythconverg
<enter database password>
Update a series all at once, for example:
update recorded set inetref='ttvdb.py_258744' where title = 'the following';

Check your progress with:
select inetref,title,subtitle from recorded order by title;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150414/cb70cb43/attachment.html>


More information about the mythtv-users mailing list