Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 86f51fe1615c43f4ff3e53d6692758b1 > files > 13

mythtv-plugin-music-30.0-20200418.1.mga7.armv7hl.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";