[mythtv-commits] Ticket #12687: mythweb does not use config.xml

MythTV noreply at mythtv.org
Wed Mar 16 01:31:14 UTC 2016


#12687: mythweb does not use config.xml
--------------------------------------+-----------------------------------
     Reporter:  cncook001@…           |      Owner:  kormoc
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Plugin - MythWeb      |    Version:  0.27-fixes
     Severity:  medium                |   Keywords:  config.xml  mysql.txt
Ticket locked:  0                     |
--------------------------------------+-----------------------------------
 According to this page: https://www.mythtv.org/wiki/Config.xml

 mysql.txt is no longer required but mythweb still requires it.

 File {{{/usr/share/mythtv/bindings/php/MythTV.php}}} does not look for
 config.xml

 lines:
 {{{
 // List of the default locations of the config files and the one we are
 using
     public $ConfigFiles        = array(
 '/usr/local/share/mythtv/mysql.txt',
                                         '/usr/share/mythtv/mysql.txt',
                                         '/usr/local/etc/mythtv/mysql.txt',
                                         '/etc/mythtv/mysql.txt',
                                         '~/.mythtv/mysql.txt',
                                         'mysql.txt' );
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12687>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list