<div dir="ltr">On Tue, Apr 14, 2015 at 11:31 AM, jim <span dir="ltr"><<a href="mailto:jim_32766@hotmail.com" target="_blank">jim_32766@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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?<br></blockquote><div><br></div><div> 0.27.4+ has this feature: it prepends the reference number with ttvdb.py_ or tmdb3.py_<br><br></div><div>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.<br><br></div><div>Manage Recordings > Recording Rules > select rule > Metadata Options and insert ttvdb.py_ in front of the number.<br></div><div>For individual recordings, you can quickly update an entire series with database commands:<br><br>mysql -umythtv -p mythconverg<br></div><div><enter database password><br></div><div>Update a series all at once, for example:<br></div><div>update recorded set inetref='ttvdb.py_258744' where title = 'the following';<br></div><div><br>Check your progress with:<br>select inetref,title,subtitle from recorded order by title;<br></div></div></div></div>