<div dir="ltr">Hi<br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 9:09 AM, Mark Buechler <span dir="ltr"><<a href="mailto:mark.buechler@gmail.com">mark.buechler@gmail.com</a>></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"><<a href="mailto:janne-mythtv@grunau.be" target="_blank">janne-mythtv@grunau.be</a>></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>
> John P Poet <<a href="mailto:jppoet@gmail.com" target="_blank">jppoet@gmail.com</a>> says:<br>
> > The first patch does two things. First, it will cause myth to<br>
> > automatically record DD5.1 if it is available (this part is<br>
> > provided by Janne Granau).<br>
><br>
> Is it yet possible for new firmware to be installed without a Windows<br>
> box?<br>
<br>
</div>Not yet, but it is only a couple of days away.<br>
<div><br>
> > NOTE: It is still NOT recommended for anyone to be using Myth TRUNK<br>
> > or the HD-PVR in Myth, unless you are able and willing to help<br>
> > track down bugs.<br>
><br>
> *Groan* I guess it'll be that much longer before HD-PVR support's<br>
> ready to be backported to 0.21. (It will happen, though, right?<br>
> Right? Right?)<br>
<br>
</div>No, this won'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'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'm done, but know that if you use it, you'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'll need to manually update your DB:<br>
<br>INSERT INTO profilegroups SET name = 'HD-PVR Recorders', cardtype = 'HDPVR', is_default = 1;<br>INSERT INTO recordingprofiles SET name = 'Default', profilegroup = 13;<br>INSERT INTO recordingprofiles SET name = 'Live TV', profilegroup = 13;<br>
INSERT INTO recordingprofiles SET name = 'High Quality', profilegroup = 13;<br>INSERT INTO recordingprofiles SET name = 'Low Quality', profilegroup = 13;<br><br>This would normally be done by Myth with a schema update, but updating the schema in -fixes isn'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'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 = 'DBSchemaVer' and data = 1222;<br><br>- Mark.<br></div>