[mythtv] Caller ID

Ken Bass kbass at kenbass.com
Mon Nov 10 22:50:57 EST 2003


On Mon, 10 Nov 2003 22:37:47 -0500, Isaac Richards <ijr at po.cwru.edu> wrote:

>> My preference would be to
>> change
>>     int udp_port = gContext->GetNumSetting("UDPNotifyPort");
>> back to
>>     int udp_port = gContext->GetNumSetting("UDPNotifyPort", 6948);
>> so it works out of CVS with a 0.12 database.
>
>Barking completely up the wrong tree here.  All new settings get created when 
>mythfrontend is run.
>

  Hmm, what part of the software does that? I found a dbcheck.cpp file which
updates based on a schema version. It would seem that there needs to be an
addition of an 'INSERT INTO settings SET value="UDPNotifyPort", data=6948;'
somewhere in there. However since the CVS didn't bump the schema beyond 0.12
I'm not how this would get executed (if it were the proper place to add it)
until 0.13 is released. Please educate me.

  


More information about the mythtv-dev mailing list