Difference between revisions of "Talk:MythTV-HOWTO - 0.27"

From MythTV Official Wiki
Jump to: navigation, search
(Advanced Partition Formatting)
(Wiki page fix for upgrade)
Line 17: Line 17:
  
 
Thanks
 
Thanks
 +
 +
 +
Does this only apply if you do an in-situ software upgrade?  Will it do it from any previous version?
 +
 +
If you create a fresh installation, then import a database the code in backend setup will convert databases from 0.25 or 0.26 but not from earlier versions.
 +
 +
Thanks too.
  
 
== Installing with MariaDB ==
 
== Installing with MariaDB ==

Revision as of 07:50, 14 April 2015

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


Does this only apply if you do an in-situ software upgrade? Will it do it from any previous version?

If you create a fresh installation, then import a database the code in backend setup will convert databases from 0.25 or 0.26 but not from earlier versions.

Thanks too.

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.

Broken fixed-width table

The table in Manual Transcoding looks broken; replace the < nowiki > , < tt > , < br/ > markup with a single < pre > ... < /pre > around the whole section inside the < blockquote >.