Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Adam Jenkins
There are a few. Axis from apache does generation, that's c++ and java. Castor does from a java point of view as well as jaxb, jixb...a bunch of others I can't recall at the moment. There's also a lot of c++ libraries. From my experience Axis is probably the most well supported and advanced

Re: [mythtv] Trying to compile linux-2.6.10-DVB

2005-02-21 Thread Ivor Hewitt
On Monday 21 Feb 2005 07:14, Reg Clemens wrote: On Sunday 20 Feb 2005 23:00, you wrote: On Sunday 20 Feb 2005 07:35, [EMAIL PROTECTED] wrote: Im trying to compile linux-2.6.10-DVB, from the current CVS of dvb-kernel, but Im having problems. the routine or51211.c is

Re: [mythtv] Backtrace: Goom segfaults

2005-02-21 Thread Ed Wildgoose
Should be easy to figure out what those values are and trap them at a higher level, so all 3 functions can be fixed in the same place.. Just have it print out the values it's using to calculate px/py if either go below 0. I do agree, however, have a look at the posted backtrace. All the

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Tako Schotanus
Isaac Richards wrote: On Sunday 20 February 2005 06:52 pm, Kevin Kuphal wrote: bill peck wrote: While I do think SOAP would be handy I would settle for program guide data being available over the current Myth Protocol instead of having to do SQL calls. This type of increased

Re: [mythtv] Re: pcHDTV-3000, DVB drivers, QAM -- working!

2005-02-21 Thread David Shay
On Monday 21 February 2005 01:25 am, Marc Tousignant wrote: David, Thanks. That got it working.. Now I only have to figure out one problem. I am getting signal lock on several channels but only 3% signal. I am almost sure that this is because I am currently not subscribed to Comcast's HDTV

[mythtv] DVB records wrong channel.

2005-02-21 Thread Ben de Luca
I have a regular scheduled recording that records the wrong channel 50%ish of the time, I have attached a backend log and my local tzap scan info. At some point it decides that the PIDS are wrong and changes them. Its all here in the logs, if I can provide any more info let me know.

[mythtv] Development environment for MacOS X

2005-02-21 Thread Eggert Thorlacius
Hello What development environment do those of you that are working on MacOS X use? Do you use Qt Designer or Xcode? If you are using Xcode, how do you set up your projects so that you can step into the modules in the debugger? My perference would be to use CodeWarrior, but I understand that

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Tako Schotanus
Tako Schotanus wrote: Isaac Richards wrote: On Sunday 20 February 2005 06:52 pm, Kevin Kuphal wrote: bill peck wrote: While I do think SOAP would be handy I would settle for program guide data being available over the current Myth Protocol instead of having to do SQL calls. This type

Re: [mythtv] 0.17 backend crashes

2005-02-21 Thread Ed Wildgoose
Do all these problems have to do with the mySQL problems discussed before? I just upgraded my system and I see the same thing with mysql-4.1.9-1 and qt-MySQL-3.3.4-1 on FC3-development. I have attached my own crash log. -Eric Hattemer Possibly, but I don't like the look of this: #12

Re: [mythtv] Missing features from 0.16 to 0.17

2005-02-21 Thread Brent Borghese
On Mon, 2005-02-21 at 07:36, Oscar Carlsson wrote: Jeremiah Morris wrote, On 2005-02-21 05:22: On Feb 20, 2005, at 8:08 PM, Brent Borghese wrote: Also, that Timestretch (Time Compression) is very nice. It should be renamed. Both Timestretch and Time Compression only address half

Re: [mythtv] Missing features from 0.16 to 0.17

2005-02-21 Thread Tdes
How about MythPace On Mon, 21 Feb 2005 09:02:45 -0500, Brent Borghese [EMAIL PROTECTED] wrote: On Mon, 2005-02-21 at 07:36, Oscar Carlsson wrote: Jeremiah Morris wrote, On 2005-02-21 05:22: On Feb 20, 2005, at 8:08 PM, Brent Borghese wrote: Also, that Timestretch (Time Compression)

Re: [mythtv] Schedule conflicts: Lost

2005-02-21 Thread Jeff Clowser
How hard would it be to code up a global setting that says something along the line of: - If 2 programs overlap by x minutes or less, record both, missing a small portion of one. x could be a configurable setting, or something hardcoded but reasonable, like 5 minutes. - As for which program

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Michael Luich
I know for myself I don't care what method is used so long as it is accessible and there is at least some basic documentation. There's this great backend running on my box and I have yet to figure out how to access it directly. Whether it's a SOAP, DBus, or MythTV Protocol interface makes less of

Re: [mythtv] Schedule conflicts: Lost

2005-02-21 Thread Jeff Clowser
Kevin Kuphal wrote: Jeff Clowser wrote: - As for which program should be recorded during the overlap, it could be either the program that comes first timewise, or the program with the higher priority. Maybe make the choice between these 2 options configurable - I'm not sure if it would be

Re: [mythtv] Development environment for MacOS X

2005-02-21 Thread Jeremiah Morris
On Feb 21, 2005, at 6:16 AM, Eggert Thorlacius wrote: What development environment do those of you that are working on MacOS X use? I build everything straight from the command line, and use command-line gdb for debugging. I use BBEdit for text editing. I like Xcode, but not enough to spend the

[mythtv] Please help me here: How to obtain a stable full frame rate?

2005-02-21 Thread Jeroen Brosens
People, Please read the following: http://www.100fps.com/why_bobbing.htm I am seriously doubting the correct implementation of the 'Field Bob' filter (as this website calls it) in MythTV's bobdeint, because this occurs in every single show I watch up till now, be it a recording or Live TV. I

Re: [mythtv] Missing features from 0.16 to 0.17

2005-02-21 Thread Jeremiah Morris
On Feb 21, 2005, at 7:36 AM, Oscar Carlsson wrote: In the Swedish translation, I simply named it Tempo. From the American Heritage Dictionary: 1. Music. The speed at which music is or ought to be played, often indicated on written compositions by a descriptive or metronomic direction to the

Re: [mythtv] 0.17 backend crashes

2005-02-21 Thread Michael Mansell
I had exactly the same problem, with pretty much the same stack trace. It appears to be a bug in the 4.1.x libmysqlclient library. There was a patch listed earlier about a fix. Applying this fix has stopped the crashing for me. Before applying the patch, I tried upgrading to 4.1.10 (the CVS

Re: [mythtv] Missing features from 0.16 to 0.17

2005-02-21 Thread Ramon Redondo
MythWeather is falling back on the non-animated map for me as well, and wasn't having issues back when I was still running 0.16. After doing some digging, it looks to me like WeatherWantAnimated defaults to '0' and I can't see anywhere to set that to '1'? It doesn't appear to be available on my

Re: [mythtv] Please help me here: How to obtain a stable full frame rate?

2005-02-21 Thread Terry Barnaby
Jeroen Brosens wrote: People, Please read the following: http://www.100fps.com/why_bobbing.htm I am seriously doubting the correct implementation of the 'Field Bob' filter (as this website calls it) in MythTV's bobdeint, because this occurs in every single show I watch up till now, be it a

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Adam Jenkins
Whether it's a SOAP, DBus, or MythTV Protocol I'm still at a loss why it has to be one or the other to tell you the truth. If you have a good OO system with, say, a bunch of command objects using a marshaller/unmarshaller system. Write the marshaller/unmarshaller with a standard interface and

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Michael Luich
How about just changing channels? Got myth running across the room and don't want to track down the remote? use this! Mike On Tue, 22 Feb 2005 05:19:39 +1100, Adam Jenkins [EMAIL PROTECTED] wrote: Whether it's a SOAP, DBus, or MythTV Protocol I'm still at a loss why it has to be one or the

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Isaac Richards
On Monday 21 February 2005 01:19 pm, Adam Jenkins wrote: Whether it's a SOAP, DBus, or MythTV Protocol I'm still at a loss why it has to be one or the other to tell you the truth. If you have a good OO system with, say, a bunch of command objects using a marshaller/unmarshaller system.

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Daniel Manjarres
After losing all those shows I am still trying to figure out wtf went wrong. for reference here are the sizes of the tables in my database. allrecord.MYIrecords: 11 callsignnetworkmap.MYI records: 52 channel.MYI records: 72 codecparams.MYI

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Chris Pinkham
This query takes 22 seconds with MyISAM, and 15 with innodb, and happens everytime I delete or activate a recording, and is always running when I see those pauses that were driving me crazy. The log says there is no lock time, so my theory of this being a resource locking issue seems

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Pinkham wrote: |This query takes 22 seconds with MyISAM, and 15 with innodb, and |happens everytime I delete or activate a recording, and is always |running when I see those pauses that were driving me crazy. The log |says there is no lock time,

[mythtv] Slave backends Input Configuration

2005-02-21 Thread Jeremy Huddleston
The mythtv HOWTO says to configure slave backends the same as master backends except to skip the Video Sources step. This seems reasonable except that skipping that step doesn't allow you to complete the Input Connections step. So, should mythtvsetup query the master backend for the video

Re: [mythtv] Slave backends Input Configuration

2005-02-21 Thread Isaac Richards
On Monday 21 February 2005 03:48 pm, Jeremy Huddleston wrote: The mythtv HOWTO says to configure slave backends the same as master backends except to skip the Video Sources step. This seems reasonable except that skipping that step doesn't allow you to complete the Input Connections step.

Re: [mythtv] Schedule conflicts: Lost

2005-02-21 Thread Brad Templeton
On Mon, Feb 21, 2005 at 09:57:43AM -0500, Jeff Clowser wrote: How hard would it be to code up a global setting that says something along the line of: - If 2 programs overlap by x minutes or less, record both, missing a small portion of one. x could be a configurable setting, or something

RE: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Adam Jenkins
Title: RE: [mythtv] MythSOAP Expressions Of Interest I _don't want_ to have to support bugs in multiple protocols. That's ok, I don't write bugs :) (light hearted :) ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Isaac Richards Sent: Tuesday,

RE: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Adam Jenkins
Title: RE: [mythtv] MythSOAP Expressions Of Interest You seem dead against this, so I won't push it. If anyone wants to contact me offlist about this, send to mail~at~adamjenkins~dot~net (though I'll only be able to respond after hours, so expect a few hours lag). A friend and I are

Re: [mythtv] Slave backends Input Configuration

2005-02-21 Thread Jeremy Huddleston
On Mon, 2005-02-21 at 15:49 -0500, Isaac Richards wrote: On Monday 21 February 2005 03:48 pm, Jeremy Huddleston wrote: The mythtv HOWTO says to configure slave backends the same as master backends except to skip the Video Sources step. This seems reasonable except that skipping that step

Re: [mythtv] Slave backends Input Configuration

2005-02-21 Thread Isaac Richards
On Monday 21 February 2005 04:09 pm, Jeremy Huddleston wrote: On Mon, 2005-02-21 at 15:49 -0500, Isaac Richards wrote: On Monday 21 February 2005 03:48 pm, Jeremy Huddleston wrote: The mythtv HOWTO says to configure slave backends the same as master backends except to skip the Video

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Isaac Richards
On Monday 21 February 2005 04:09 pm, Adam Jenkins wrote: You seem dead against this, so I won't push it. If anyone wants to contact me offlist about this, send to mail~at~adamjenkins~dot~net (though I'll only be able to respond after hours, so expect a few hours lag). A friend and I are

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Daniel Manjarres
So this is the structure of the 3 tables in my db. I guess the first thing is to make sure they are not on crack. The next thing is to figure out if I should be adding any indices or what to speed things up. I apparently have 6 times the recordings that y'all have, so maybe thats where I need to

RE: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Kristof Pelckmans
Adam, In case you are still looking for a use case : integrate the following application with MythMusic : http://www.mylaszlo.com/lps/bazan/mp3player/mp3player.html?lzt=html This is a flash frontend that is served by a Laszlo application server (http://www.openlaszlo.org/) Probably most of you

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Manjarres wrote: | So this is the structure of the 3 tables in my db. I guess the first | thing is to make sure they are not on crack. The next thing is to | figure out if I should be adding any indices or what to speed things | up. I apparently

Re: [mythtv] Slave backends Input Configuration

2005-02-21 Thread Jeremy Huddleston
On Mon, 2005-02-21 at 16:12 -0500, Isaac Richards wrote: Funnily enough, I'm on the list - there's no need to CC me. whoops... sorry 'bout that. Also, it sounds like you haven't followed the setup instructions and are using a separate SQL server for each backend, instead of one server like

Re: [mythtv] Slave backends Input Configuration

2005-02-21 Thread Isaac Richards
On Monday 21 February 2005 04:55 pm, Jeremy Huddleston wrote: On Mon, 2005-02-21 at 16:12 -0500, Isaac Richards wrote: Funnily enough, I'm on the list - there's no need to CC me. whoops... sorry 'bout that. Also, it sounds like you haven't followed the setup instructions and are using a

Re: [mythtv] innodb vs myism preformance

2005-02-21 Thread Daniel Manjarres
On Mon, 21 Feb 2005 21:42:01 +, Mark [EMAIL PROTECTED] wrote: Stick an EXPLAIN in front of the query Great idea. I would never have thought of that, although I don't know what to do with the output =) . +-++--+--+-+ | table |

Re: [mythtv] Please help me here: How to obtain a stable full frame rate?

2005-02-21 Thread Jeroen Brosens
Terry Barnaby wrote: snip Sigh. Must I really go and buy a relatively expensive PCI based nVidia card to get proper 50 Hz image? I am open to all of your ideas! Thanks a lot in advance, -- Jeroen ___ mythtv-dev mailing list mythtv-dev@mythtv.org

Re: [mythtv] Development environment for MacOS X

2005-02-21 Thread Nigel Pearson
What development environment do those of you that are working on MacOS X use? All old-school stuff. Terminal, cvs, vi, make, vi. gdb if you are lucky :-) Using an IDE is possible, but high maintenance. The code turnover of MythTV is very high. New source files are added, and DEFINES

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Nigel Pearson
You can get ASN1 libraries that will automatically generate the parser and generator code for both Java and C++. You can specify whether you want high speed or low code footprint when you generate the code. I can't remember the name off hand, but they are used for high performance bus

RE: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Anduin Withers
You seem dead against this, so I won't push it. Even if that were the case I'd like to see this continue. I've gone down this road a few times already (usually when someone would add a new field to the protocol that mythweb didn't care about, but mythweb would still need to be updated). So far

Re: [mythtv] Hidden channels appear in browse mode

2005-02-21 Thread Dan Wilga
I tried this patch (after adding an AND to the additional SQL statement), and it works like a charm. IMHO, it would be great if this could be added to the CVS. At 5:13 PM -0500 2/5/05, Chris Pinkham wrote: I am running the CVS version from Feb 2. I have the Always use browse mode when

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread Simon Kenyon
On Monday 21 February 2005 22:48, Brad Templeton wrote: On Mon, Feb 21, 2005 at 04:14:18PM -0500, Isaac Richards wrote: everything much more complicated than it really needs to be. If there's a more standard system available that can replace the existing backend protocol, I'm all for

Re: [mythtv] Hidden channels appear in browse mode

2005-02-21 Thread Damion de Soto
Chris Pinkham wrote: For a lot of australia DVB users this would be a really bad addition to mythtv, lots of the channels here dont have guide data yet and its useful to just hide them from the tv guide. Again, I ask. If the channels don't have guide data, why do you want to browse them? Is

Re: [mythtv] Hidden channels appear in browse mode

2005-02-21 Thread Mark Spieth
example of special channel programming during australian open (tennis) they renamed 7 Digital 1 to something else (cant remember) this one had stats with the picture in a small window. still want to browse but no guide info of course. cheers mark Again, I ask. If the channels don't have

[mythtv] Sound is too loud

2005-02-21 Thread Eric Hattemer
This fixed it (it was in mysys on my system too). But after my upgrades the recordings are way too loud (amped to the point of distortion). This could be an alsa thing. I tried changing the (somewhat new) do not adjust volume setting in the setup. Then even if I put the capture volume in

[mythtv] [PATCH] Multithreading ffmpeg support

2005-02-21 Thread Debabrata Banerjee
This patch allows you to select between 1 and 8 threads for ffmpeg to split into while encoding mpeg-4. I've been running this on FC1/.15 since the middle of last year, quite a remarkable improvement for SMP machines. I recently upgraded to FC3/.17 on the same box and the results aren't quite

Re: [mythtv] MythSOAP Expressions Of Interest

2005-02-21 Thread gettler
You seem dead against this, so I won't push it. Even if that were the case I'd like to see this continue. I've gone down this road a few times already (usually when someone would add a new field to the protocol that mythweb didn't care about, but mythweb would still need to be updated). So

[mythtv] [PATCH] Mythweb -- generalized SQL queries, HD search, page of canned searches

2005-02-21 Thread Brad Templeton
The following patches for mythweb add the following features: a) One can preface hd: to a search and find only programs broadcast in HDTV. b) One can provide a parameter sql which is a generalized SQL query for the program table to search.php.This is mostly used below, but allows users to