Talk:MythTV-HOWTO - 0.27

From MythTV Official Wiki
Revision as of 11:38, 22 February 2014 by Pmhahn (talk | contribs)

Jump to: navigation, search

General information for using this page

If you have any comments, corrections, or thoughts related to the MythTV HOWTO, please add them to this page.

  • Please add new discussion topics at the bottom of the page, so they will not be missed.
  • If contributing to an existing discussion, please add new comments at the bottom of the section.
  • Create new sections by hitting the "+" tab at top of the page.
  • If discussion relates to a particular portion of the HOWTO page, please link to that section within your comment.
  • To sign and timestamp your comment, add four tilde characters (~~~~) somewhere in your comment.

Wiki page fix for upgrade

"The upgrade from previous versions should be transparent. Any changes to the database structure should be applied automatically."


This should be changed to say that it will be transparent if you run your DB on localhost with no authentication. Otherwise, you will need to look up the procedure for how to upgrade the DB by hand.

Thanks

Installing with MariaDB

in section 3.4.3, when executing 'apt-get build-dep mythtv', you may get an error about libmysqlclient-dev. To avoid this, I installed MariaDB's version of that lib: apt-get install libmariadbclient-dev

Sartoris 16:32, 18 January 2014 (UTC)

Still references 0.26

  • Manually building MythTV
    • git checkout fixes/0.26
    • tar -xjf mythtv-0.26.tar.bz2
    • cd mythtv-0.26
  • Post-configuration
    • mythbackend version: fixes/0.26 [v0.26] www.mythtv.org
  • MythPlugins
    • tar -xjf mythplugins-0.26.tar.bz2
    • cd mythplugins-0.26
    • ~/mythplugins-0.26/
    • cd ~/mythplugins-0.26
  • MythGallery
    • cd ~/mythplugins-0.26
  • Download and Install MythGame
    • cd ~/mythplugins-0.26
  • Compiling MythMusic
    • cd ~/mythplugins-0.26
  • MythWeather
    • cd ~/mythplugins-0.26
  • MythNews
    • cd ~/mythplugins-0.26


mysql.txt is deprecated by config.xml

  • Configuring a non-master backend
    • /usr/local/share/mythtv/mysql.txtetc/mythtv/config.xml
  • No programs are displayed in "Watch Recordings"
    • /usr/local/share/mythtv/mysql.txt
    • /home/mythtv/.mythtv/mysql.txt

Order of Inputs

The order can be configured Cardinput_table#{sched,live}order. Cards do no longer be removed for reordering. This also renders the section Advanced Backend Configurations deprecated.

Advanced Partition Formatting

btrfs is missing either a recommendation or the opposite.