[mythtv] Re: Ticket #255: Improved scheduling of consecutive programs with pre-roll/overrecord

2005-09-26 Thread David Engel
On Thu, Sep 15, 2005 at 12:33:32PM -, MythTV wrote: > #255: Improved scheduling of consecutive programs with pre-roll/overrecord > [...] > Comment (by Max Barry <[EMAIL PROTECTED]>): > > As requested by David, I've modified the patch to include a setting with > which to control its behaviour

Re: [mythtv] PATCH - Correct way to submit?

2005-09-26 Thread Brian C. Huffman
On Mon, 2005-09-26 at 18:20 -0400, Isaac Richards wrote: > On Monday 26 September 2005 06:18 pm, Brian C. Huffman wrote: > > All, > > > > I'm not sure what the correct way to submit patches is. I submitted > > this fix in trac, but it looks like it got missed. Is there something > > else I should

Re: [mythtv] PATCH - Correct way to submit?

2005-09-26 Thread Isaac Richards
On Monday 26 September 2005 06:18 pm, Brian C. Huffman wrote: > All, > > I'm not sure what the correct way to submit patches is. I submitted > this fix in trac, but it looks like it got missed. Is there something > else I should be doing? Should I send an email to the dev list at the > same time

[mythtv] PATCH - Correct way to submit?

2005-09-26 Thread Brian C. Huffman
All, I'm not sure what the correct way to submit patches is. I submitted this fix in trac, but it looks like it got missed. Is there something else I should be doing? Should I send an email to the dev list at the same time? http://cvs.mythtv.org/trac/ticket/322 Thanks, Brian

Re: [mythtv] FYI Tuning patch

2005-09-26 Thread Isaac Richards
On Monday 26 September 2005 05:47 pm, Daniel Kristjansson wrote: > > But there are still some issues: > > Pressing R to record on LiveTV only shows a black screen here: > > 2005-09-26 19:41:00.939 RemoteFile::Read() failed in > > RingBuffer::safe_read(). 2005-09-26 19:41:01.164 RemoteFile::Read() >

Re: [mythtv] FYI Tuning patch

2005-09-26 Thread Daniel Kristjansson
On Mon, 2005-09-26 at 20:24 +0200, Adam Egger wrote: > On 9/26/05, Geoffrey Kruse <[EMAIL PROTECTED]> wrote: > > > > On Sep 24, 2005, at 4:43 PM, Isaac Richards wrote: > > > > > On Saturday 24 September 2005 05:18 pm, Daniel Kristjansson wrote: > > > > > >>> Its harder to get consistent timings at

Re: [mythtv] FYI Tuning patch

2005-09-26 Thread Adam Egger
On 9/26/05, Geoffrey Kruse <[EMAIL PROTECTED]> wrote: > > On Sep 24, 2005, at 4:43 PM, Isaac Richards wrote: > > > On Saturday 24 September 2005 05:18 pm, Daniel Kristjansson wrote: > > > >>> Its harder to get consistent timings at the moment because front- > >>> end cpu > >>> load has increased (<

Re: [mythtv] Re: Myth & The Media MVP

2005-09-26 Thread Tom Lichti
Alex Barger wrote: (Sorry for attempting to post this multiple time.) I was just thinking about that today, how strange. I have been working on implenting a LTSP configuration at my office for our hp t5525 thin clients and just spent some time redirecting displays with them. They are too expe

Re: [mythtv] Race condition on backend status at system startup?

2005-09-26 Thread Joshua King
On 26/9/05 5:24 PM, "Stuart Auchterlonie" <[EMAIL PROTECTED]> wrote: > > It's a timing thing. Immediately after startup there aren't any shows > scheduled. Leave it 10-15secs and it should know about all your shows. Okay then, I'll play with some sleeps before I do the curl then. Joshua Send

[mythtv] Small bug lcd live tv

2005-09-26 Thread Paul Wheeler
Last night I noticed a small bug with the lcd display. This is best explained in an example: Program guide 9-10pm Lost 10-11pm Hollyoaks if at 9:45 I pause lost for say 30 mins then the lcd is now displaying hollyoaks even though am watching lost (when unpaused). The lcd (in my opinion) should f

Re: [mythtv] Re: [mythtv-commits] Ticket #363: Add selective grabbing to the DBOX2 EPG grabber

2005-09-26 Thread Steven
Justin Hornsby schreef: Steven wrote: wouldn't it be easier (cleaner) to use the xmltvid field? If it's empty use the DBox data, if not you can fill the epg using mythfilldatabase. No need for an extra column. Steven I didn't add the 'useonairguide' column - it's already there (and still

Re: [mythtv] Myth & The Media MVP

2005-09-26 Thread Ian Caulfield
On Sun, 25 Sep 2005, Liam Sharp wrote: Thanks for your response - what do u think is the most viable way of getting as much of the mythfrontend to work on the MVP ? Developing mvpmc further ? or could something clever be done with exporting displays from another box ? getting some kind of mythf

Re: [mythtv] Re: Myth & The Media MVP

2005-09-26 Thread Ian Caulfield
On Sun, 25 Sep 2005, Alex Barger wrote: Thanks Greg. I did a xhost on the dest. host before I logged into the mythserver. I had to go into my XDM configuration and allow remote connections in there, rebooted and then it let me connect. I then made a new config directory and changed the "Loca

Re: [mythtv] Race condition on backend status at system startup?

2005-09-26 Thread Stuart Auchterlonie
On Mon, Sep 26, 2005 at 08:19:11AM +0800, Joshua King wrote: > Anyone able to diagnose where to look to fix an issue that I'm having with > the HTTP backend status (port 6544)? Basically the last thing my system > startup scripts do is > > curl -o /tmp/bstatus.html http://127.0.0.1:6544 > > Which

Re: [mythtv] Re: [mythtv-commits] Ticket #363: Add selective grabbing to the DBOX2 EPG grabber

2005-09-26 Thread Justin Hornsby
Steven wrote: wouldn't it be easier (cleaner) to use the xmltvid field? If it's empty use the DBox data, if not you can fill the epg using mythfilldatabase. No need for an extra column. Steven I didn't add the 'useonairguide' column - it's already there (and still is, in SVN AFAIK). Good