<div dir="ltr">Hi<br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 9:09 AM, Mark Buechler <span dir="ltr">&lt;<a href="mailto:mark.buechler@gmail.com">mark.buechler@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi<br><br><div class="gmail_quote"><div class="Ih2E3d">On Wed, Oct 1, 2008 at 8:54 AM, Janne Grunau <span dir="ltr">&lt;<a href="mailto:janne-mythtv@grunau.be" target="_blank">janne-mythtv@grunau.be</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>On Wednesday 01 October 2008 07:06:31 Yeechang Lee wrote:<br>
&gt; John P Poet &lt;<a href="mailto:jppoet@gmail.com" target="_blank">jppoet@gmail.com</a>&gt; says:<br>
&gt; &gt; The first patch does two things. &nbsp;First, it will cause myth to<br>
&gt; &gt; automatically record DD5.1 if it is available (this part is<br>
&gt; &gt; provided by Janne Granau).<br>
&gt;<br>
&gt; Is it yet possible for new firmware to be installed without a Windows<br>
&gt; box?<br>
<br>
</div>Not yet, but it is only a couple of days away.<br>
<div><br>
&gt; &gt; NOTE: It is still NOT recommended for anyone to be using Myth TRUNK<br>
&gt; &gt; or the HD-PVR in Myth, unless you are able and willing to help<br>
&gt; &gt; track down bugs.<br>
&gt;<br>
&gt; *Groan* I guess it&#39;ll be that much longer before HD-PVR support&#39;s<br>
&gt; ready to be backported to 0.21. (It will happen, though, right?<br>
&gt; Right? Right?)<br>
<br>
</div>No, this won&#39;t happen. Changes are larger than expected and I would<br>
rather work on getting 0.22 out sooner.<br>
<font color="#888888"><br>
Janne<br>
</font></blockquote></div><div><br>I&#39;m putting together a patch to -fixes, but it requires a change to the database and thus the reason why such a patch would never be excepted. I can post it somewhere when I&#39;m done, but know that if you use it, you&#39;ll need to manually update your schema when you upgrade to trunk or the next release.<br>

<br>- Mark.<br></div></div></div>
</blockquote></div><br>Attached is a patch against -fixes v18528, though it should apply at least all the way back to 16344 which is where I tested it. In order to use this, you&#39;ll need to manually update your DB:<br>
<br>INSERT INTO profilegroups SET name = &#39;HD-PVR Recorders&#39;,&nbsp;&nbsp; cardtype = &#39;HDPVR&#39;, is_default = 1;<br>INSERT INTO recordingprofiles SET name = &#39;Default&#39;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; profilegroup = 13;<br>INSERT INTO recordingprofiles SET name = &#39;Live TV&#39;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; profilegroup = 13;<br>
INSERT INTO recordingprofiles SET name = &#39;High Quality&#39;, profilegroup = 13;<br>INSERT INTO recordingprofiles SET name = &#39;Low Quality&#39;,&nbsp; profilegroup = 13;<br><br>This would normally be done by Myth with a schema update, but updating the schema in -fixes isn&#39;t possible as it would conflict with schema updates in trunk. <br>
<br>If the above changes are made, and at some later time you decide to update to a newer MythTV release or to trunk, when MythTV updates to schema 1223, it will fail and you&#39;ll have to manually change your schema in the database to 1223 to get past it:<br>
<br>update settings set data = 1223 where value = &#39;DBSchemaVer&#39; and data = 1222;<br><br>- Mark.<br></div>