[mythtv] Can't Compile MythMusic (Goom) in latest SVN

2005-08-22 Thread Greg Grotsky
I updated to latest svn version of mythplugins and goom won't compile: gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX-Di386 -D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I

Re: [mythtv] Mythwheather has bug in "extended forecast" screen

2005-08-22 Thread Robert Tsai
On Fri, Aug 12, 2005 at 04:08:57PM -0400, James Armstrong wrote: > >>Mythwheather has bug in "extended forecast" screen. it showes > >>error weekday. for example, today is "Friday", tomorrow should > >>"Saturday", but in "extended forecast" screen mythweather showes > >>tomorrow is "Thursday". I u

Re: [mythtv] filter_adjust.c does not compile

2005-08-22 Thread Greg Estabrooks
> A "#ifdef HAVE_STDINT_H" was put around "#include " without > including config.h first. The attached patch addresses this problem. Strange, it compiled in all my tests without any problems. I've just commited this change, thanks. ___ mythtv-dev m

[mythtv] Filters.pro

2005-08-22 Thread Yadav Gowda
i was just compiling today's release on Fedora Core 4, and when make finally finished, it gave me this message: cd filters && qmake filters.pro -o Makefile Error processing project file: /usr/mythtv/mythtv/filters/filters.pro make: *** [filters/Makefile] Error 2 I try to do make install, but it gi

[mythtv] filter_adjust.c does not compile

2005-08-22 Thread Tomas Edwardsson
filters/adjust/filter_adjust.c does not compile anymore after http://svn.mythtv.org/trac/changeset/7093 was applied. A "#ifdef HAVE_STDINT_H" was put around "#include " without including config.h first. The attached patch addresses this problem. - Tommi --- mythtv/filters/adjust/filter_adjust

[mythtv] New Mac Frontend Build Available

2005-08-22 Thread Geoffrey Kruse
Here it is: http://willamette.edu/~gkruse/myth/MythFrontend-SVN-7104-With- Plugins.dmg So that I don't pollute the list every week, announcements / links about future weekly builds will be found at http://willamette.edu/ ~gkruse/myth Geoff Kruse smime.p7s Description: S/MIME cryptogra

Re: [mythtv] Question about the "year" field in the program table

2005-08-22 Thread Bruce Markey
John Pullan wrote: Could someone explain what it's meant to represent please ? I'm working on improving one of the DVB EIT fix up routines and I was wondering if placing the year a film was released in this field was appropriate. That's the correct usage. The field in the program table is actu

Re: [mythtv] DVB, Live TV Broken with SVN 7050+

2005-08-22 Thread Carl Lewis
LiveTV still appears to be broken for standard DVB-t (UK), Mythtv either hangs or segfaults when I go into live-tv and recordings fail to start:(. I've tried following this discussion but it appears to be about HDTV although the problem seems similar, is DVB still broken?, I noticed a load of f

[mythtv] Goom fixes

2005-08-22 Thread Ed W
Hi, I haven't prepared a patch, but I have been sitting on the info for a while with too little time so I thought I should at least pass it around Goom for me used to crash a lot (I am on an older CVS right now). It seems this is known to the goom developers and in particular this patch seems

[mythtv] Question about the "year" field in the program table

2005-08-22 Thread John Pullan
Could someone explain what it's meant to represent please ? I'm working on improving one of the DVB EIT fix up routines and I was wondering if placing the year a film was released in this field was appropriate. Thanks -- John ___ mythtv-dev mailing lis

[mythtv] DVB Off air channels.(7104)

2005-08-22 Thread John Pullan
DVB off air channels are not working correctly with LiveTV When you tune to an off air channel the check against the PMT kicks in, but it still takes 15 seconds for the for the frontend to notice. It then bails out of LiveTV back to the menu. If you then try and go back in you get the following re

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Ciaran
On 22/08/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-22 at 17:18 +0100, Mark Weaver wrote: > > Mark Weaver wrote: > > > I am also having trouble with DVB (livetv|recording) -- sometimes > > > getting the PMT timeout. I have tried latest SVN but the backend seems > > > very

Re: [mythtv] DVB: Heads up! PS format deprecated - TS now used by default

2005-08-22 Thread Daniel Kristjansson
On Mon, 2005-08-22 at 18:49 +0100, John wrote: > Jesper Sörensen wrote: > > > The DVB code in SVN will now switch everyone over to record in TS > > format, since that has proven to have far less problems than the old > > PS format. > > > Did I miss somthing or does this mean that MythTV is movin

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Daniel Kristjansson
On Mon, 2005-08-22 at 17:18 +0100, Mark Weaver wrote: > Mark Weaver wrote: > > I am also having trouble with DVB (livetv|recording) -- sometimes > > getting the PMT timeout. I have tried latest SVN but the backend seems > > very unstable for me. I've done a little debugging, so far I think I >

Re: [mythtv] mythmusic questions

2005-08-22 Thread Joseph A. Caputo
On Monday 22 August 2005 13:31, Stephen Cole wrote: > Joseph A. Caputo wrote: > > On Sunday 21 August 2005 22:15, Stephen Cole wrote: > > > >>Tj NG wrote: > >> > >> > >>>Stephen Cole wrote: > >>> > >>> > I've posted questions to the mythtv-users list and not got a lot > of > help, i

Re: [mythtv] DVB: Heads up! PS format deprecated - TS now used by default

2005-08-22 Thread John
Jesper Sörensen wrote: The DVB code in SVN will now switch everyone over to record in TS format, since that has proven to have far less problems than the old PS format. Did I miss somthing or does this mean that MythTV is moving away from supporting Hardware decoding SAT cards like he skysta

Re: [mythtv] mythmusic questions

2005-08-22 Thread Stephen Cole
Joseph A. Caputo wrote: On Sunday 21 August 2005 22:15, Stephen Cole wrote: Tj NG wrote: Stephen Cole wrote: I've posted questions to the mythtv-users list and not got a lot of help, i'm hoping somebody here can answer some questions: 1) mythmusic use to (up until today) crash a lot. Thi

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Mark Weaver
Mark Weaver wrote: I am also having trouble with DVB (livetv|recording) -- sometimes getting the PMT timeout. I have tried latest SVN but the backend seems very unstable for me. I've done a little debugging, so far I think I have found a race condition in signalmonitor.cpp: Hmm, ok maybe that

Re: [mythtv] more on dvb record failure (race condition in signalmonitor.cpp?)

2005-08-22 Thread Mark Weaver
I am also having trouble with DVB (livetv|recording) -- sometimes getting the PMT timeout. I have tried latest SVN but the backend seems very unstable for me. I've done a little debugging, so far I think I have found a race condition in signalmonitor.cpp: In signalmonitor.cpp there is a rac

Re: [mythtv] more on dvb record failure

2005-08-22 Thread Dave Just
Hi, I'm also experiencing broken DVB with the recent changes. I tried changing this parameter (DVB_TABLE_WAIT in tv_rec.cpp) up from 3000 to larger values (e.g. 3) but this had no effect. I was seeing tuning strength information via the dummy recorder but no channels successfully tun

Re: [mythtv] more on dvb record failure

2005-08-22 Thread Mark Spieth
> > Are the services that take a while encryped? all FTA for me. no CI slot. > > Maybe we need add the access controller's startup time to the timeout? > the PMT/PAT stuff is generally not encrypted anyway. only CA streams would be specified as part of the services which allow decryption of the v

[mythtv] dbox feed

2005-08-22 Thread Steven
Anybody here that uses this with current svn? I can't get it to work. The epg scanning works, but I can't record or use live-tv at all and I don't see anything usefull in the (verbose) logs to help me out. Steven ___ mythtv-dev mailing list mythtv-de

Re: [mythtv] mythmusic questions

2005-08-22 Thread Joseph A. Caputo
On Sunday 21 August 2005 22:15, Stephen Cole wrote: > Tj NG wrote: > > > Stephen Cole wrote: > > > >> I've posted questions to the mythtv-users list and not got a lot of > >> help, i'm hoping somebody here can answer some questions: > >> 1) mythmusic use to (up until today) crash a lot. This was

Re: [mythtv] more on dvb record failure

2005-08-22 Thread Daniel Kristjansson
On Mon, 2005-08-22 at 21:19 +1000, Mark Spieth wrote: > > > > There around line 787 there is this statement: > > ok = wait_for_dvb(channel, 1000, abortRecordingStart); > > Can you try increasing that 1000 ms until it works? > > Then send me the value that seems to work for you? > > > > Acco

Re: [mythtv] more on dvb record failure

2005-08-22 Thread Mark Spieth
> > There around line 787 there is this statement: > ok = wait_for_dvb(channel, 1000, abortRecordingStart); > Can you try increasing that 1000 ms until it works? > Then send me the value that seems to work for you? > > According to the specs the timeout should be about 450 ms, but it > appe