[mythtv-users] Wipe MythVideo metadata?

Another Sillyname anothersname at googlemail.com
Wed Aug 8 15:15:53 UTC 2012


On 8 August 2012 15:41, Phil Bridges <gravityhammer at gmail.com> wrote:
> What's the preferred method to wipe all MythVideo metadata?  I have
> many erroneous entries in there, and I'd just like to start from
> scratch.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users

You could do it this way......

from the command line on a machine with a working mythfrontend setup

mysql -umythtv -p -e"TRUNCATE TABLE mythconverg.videometadata"

This drops and recreates the table.


More information about the mythtv-users mailing list