Re: [mythtv] New Country

2005-07-11 Thread Jack Porter
Hi Anil, I successfully added support for South Korea, made an xmltv grabber and added simple Hangul (Korean script) program finder. I'd recommend working from the latest code rather than any prebuilt binaries because you're definitely going to have to recompile and if you run into any bugs

Re: [mythtv] New Country

2005-07-11 Thread Jack Porter
Anil Gupte wrote: As I understand it (please correct me if I am wrong), we can get it working in a fashion without a functioning grabber, just by using a perl script to fill in the schedules, and perhaps update them too. We want to see how it works first (just for some oohs and ahs :-)), and

[mythtv] Latest CVS compile error in signalmonitor.cpp when not using DVB

2005-06-18 Thread Jack Porter
I needed to add #ifdef USING_DVB/#endif around #include dvbsignalmonitor.h and #include dvbchannel.h at the top of signalmonitor.cpp. I don't use DVB and my kernel sources don't have support, so I was getting the #error DVB driver includes with API version 3 not found! from dvbtypes.

Re: [mythtv] [PATCH] Plextor PX-TV402 / go7007 keyframe seek fix

2005-05-30 Thread Jack Porter
long ago) ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev -- Jack Porter Programmer [EMAIL PROTECTED]Softmax [EMAIL PROTECTED]South Korea

[mythtv] [PATCH] Plextor PX-TV402 / go7007 keyframe seek fix

2005-05-22 Thread Jack Porter
This patch fixes the problem of up to a second of mpeg blockiess whenever you seek in a video captured with one of these devices. The first frame the Plextor gives us isn't necessarily an I-frame, so the seek table isn't synced with what's in the mpeg stream. Thanks to Mark Spieth for

Re: [mythtv] [PATCH] Plextor PX-TV402 / go7007 keyframe seek fix

2005-05-22 Thread Jack Porter
Nathan Lutchansky wrote: Sorry, just to clarify, Jack, your approach of writing a sync frame only for MPEG4 I frames is correct. What I meant to say is that using the V4L2 flags should be compatible with any compression hardware and format, regardless of whether it is

Re: [mythtv] [PATCH] generic libavformat seek support (6)

2005-05-21 Thread Jack Porter
Hi Mark, can that person who had the problems with plextor?? please test again. I suspect a start adjust issue was the prob previously. if not could you make a recording available (short of course :-) I just tried the latest patch and I'm sorry to report the problem still persists. I think

Re: [mythtv] Plextor ConvertX MPEG4 skip ahead/back not seeking to keyframe

2005-05-19 Thread Jack Porter
I'm using a Plextor ConvertX with latest CVS and when I press the skip ahead/back button while watching recordings (or live TV), I get around 1 second of blocky MPEG4 junk before the video plays normally again. I just tried Mark Spieth's generic libavformat seek patch (5) but it didn't make

[mythtv] Plextor ConvertX MPEG4 skip ahead/back not seeking to keyframe

2005-05-17 Thread Jack Porter
-generated MPEG4 streams? If anyone has any suggestions on where I should look to fix this, please let me know. Cheers Jack -- Jack Porter Seoul [EMAIL PROTECTED]South Korea ___ mythtv-dev mailing list mythtv-dev

Re: [mythtv] [PATCH] Cancel a recording when no free recorder for live tv

2005-01-21 Thread Jack Porter
if I get a chance to implement both options this weekend will submit. - Jack Isaac Richards wrote: On Friday 14 January 2005 10:58 am, Jack Porter wrote: Hi, I wrote this patch because I found it annoying to have to go back to the watch recordings menu, find the active recording, delete

[mythtv] [PATCH] Cancel a recording when no free recorder for live tv

2005-01-14 Thread Jack Porter
as before. Note: I only have a single backend/frontend box with a single tuner card, but I can't see any reason why this wouldn't work for those of you with multiple recorders and backends, but if there's some problem, please let me know. Cheers Jack -- Jack Porter Programmer

[mythtv] [PATCH] osd channel browse mode displays junk when no data for channel

2004-12-29 Thread Jack Porter
, and if not it looks up just the channel data. Cheers Jack -- Jack Porter Seoul [EMAIL PROTECTED]South Korea Index: mythtv/libs/libmythtv/programinfo.cpp === RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv

Re: [mythtv] [PATCH] osd channel browse mode displays junk when no data for channel

2004-12-29 Thread Jack Porter
select data from settings where value = 'UnknownTitle'; ) Good idea, I'll add that and resubmit a unified diff tonight. - Jack -- Jack Porter Programmer [EMAIL PROTECTED]Softmax [EMAIL PROTECTED]South Korea

[mythtv] [PATCH] (take 2) osd channel browse mode displays junk when no data for channel

2004-12-29 Thread Jack Porter
Sorry, here's the patch again in unified diff format. Jack Porter wrote: Hi, When using Browse mode while watching live tv, if you pass a channel for which there is no current program data, junk is displayed instead of the channel name/number. This patch makes ProgramInfo::GetProgramAtDateTime

[mythtv] [PATCH] unicode channel names and callsigns

2004-12-28 Thread Jack Porter
anyone else in Korea using MythTV but if they're interested I've made a listing grabber and Hangul program Finder. I'll submit patches when it's more stable but if anyone's interested before then, drop me a line. - Jack -- Jack Porter Seoul [EMAIL PROTECTED