Re: [mythtv] Backend process dies at 4GB file limit? - coding hints wanted.... PATCH ATTACHED TOO

2006-01-20 Thread Ian Caulfield
This has been a problem for me - while I use XFS and thus have no large file woes, I tend to run close to full on my hard drives, and if myth runs out of disk space, the backend basically dies... Ian On Fri, 20 Jan 2006, Buzz wrote: The problem is that as it exists now in CVS,

Re: [mythtv] Re: [mythtv-commits] Ticket #803: TOGGLECC misbehaves as of [8041]

2005-12-14 Thread Ian Caulfield
On Tue, 13 Dec 2005, Stuart Morgan wrote: Also would separating teletext etc and CC/DVB subtitles into different bindings be considered? They don't really belong together. When both interactive services/teletext and subtitles are available in the future having them accessed by the same button

Re: [mythtv] QT/Embedded does not support OpenGL

2005-11-30 Thread Ian Caulfield
On Wed, 30 Nov 2005, Stephan Raue wrote: QT/E is compiled with: ./configure \ -disable-opengl \ This could be your problem... Ian ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] QT/Embedded does not support OpenGL

2005-11-25 Thread Ian Caulfield
On Fri, 25 Nov 2005, Stephan Raue wrote: Hi, When i build Mythtv SVN with QT-Embedded 3.3.5 and no X i have follow error: /media/ieee1394disk/toolchain/toolchain/include/qgl.h:79:20: GL/gl.h: No such file or directory /media/ieee1394disk/toolchain/toolchain/include/qgl.h:80:21: GL/glu.h: No

Re: [mythtv] Where should *users* report problems/potential bugs?

2005-11-20 Thread Ian Caulfield
On Sun, 20 Nov 2005, Daniel Segel wrote: I'm a user running the svn version of MythTV. I do follow the mythtv-dev and commits list, but I'm not sure where I should report problems I find. Should I post them to the mythtv-users list first, or here? A recent example was the 'can't delete' bug

Re: [mythtv] status off subtitle support for internal player

2005-11-19 Thread Ian Caulfield
On Sat, 19 Nov 2005, Steven wrote: I was wondering I anybody could tell if the internal player will ever be able to support subtitle files. I don't mean embedded in the mpeg stream but external (.srt or other) files. If anyone gets round to writing a codec to read/write the various subtitle

Re: [mythtv] Who is working on MythVideo?

2005-10-31 Thread Ian Caulfield
On Mon, 31 Oct 2005, Devan Lippman wrote: I have a patch to myth that will ahow season/episode in the recordings viewer. Data is captured from tv.com http://tv.com through a perl script that I run as a user defined job. Didn't know there was any interest so we never bundled it up. It changes

Re: [mythtv] Subtitle artefacts

2005-10-19 Thread Ian Caulfield
On Wed, 19 Oct 2005, Dag Nygren wrote: Are these subtitles on DVB, or teletext/closed captioning on analogue? Sorry, this is DVB real subtitles. No way to change the font - they're transmitted as bitmaps. If you can put a sample file with this problem on the web somewhere, I can have a

Re: [mythtv] Subtitle artefacts

2005-10-19 Thread Ian Caulfield
On Wed, 19 Oct 2005, Dag Nygren wrote: On Wed, 19 Oct 2005, Dag Nygren wrote: Are these subtitles on DVB, or teletext/closed captioning on analogue? Sorry, this is DVB real subtitles. No way to change the font - they're transmitted as bitmaps. If you can put a sample file with this

Re: [mythtv] Subtitle artefacts

2005-10-18 Thread Ian Caulfield
On Tue, 18 Oct 2005, Dag Nygren wrote: Hi, Just sat here wondering about a green tint on the subtitles just a line about one pixel high and as wide as the lowest part of the particular letter. Does it have something to do with the deinterlacing? Can I avoid it somehow, it starts disturbing

Re: [mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-14 Thread Ian Caulfield
On Fri, 14 Oct 2005, Greg Grotsky wrote: Okay I've been divide and conqureing this thing all night I've just verified that it works in REV7300 but not in REV7350, I'll do some more tomorrow unless that narrows it down enough. :) I don't suppose you know of a better way to figure out which

Re: [mythtv] Re: [mythtv-commits] Re: Ticket #465: Find one showing finds more than one

2005-10-14 Thread Ian Caulfield
On Fri, 14 Oct 2005, Bruce Markey wrote: MythTV wrote: #465: Find one showing finds more than one +--- Reporter: imc25 at cam.ac.uk |Owner: [EMAIL PROTECTED] Type: defect | Status:

Re: [mythtv] draft logo detection algorithm

2005-10-09 Thread Ian Caulfield
On Sun, 9 Oct 2005, Lucas Meijer wrote: So I'm doing some more work on logo detection, and figured I'd bounce some ideas on this list, wondering if people see any gaping holes in what I'm thinking of implementing, or see things that could be done smarter. Just thinking - if you're going to

RE: [mythtv] DVB tuning broken in current SVN

2005-10-06 Thread Ian Caulfield
On Thu, 6 Oct 2005, Daniel Kristjansson wrote: On Wed, 2005-10-05 at 17:48 +0100, Mark Edwards wrote: With 7393 It appears to loop thru all the Pnums, finds the right one, but then continues on in an endless loop. You will notice I added a debug message when they failed to match. In the log

RE: [mythtv] DVB tuning broken in current SVN

2005-10-06 Thread Ian Caulfield
On Thu, 6 Oct 2005, Daniel Kristjansson wrote: But it turns out we shouldn't have been using the PID at all for PMT's, the MPEG program number is unique all by its lonesome. Good point! Ian ___ mythtv-dev mailing list mythtv-dev@mythtv.org

Re: [mythtv] Compile failure after 7393

2005-10-05 Thread Ian Caulfield
On Wed, 5 Oct 2005, Stuart Auchterlonie wrote: Thanks. tried the make clean :( *goes looking for dunce hat* A quicker solution is to cd into the setup directory and qmake setup.pro - make clean takes a while for me! Ian ___ mythtv-dev mailing

[mythtv] DVB tuning broken in current SVN

2005-10-04 Thread Ian Caulfield
Hi, I've updated to svn 7389, and nothing seems to happen when the backend tries to tune - doing some digging, it looks like (as all the PMTs for the mux are transmitted on the same mux) the PMT for the wrong program is being picked up, and no further ones are considered. The DTVSignalMonitor

Re: [mythtv] DVB tuning broken in current SVN

2005-10-04 Thread Ian Caulfield
On Tue, 4 Oct 2005, Daniel Kristjansson wrote: On Wed, 2005-10-05 at 00:44 +0100, Ian Caulfield wrote: Hi, I've updated to svn 7389, and nothing seems to happen when the backend tries to tune - doing some digging, it looks like (as all the PMTs for the mux are transmitted on the same mux

Re: [mythtv] DVB tuning broken in current SVN

2005-10-04 Thread Ian Caulfield
On Tue, 4 Oct 2005, Daniel Kristjansson wrote: On Wed, 2005-10-05 at 00:44 +0100, Ian Caulfield wrote: Hi, I've updated to svn 7389, and nothing seems to happen when the backend tries to tune - doing some digging, it looks like (as all the PMTs for the mux are transmitted on the same mux

Re: [mythtv] Automatic zoom to remove black borders for dvb

2005-10-03 Thread Ian Caulfield
On Sun, 2 Oct 2005, Neale Swinnerton wrote: also, I thought WSS signalled the TV to change aspect ratio, rather than signalled changes to the recorder? Channel 4 broadcasts WSS on their analogue signal, so it could theoretically be read by a recorder... I

Re: [mythtv] DSM-CC object carousel parser and storage patch for 0.18.1

2005-10-01 Thread Ian Caulfield
On Sat, 1 Oct 2005, Stuart Morgan wrote: On Sat 1 October 2005 10:47, Stuart Auchterlonie wrote: Have looked at this. If you let the DSMCC streams get recorded then the size of the recordings blows out by an average of 30%. Not good. Would it not be a good idea to let people choose if the

Re: [mythtv] DSM-CC object carousel parser and storage patch for0.18.1

2005-10-01 Thread Ian Caulfield
On Sat, 1 Oct 2005, Stuart Auchterlonie wrote: The problem with these ideas is that the DSMCC streams are only a transport mechanism. They have no knowledge of what they carry. For idea #1 we would have to download the entire carousel and then re-encode it and stick it back into the data

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

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

Re: [mythtv] Myth The Media MVP

2005-09-25 Thread Ian Caulfield
On Sun, 25 Sep 2005, Liam Sharp wrote: My question is: The Media MVP looks like a great myth front end to me, and I see some parts of the myth protocol have been implemented here: http://mvpmc.sourceforge.net/, does anyone know of a reason why the full mythfrond end app cannot be ported to this

Re: [mythtv] mythmusic ID3 tag changes not updating database

2005-09-14 Thread Ian Caulfield
On Wed, 14 Sep 2005, Eskil Heyn Olsen wrote: From looking at it, it seems like it shouldn't be too much work to add code at (*) that'll read the meta data and update the DB entry. It could just easily slow down the scan a lot. Store an MD5 of the file and only read the metadata if the hash

Re: [mythtv] Questions for the DVB guys

2005-08-23 Thread Ian Caulfield
On Tue, 23 Aug 2005, John Pullan wrote: On 23/08/05, Frank Muenchow [EMAIL PROTECTED] wrote: John Pullan schrieb: Chris, Could you expand on this a bit more ? Do you mean a particular table or a value within a table ? ( I seem to remember there's some status within the now/next EIT,

Re: [mythtv] Some DVB subs bugs

2005-08-21 Thread Ian Caulfield
On Sun, 21 Aug 2005, Piers Kittel wrote: Hello all, Have the following 3 bugs related to DVB subs: 1) On some channels (E4 for example), the subtitles are vastly stretched, that more than the last 1/3 bits of the subs are cut off by the right side of the screen. Need to put in some limits?

Re: [mythtv] Some DVB subs bugs

2005-08-21 Thread Ian Caulfield
If you type 'svn info' in the source directory, it should show the revision number. Ian On Sun, 21 Aug 2005, Piers Kittel wrote: Ian, Thanks very much for your quick response. What revision are you running? I submitted a patch for this, which was committed as r7053. I downloaded and

Re: [mythtv] Re: Archiving Shows to DVD

2005-08-15 Thread Ian Caulfield
On Mon, 15 Aug 2005, Martin Bene wrote: I selected 3 programs to burn using mythweb and the scripts completed with no problems. I do seem to have a problem with the audio channels though on the created DVD. I have to manually select the correct audio channel. For the first program I have to

Re: [mythtv] Compiling MythTV under Windows

2005-08-15 Thread Ian Caulfield
On Mon, 15 Aug 2005, Robert Johnston wrote: Okay, I've tried getting MinGW to compile MythTV, but it can't even compile LAME. So, I've tried cross-compiling under Debian, and (After playing with the configure script to enable cross-compiler prefixes properly), I'm still running into problems.

Re: [mythtv] Re: [mythtv-users] Cancelled Recording from Live TV Not Rescheduled

2005-07-15 Thread Ian Caulfield
On Fri, 15 Jul 2005, J. Donavan Stanley wrote: Derek Battams wrote: Quoting Derek Battams [EMAIL PROTECTED]: I have a rule for Jimmy Kimmel, but I happened to find something on live TV that caught my attention. Just before it was suppose to start recording Kimmel I got a box on the screen

Re: [mythtv] DVB Subtitles Patch v1.0 released

2005-07-05 Thread Ian Caulfield
On Sat, 2 Jul 2005, Pekka Jääskeläinen wrote: decoders - so your decoder would have to be ported into libavcodec (and probably then sent off to the ffmpeg people for good measure). The decoder Now I reallized that ffmpeg is written in C and the sub patch is C++, thus I would need to write the

Re: [mythtv] DVB Subtitles Patch v1.0 released

2005-07-01 Thread Ian Caulfield
On Fri, 1 Jul 2005, Pekka Jääskeläinen wrote: Hello, I managed to implement the intended features for the DVB subtitles patch. It should work now well enough. I hope to get it merged into the trunk at some point. Hi, I noticed from the last FFmpeg resync that libavcodec now supports

Re: [mythtv] DVB Subtitles Patch v1.0 released

2005-07-01 Thread Ian Caulfield
On Fri, 1 Jul 2005, Pekka Jääskeläinen wrote: On 7/1/05, Ian Caulfield [EMAIL PROTECTED] wrote: I noticed from the last FFmpeg resync that libavcodec now supports subtitle codecs - currently there's only a DVD decoder and a DVB encoder, but I thought it might be nice if your code could

[mythtv] Mythvideo internal seems broken

2005-06-30 Thread Ian Caulfield
Hi, Since updating frm CVS to SVN, I've noticed that mythvideo using the Internal playback plugin seems broken - I've traced this to revision 6712, but I don't understand the changes well enough to see what's broken. Symptoms are that the frontend completely hangs, blank screen etc. The log

Re: [mythtv] Mythvideo internal seems broken

2005-06-30 Thread Ian Caulfield
On Thu, 30 Jun 2005, J. Donavan Stanley wrote: Ian Caulfield wrote: Hi, Since updating frm CVS to SVN, I've noticed that mythvideo using the Internal playback plugin seems broken - I've traced this to revision 6712, but I don't understand the changes well enough to see what's broken

Re: [mythtv] Re: Green bar at bottom of picture after transcode

2005-05-02 Thread Ian Caulfield
Turning off libmpeg2 fixes the thumbnails in mythweb for me - this also gives some better clues as to where to look! I On Mon, 2 May 2005, Tj wrote: Jelle wrote: See attached image for a screenshot of the effect in an interlaced video that was recorded at 400x240, then transcoded

Re: [mythtv] Re: Green bar at bottom of picture after transcode

2005-05-02 Thread Ian Caulfield
On Mon, 2 May 2005, Tj wrote: Ian Caulfield wrote: Turning off libmpeg2 fixes the thumbnails in mythweb for me - this also gives some better clues as to where to look! Do you still have problems playing back transcoded files?? I still havn't test that yet. I don't have any transcoded files

Re: [mythtv] Green bar at bottom of picture after transcode

2005-04-29 Thread Ian Caulfield
On Fri, 29 Apr 2005, Daniel Kristjansson wrote: My guess is that it is the same bug as the green bars in video preview. I believe these are due to a bug in the non-mmx color conversion code. I'm running on an Athlon XP - I would expect it to be using mmx code. Any easy way to check? Ian

Re: [mythtv] Green bar at bottom of picture after transcode

2005-04-28 Thread Ian Caulfield
On Thu, 28 Apr 2005, Tj wrote: Nigel Pearson wrote: What resolution is the Xvid stream? 704x576... It seems strange, and may be unrelated, but I think recordings was 720x576 before.. Channel 10 (Network TEN?) is always 704x576. My mistake then.. :) I mentioned that as a shot in the dark as