[mythtv] INSERT INTO channels Perl weirdness

2005-07-10 Thread Nigel Pearson
In my hacky channels.conf-import.pl script, doing this: REPLACE INTO channel (chanid,channum,sourceid,name,serviceid) VALUES (1017, '1017', 1, 'TV1', 17) via $dbh = DBI->connect(...); $dbh->do(...); never fills in all the fields. A new row will be created with chanid==1017, but everyt

Re: [mythtv] Re: Another data point for the new XvMC stuff

2005-07-10 Thread Blammo
On 5/2/05, Mark Frey <[EMAIL PROTECTED]> wrote: > Well I found my problem, your asking about glxgears led me to it. > glxgears was pegged at 60 because I had sync to vblank on (both for > opengl and xvideo). I turned this off to check my glxgears score and > voila, XvMC works fine for me now. I

Re: [mythtv] Frontend segfault with BT

2005-07-10 Thread Jack R. Hyde
Hopefully I did it right this time, if not let me know. 2005-07-10 19:09:54.151 Attempting to change from WatchingPreRecorded to None Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 229380 (LWP 10318)] 0x2e4a13cd in malloc_trim () from /lib/libc.so.6 (gdb) info t

Re: [mythtv] DB helper functions

2005-07-10 Thread Robert Johnston
On 10/07/05, Fernando Vilas <[EMAIL PROTECTED]> wrote: >Note: the reason to use the QString::left instead of just an operator=, is > that in QT4, the pgsql backend changed names from QPGSQL7 to QPGSQL, and it > should work for 3.3.x and 4.0. I will also look into coding these as > constants

[mythtv] DB helper functions

2005-07-10 Thread Fernando Vilas
All, Here's a patch that implements the first of the helper functions in dbcheck.cpp. These are not a complete set to have MythTV run in PostgreSQL, but it's a start at getting the backend to be more flexible in the databases supported. I still need to get to the keys, unique constraint

Re: [mythtv] Reproducible Backend Crash (0.18.1)

2005-07-10 Thread Martin Ebourne
On Sun, 10 Jul 2005 18:43:12 +1000, Rob Hillis wrote: > Then it seems my hope has already been answered. I suppose the next > question is more for Jarrod than yourself, but how often are the stable > releases likely to appear? 0.18.1 appeared fairly quickly, though it's > been some time since

Re: [mythtv] [PATCH] mythgallery: retrieve and show captions

2005-07-10 Thread Ross Campbell
> > Before submitting this one into trac, I would like to re-ask the following: > > > Could you elaborate on "at all"? My image directories contain photo's > > > straight from the camera, and having things like "DSCN2342" as title is > > > not very useful, especially as I've got captions for most i

Re: [mythtv] [PATCH] mythgallery: retrieve and show captions

2005-07-10 Thread Herman Kuiper
> Could you elaborate on "at all"? My image directories contain photo's > straight from the camera, and having things like "DSCN2342" as title is > not very useful, especially as I've got captions for most images in a > separate file... Is it the retrieval or display of the captions? Retrieval.

Re: [mythtv] [PATCH] mythgallery: retrieve and show captions

2005-07-10 Thread Isaac Richards
On Saturday 09 July 2005 01:30 pm, Herman Kuiper wrote: > >>> One is a command to execute for each image which should return the > >>> caption for an image [I'm using MythGallery on top of other > >>> albumsoftware, and have caption in a separate file in the image > >>> directory]. This caption is

Re: [mythtv] Frontend segfault with BT

2005-07-10 Thread Isaac Richards
On Sunday 10 July 2005 09:57 am, Jack R. Hyde wrote: > Whenever I exit out of watching a recording (whether pvr250 or > firewire/pchdtv3k) the frontend randomly crashes, usually only after > watching the entire thing or close to the entire program. Gentoo amd64 > running current svn as of 2 days ag

Re: [mythtv] feature: recording multible channels with one dvb card

2005-07-10 Thread Jochen Kühner
someone is working on this. i've also asked for a little time. i also had looked forward to implement something like this by myself, but at the moment i have no time and this part includes major changes in mythtv, because you had to change the recording planer, the live tv and these changes a

[mythtv] Frontend segfault with BT

2005-07-10 Thread Jack R. Hyde
Whenever I exit out of watching a recording (whether pvr250 or firewire/pchdtv3k) the frontend randomly crashes, usually only after watching the entire thing or close to the entire program. Gentoo amd64 running current svn as of 2 days ago. 2005-07-10 05:52:19.930 Attempting to change from Watchin

[mythtv] Using MythUI in plugin...

2005-07-10 Thread Joel Utting
Is mythUI ready to be used in a plugin ? I've been attempting to use it for a plugin, but I get segfaults when I try to GetMythMainWindow() as per the mythUI test program. Bye - Joel. ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/

Re: [mythtv] Reproducible Backend Crash (0.18.1)

2005-07-10 Thread Rob Hillis
Isaac Richards wrote: I would have hoped however that it would have been back-ported to the 0.18.x version. Isn't that it's purpose - identify bugs with the old release and back-port bugs that are fixed in the newer versions? Strangely enough, the fix for this particular issu