Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > tainted-updates > by-pkgid > 6e0c677265f7c42a4eba940d1cab4eb2 > files > 10

mythtv-plugin-music-0.27.4-20141022.1.mga3.tainted.x86_64.rpm

quit
#
#   Make sure you read the README in this directory and
#   alter the value for MY_HOST_NAME. You can then 
#   remove the first line of this file (quit) and
#   run it through mysql. 
#
USE mythconverg;

ALTER TABLE musicplaylist ADD COLUMN hostname VARCHAR(255);

#
#   Change MY_HOST_NAME to the base name of the
#   computer you will be runnning mythmusic from
#

UPDATE musicplaylist SET hostname = "MY_HOST_NAME";