Re: [mythtv] Re: [mythtv-commits] Re: Ticket #602: Add ability to see recording changes resulting from a schedule change

2005-11-22 Thread Bruce Markey
Wendy Seltzer wrote: from the mythbackend: 2005-11-22 23:26:14.856 DB Error (FillRecordListFromDB): Query was: CREATE TEMPORARY TABLE recordmatch (recordid int unsigned, chanid int unsigned, starttime datetime, manualid int unsigned, INDEX (recordid)) SELECT * from recordmatch; Driver error

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7932 by nigel

2005-11-22 Thread George Nassas
On 23-Nov-05, at 1:23 AM, Nigel Pearson wrote: I updated the script to do all the checkouts in one shot. Indeed. Looking good, but I think we can do better. This version will always do a svn co, and never an update. I suspect it should still try and update if the source dirs are alread

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7932 by nigel

2005-11-22 Thread Nigel Pearson
Thanks for this update. It has a few minor problems with already checked out code, but I will commit most of your changes tonight. True. And your "get the latest revision" trick isn't bad, although I think I would prefer to do it via an svn info. svn info only operates on local c

Re: [mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread Mika Orajärvi
On Wed, 2005-11-23 at 00:07 -0500, Michael T. Dean wrote: > Mika Orajärvi wrote: > > >I think there's some bugs in the mentioned file and function regarding > >the names of the mysql tables/entries. I'm using the mythtv svn. > > > >The problems appeared after I wiped the DB clean and run the setup

[mythtv] Re: [mythtv-commits] Re: Ticket #602: Add ability to see recording changes resulting from a schedule change

2005-11-22 Thread Wendy Seltzer
On 11/19/05, MythTV <[EMAIL PROTECTED]> wrote: #602: Add ability to see recording changes resulting from a schedule change---+ Reporter:  [EMAIL PROTECTED]   |Owner:  bjm Type:  enhancement|   Status:  c

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Wendy Seltzer
On 11/23/05, Michael T. Dean <[EMAIL PROTECTED]> wrote: Wendy Seltzer wrote:> On 11/22/05, *Daniel Kristjansson* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote: >> On Tue, 2005-11-22 at 20:17 -0500, Wendy Seltzer wrote:>> > It also interferes with the edit screen's cut marks.  (Viewing>

Re: [mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread Michael T. Dean
Mika Orajärvi wrote: I think there's some bugs in the mentioned file and function regarding the names of the mysql tables/entries. I'm using the mythtv svn. The problems appeared after I wiped the DB clean and run the setup again. In the mysql query: query.prepare( "SELECT startch

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Michael T. Dean
Wendy Seltzer wrote: On 11/22/05, *Daniel Kristjansson* <[EMAIL PROTECTED] > wrote: On Tue, 2005-11-22 at 20:17 -0500, Wendy Seltzer wrote: > It also interferes with the edit screen's cut marks. (Viewing > Viewing a 4:3 program on a 4:3 TV, using Xineram

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Chris Pinkham
> opinions of expected behaviour, and the available information. In this case a > misunderstanding resulted from the quotation of Chris: > > "I believe that 'R' in LiveTV just toggles whether a recording will be > saved (by moving it out of the LiveTV group into the default > recording group),

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Wendy Seltzer
On 11/22/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: On Tue, 2005-11-22 at 20:17 -0500, Wendy Seltzer wrote:> Closes #667. By applying modified patch.> This doesn't actually fix the OSD font size in the letterbox> modes as stated in the ticket summary. > But

[mythtv] How to stop a playing Movie with a Function() call...

2005-11-22 Thread Suchit Rout, Noida
I have been studying the code of mythtv for a while now. I understand that while a movie is being played in mythfrontend, a loop in tv_play.cpp gets on executing. While a movie is being played, if I press the "Esc" button, the movie stops playing and MythTV returns to the screen where we have

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Michael T. Dean
Greg Estabrooks wrote: Well, Not exactly what you mocked up here is my first stab at an OSD that follows the general look. http://www.phaze.org/mythtv/osd/newgreyosd1.jpg http://www.phaze.org/mythtv/osd/newgreyosd2.jpg http://www.phaze.org/mythtv/osd/newgreyosd3.jpg http://www.phaze.org/mythtv

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Daniel Kristjansson
On Tue, 2005-11-22 at 20:21 -0800, Geoffrey Hausheer wrote: > On 11/22/05, Geoffrey Kruse wrote: > > mpeg2fix.cpp:16:20: malloc.h: No such file or directory > This is the correct include for memalign. Not sure why it wouldn't be > available. memalign is technically an obsolete function. You are su

Re: [mythtv] New MPEG2 commercial-cut code ready for testing

2005-11-22 Thread Geoffrey Kruse
On Nov 22, 2005, at 8:17 PM, Geoffrey Hausheer wrote: On 11/22/05, Geoffrey Kruse wrote: If I try to transcode a recording after I have already transcoded it once (trying to figure out commercial removing) using the new mpeg 2 transcoder, I get the following error: 2005-11-22 10:00:15.604 Tra

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
On Nov 22, 2005, at 8:21 PM, Geoffrey Hausheer wrote: On 11/22/05, Geoffrey Kruse wrote: mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalign. Not sure why it wouldn't be available. Also, memalign does not exist on os x becsause malloc returns ali

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
see my patch in track. as far as I can find in google, open() on os x handles large files just fine Geoff On Nov 22, 2005, at 8:21 PM, Geoffrey Hausheer wrote: On 11/22/05, Geoffrey Kruse wrote: mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalig

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Hausheer
On 11/22/05, Geoffrey Kruse wrote: > mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalign. Not sure why it wouldn't be available. > mpeg2fix.cpp: In member function `void MPEG2replex::start()': > mpeg2fix.cpp:283: error: `open64' undeclared (first use t

Re: [mythtv] New MPEG2 commercial-cut code ready for testing

2005-11-22 Thread Geoffrey Hausheer
On 11/22/05, Geoffrey Kruse wrote: > If I try to transcode a recording after I have already transcoded it > once (trying to figure out commercial removing) using the new mpeg 2 > transcoder, I get the following error: > > 2005-11-22 10:00:15.604 Transcoding aborted, need MPEG-2. > > As far as I kno

[mythtv] OSD aspect ratio problems [patch]

2005-11-22 Thread Daniel Kristjansson
Can someone verify that this works? I sent it to bjm, but I think he went to sleep or something... -- Daniel Index: libs/libmythtv/videooutbase.cpp === --- libs/libmythtv/videooutbase.cpp (revision 7996) +++ libs/libmythtv/videooutba

Re: [mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread spam
Mika Orajärvi wrote: Hi, I think there's some bugs in the mentioned file and function regarding the names of the mysql tables/entries. I'm using the mythtv svn. The problems appeared after I wiped the DB clean and run the setup again. In the mysql query: query.prepare( "SELECT sta

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Greg Estabrooks
> >http://capnbry.net/~bmayland/fi/pvr150/grayosd.jpg > >Guh. Making an OSD is a pain in the butt. Freakin overscan. Plus, Q Well, Not exactly what you mocked up here is my first stab at an OSD that follows the general look. http://www.phaze.org/mythtv/osd/newgreyosd1.jpg http://www.pha

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 09:49 pm, Bob Cottingham wrote: > On 11/22/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > > On Tuesday 22 November 2005 06:26 pm, Stuart Morgan wrote: > > > On Tuesday 22 Nov 2005 22:58, Isaac Richards wrote: > > > > > I thought the point of the new live TV code was so

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Bob Cottingham
On 11/22/05, Isaac Richards <[EMAIL PROTECTED]> wrote: > On Tuesday 22 November 2005 06:26 pm, Stuart Morgan wrote: > > On Tuesday 22 Nov 2005 22:58, Isaac Richards wrote: > > > > I thought the point of the new live TV code was so that you could > > > > record everything of a show which you were wa

[mythtv] Feature proposal

2005-11-22 Thread Mattia Martinello
Hi, I have a proposal about a new feature of MythTV. At the moment, it is possible to setup a starting channel in mythtv-setup in the input connections menù. The starting channel is automatically update everytime I close mythfrontend, and it is always the latest channel I viewed. It could be

Re: [mythtv] MythTV make error

2005-11-22 Thread Mattia Martinello
Daniel Kristjansson ha scritto: Update to svn, I just committed a fix for you :) Yeah!!! Great!!! :-) Thank you very much! Bye Mattia. ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] Re: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Daniel Kristjansson
On Tue, 2005-11-22 at 20:17 -0500, Wendy Seltzer wrote: > Closes #667. By applying modified patch. > This doesn't actually fix the OSD font size in the letterbox > modes as stated in the ticket summary. > But what it does do is keep the aspect ratio of the fonts >

Re: [mythtv] MythTV make error

2005-11-22 Thread Daniel Kristjansson
On Wed, 2005-11-23 at 02:29 +0100, Mattia Martinello wrote: > After about 30 minutes of making I get this error: > osd.cpp:53: error: 'sqrt' was not declared in this scope > What I can do to solve this problem? Update to svn, I just committed a fix for you :) -- Daniel ___

[mythtv] MythTV make error

2005-11-22 Thread Mattia Martinello
Hi, I'm trying the latest SVN version of MythTV. I configured MythTV with che command ./configure --enable-dvb --dvb-path=/usr/src/linux-headers-2.6.12-1/include/ --enable-dvb-eit I ran "qmake mythtv.pro" and then I ran "make". After about 30 minutes of making I get this error: osd.cpp: In

[mythtv] Mythjobqueue (including commflag) packaged for MacOS X

2005-11-22 Thread Geoffrey Kruse
Just thought I would let anyone interested know that I have made a self-contained mac application for the jobqueue. This app is meant to be run as a startup item (ie it wont show up in the dock) and will process commercial flagging jobs just like any other jobqueue. Feedback is welcome.

[mythtv] Re: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Wendy Seltzer
On 11/22/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:   Author: danielkDate: 2005-11-22 15:07:04 + (Tue, 22 Nov 2005)New Revision: 7983    Changeset: http://cvs.mythtv.org/trac/changeset/7983Closes #667. By applying modified patch. This doesn't actually fix the OSD font size in

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 07:27 pm, Steve Adeff wrote: > I don't know if this is something related to the Live-TV update as far as > coding it, but lots of people want the ability to set a specific input for > live TV only, ie no scheduled recordings. > > Any thoughts in this area? Wasn't planni

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Wednesday 23 Nov 2005 00:00, Isaac Richards wrote: > Yup. There are 4 major items left on my live-tv todo list. They are: > > - Pause OSD doesn't update. > - ToggleRecord needs to have warnings for channel changes if it's the > currently recording program. > - Exiting live-tv when the currentl

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 07:29 pm, Steve Adeff wrote: > On Tuesday 22 November 2005 18:56, Isaac Richards wrote: > > Wasn't planning on it - the intention was to clear out really short > > things generated from channel flipping quickly, and then allow the > > autoexpirer to delete longer ones as

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Steve Adeff
On Tuesday 22 November 2005 18:56, Isaac Richards wrote: > On Tuesday 22 November 2005 06:27 pm, Carl Lewis wrote: > > Chris Pinkham wrote: > > > They expire just like normal recordings, so their lifetime is > > > determined by how much disk space you have free. The only LiveTV > > > recordings th

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Steve Adeff
On Tuesday 22 November 2005 19:00, Isaac Richards wrote: > On Tuesday 22 November 2005 06:26 pm, Stuart Morgan wrote: > > On Tuesday 22 Nov 2005 22:58, Isaac Richards wrote: > > > > I thought the point of the new live TV code was so that you could > > > > record everything of a show which you were

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Bryan Mayland
Bryan Mayland wrote: Here's my idea for an OSD if you're interested in making it: http://capnbry.net/~bmayland/fi/pvr150/grayosd.jpg Guh. Making an OSD is a pain in the butt. Freakin overscan. Plus, what happens when the screen size isn't 640x480, how does that work? I've just done pr

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 06:26 pm, Stuart Morgan wrote: > On Tuesday 22 Nov 2005 22:58, Isaac Richards wrote: > > > I thought the point of the new live TV code was so that you could > > > record everything of a show which you were watching through live TV. > > > This way you cannot win - either

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 06:27 pm, Carl Lewis wrote: > Chris Pinkham wrote: > > They expire just like normal recordings, so their lifetime is determined > > by how much disk space you have free. The only LiveTV recordings that > > expire even when you have lots of free space available are the s

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Jay R. Ashworth
On Tue, Nov 22, 2005 at 05:46:05PM -0500, Isaac Richards wrote: > I just wanted to say thanks for describing something that I haven't finished > writing yet as a 'nightmare'. Can I just nominate this for "Funniest Post on a Development List" for 2005? :-) Cheers, -- jra -- Jay R. Ashworth

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Carl Lewis
Chris Pinkham wrote: They expire just like normal recordings, so their lifetime is determined by how much disk space you have free. The only LiveTV recordings that expire even when you have lots of free space available are the short (< 1 minute) recordings. Any intention to make the value of "

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 22:58, Isaac Richards wrote: > > I thought the point of the new live TV code was so that you could record > > everything of a show which you were watching through live TV. This way > > you cannot win - either you create a rule and record the ending OR hit > > 'R' and potentia

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 22:46, Isaac Richards wrote: > I just wanted to say thanks for describing something that I haven't > finished writing yet as a 'nightmare'. The 'nightmare' was my own - not a description of Myth. It certainly wasn't intended as a criticism or insult! I can't think of any r

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 05:59 pm, andrew burke wrote: > > I just wanted to say thanks for describing something that I haven't > > finished writing yet as a 'nightmare'. > > He didn't. Look at the title again. He basically just missed a recording > he wanted, which could be considered a 'night

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread andrew burke
> I just wanted to say thanks for describing something that I haven't > finished writing yet as a 'nightmare'. He didn't. Look at the title again. He basically just missed a recording he wanted, which could be considered a 'nightmare' depending on how much that show mattered to him. I don't thi

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 05:50 pm, Stuart Morgan wrote: > On Tuesday 22 Nov 2005 22:06, Michael T. Dean wrote: > > files," Chris Pinkham just said: > > >I believe that 'R' in LiveTV just toggles whether a recording will be > > > saved (by moving it out of the LiveTV group into the default record

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 22:06, Michael T. Dean wrote: > files," Chris Pinkham just said: > >I believe that 'R' in LiveTV just toggles whether a recording will be > > saved (by moving it out of the LiveTV group into the default recording > > group), I don't think it says "record the rest of this prog

[mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
following error: mpeg2fix.cpp:16:20: malloc.h: No such file or directory mpeg2fix.cpp: In member function `void MPEG2replex::start()': mpeg2fix.cpp:283: error: `open64' undeclared (first use this function) mpeg2fix.cpp:283: error: (Each undeclared identifier is reported only once for each f

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Isaac Richards
On Tuesday 22 November 2005 03:45 pm, Stuart Morgan wrote: > Has anyone else tried to record a programme they are watching in Live-TV > and had problems? > > I was watching a film, about 5 minutes in I decide I would like to record > it. I hit record, the "Recording XXX" message appears and the

Re: [mythtv] ease onto the devel list

2005-11-22 Thread Allan Stirling
tgate wrote: On Nov 22, 2005, at 12:03 PM, [EMAIL PROTECTED] wrote: To add to this, tickets usually get more attention when they include a patch. Even if it's not complete, it gives someone a quick reference as to exactly what the issue is. Is there a proper way to gather/provide a b

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 21:52, Michael T. Dean wrote: > I'll leave this for someone else. It sounds like--since it only > recorded the first 45 minutes of the 2-hour show--even though you pushed > record during LiveTV it wasn't actually recording, so when you left > LiveTV (or when you changed chan

Re: [mythtv] ease onto the devel list

2005-11-22 Thread tgate
On Nov 22, 2005, at 12:03 PM, [EMAIL PROTECTED] wrote:To add to this, tickets usually get more attention when they include a patch. Even if it's not complete, it gives someone a quick reference as to exactly  what the issue is. Is there a proper way to gather/provide a backtrace or other type of d

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Steve Adeff
On Tuesday 22 November 2005 17:15, Michael T. Dean wrote: > Steve Adeff wrote: > >Selecting "Delete and Re-Record" should then display the options to setup > > a rule to rerecord with the information required to grab that show > > (title, subtitle, etc. whatever), > > This is actually the sticky po

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Michael T. Dean
Steve Adeff wrote: Selecting "Delete and Re-Record" should then display the options to setup a rule to rerecord with the information required to grab that show (title, subtitle, etc. whatever), This is actually the sticky point... What you've simplified as, "whatever," is something that can

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Michael T. Dean
Steve Adeff wrote: On Tuesday 22 November 2005 16:52, Michael T. Dean wrote: I'll leave this for someone else. It sounds like--since it only recorded the first 45 minutes of the 2-hour show--even though you pushed record during LiveTV it wasn't actually recording, so when you left LiveTV (o

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Steve Adeff
On Tuesday 22 November 2005 16:52, Michael T. Dean wrote: > Stuart Morgan wrote: > >On Tuesday 22 Nov 2005 20:58, Michael T. Dean wrote: > >>Stuart Morgan wrote: > >>>Has anyone else tried to record a programme they are watching in Live-TV > >>>and had problems? > >> > >>What version? Stable and S

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Michael T. Dean
Stuart Morgan wrote: On Tuesday 22 Nov 2005 20:58, Michael T. Dean wrote: Stuart Morgan wrote: Has anyone else tried to record a programme they are watching in Live-TV and had problems? What version? Stable and SVN have very different implementations of LiveTV. Latest SV

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Chris Pinkham
> I was seeing this last night too, running r7972. I ended up with 20 > or so live-tv recordings that were still there this morning. I exited If you watched them for more than 1 minute, they should still be there. > On the last program I was watching, I hit R to have myth record the

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 20:58, Michael T. Dean wrote: > Stuart Morgan wrote: > >Has anyone else tried to record a programme they are watching in Live-TV > > and had problems? > > What version? Stable and SVN have very different implementations of > LiveTV. Latest SVN - sorry thought that was impli

RE: [mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread Torbjörn Jansson
Hmm... This sounds familiar. Ever since i added my dreambox as a source mythbackend complains at startup with some sql and something about start channel, but i haven't bothered to check it since the source doesn't work properly. I only added that source so i could see if i could get the dbox stuff

Re: [mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread Endaf Jones
On 11/22/05, Mika Orajärvi <[EMAIL PROTECTED]> wrote: > I think there's some bugs in the mentioned file and function regarding > the names of the mysql tables/entries. I'm using the mythtv svn. > > The problems appeared after I wiped the DB clean and run the setup > again. > > In the mysql query:

RE: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > On Tue, 2005-11-22 at 21:29 +0100, Torbjörn Jansson wrote: > >> To fix this i always have to go to the osd menu and change aspect >> ratio manualy to 16:9. > Right, when you do this you don't actually override the video aspect > ratio but you select a letterbox mode w

Re: [mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Michael T. Dean
Stuart Morgan wrote: Has anyone else tried to record a programme they are watching in Live-TV and had problems? What version? Stable and SVN have very different implementations of LiveTV. I was watching a film, about 5 minutes in I decide I would like to record it. I hit record, the "Reco

Re: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Stuart Morgan
On Tuesday 22 Nov 2005 20:43, Torbjörn Jansson wrote: > [EMAIL PROTECTED] <> wrote: > > * For those who haven't seen the numerous reports aspect ratio > > detection was broken a several weeks back. > > Only weeks? Feels more like months ;-) Well I was playing safe - I didn't want to exaggerate ;)

[mythtv] Bug in tv_rec.cpp (TVRec::GetStartChannel)

2005-11-22 Thread Mika Orajärvi
Hi, I think there's some bugs in the mentioned file and function regarding the names of the mysql tables/entries. I'm using the mythtv svn. The problems appeared after I wiped the DB clean and run the setup again. In the mysql query: query.prepare( "SELECT startchan " "FROM

RE: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Daniel Kristjansson
On Tue, 2005-11-22 at 21:29 +0100, Torbjörn Jansson wrote: > To fix this i always have to go to the osd menu and change aspect ratio > manualy to 16:9. Right, when you do this you don't actually override the video aspect ratio but you select a letterbox mode which has a similar effect. The video

[mythtv] Live-TV & Recording nightmare

2005-11-22 Thread Stuart Morgan
Has anyone else tried to record a programme they are watching in Live-TV and had problems? I was watching a film, about 5 minutes in I decide I would like to record it. I hit record, the "Recording XXX" message appears and the in-progress recording appears in the recordings screen. I was a

RE: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > * For those who haven't seen the numerous reports aspect ratio > detection was broken a several weeks back. Only weeks? Feels more like months ;-) ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/

Re: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Stuart Morgan
> > This doesn't actually fix the OSD font size in the letterbox modes > > as stated in the ticket summary. > > > > But what it does do is keep the aspect ratio of the fonts correct. > > Not sure i like the result of this one. > If i watch a recording in 16:9 the fonts in the osd menu is too big to

RE: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > On Tue, 2005-11-22 at 19:42 +0100, Torbjörn Jansson wrote: >>> Closes #667. By applying modified patch. >>> This doesn't actually fix the OSD font size in the letterbox modes >>> as stated in the ticket summary. >>> But what it does do is keep the aspect ratio of the f

[mythtv] development support new firewire tuner?

2005-11-22 Thread Fiete Lange
Hi all, I found a firewire based tuner box, capable of decrypting digital cable television (DVB and HDTV by means of alphacrypt 3.0.5) in the Netherlands (and many other countries). It is fireDTV and floppyDTV, the last one fitting into barebones. I have contacted the company, this device is s

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Bryan Mayland
Chris Pinkham wrote: The new autoexpire method doesn't work for the LiveTV recordings on my system. I have tons of tiny files in my recording list marked with an RIP symbol now. Doesn't sound like you're running current SVN. I was seeing this last night too, running r7972. I ended

[mythtv] MythMusic keypad shortcuts

2005-11-22 Thread Robin Gilks
Greetings I'd like to use the 6 key keypad on my lcd to navigate in mythmusic so I don't have to turn on the TV. I have up/down/left/right/ok/esc keys. This patch allows me to enter playlist edit mode using the 'right' key, it woud be nice to make this orthagonal such that when at the top of the

Re: [mythtv] New MPEG2 commercial-cut code ready for testing

2005-11-22 Thread Geoffrey Kruse
I also noticed that the transcoded files are generated with funny permissions: Before transcoding: -rw-r--r-- 1 geoff geoff Nov 20 20:37 1012_2005112021.mpg After transcoding: -rwx-- 1 geoff geoff Nov 22 11:07 1012_2005112021.mpg This makes it so when I try to download the r

Re: [mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Chris Pinkham
> The new autoexpire method doesn't work for the LiveTV recordings on my > system. I have tons of tiny files in my recording list marked with an > RIP symbol now. Doesn't sound like you're running current SVN. > My autoexpire is turned off globally because I absolutely don't want > myth to remov

[mythtv] Status of DVB-C

2005-11-22 Thread Fredrik Trotzig
Hi. I just got my hands on a hauppauge nexus-ca, aka technotrend 2300 (dvb_ttpci) VDR with FTA channels is working. FTA since I dont have any CI/subscription yet. I belive i tried all kinds of combination in mythtv-setup to scan/add channels. Some helping pointers would be appreciated if t

Re: [mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Daniel Kristjansson
On Tue, 2005-11-22 at 19:42 +0100, Torbjörn Jansson wrote: > > Closes #667. By applying modified patch. > > This doesn't actually fix the OSD font size in the letterbox modes > > as stated in the ticket summary. > > But what it does do is keep the aspect ratio of the fonts correct. > Not sure i li

[mythtv] Autoexpire doesn't remove LiveTV files

2005-11-22 Thread Adam Egger
Hi, The new autoexpire method doesn't work for the LiveTV recordings on my system. I have tons of tiny files in my recording list marked with an RIP symbol now. My autoexpire is turned off globally because I absolutely don't want myth to remove any recorded files, because everything I record I re

[mythtv] RE: [mythtv-commits] mythtv commit: r7983 by danielk

2005-11-22 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > Author: danielk > Date: 2005-11-22 15:07:04 + (Tue, 22 Nov 2005) > New Revision: 7983 >Changeset: http://cvs.mythtv.org/trac/changeset/7983 > > Modified: > >trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp >trunk/mythtv/libs/libmythtv/o

Re: AW: [mythtv] Bugs, Thinks that should be fixed.

2005-11-22 Thread Steve Adeff
On Monday 21 November 2005 03:37, Jochen Kühner wrote: > Can you make a few screenshots so that all people see what is differnet and > whats much better... > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Im Auftrag von Steve Adeff > Gesendet: Montag, 21. N

Re: [mythtv] New MPEG2 commercial-cut code ready for testing

2005-11-22 Thread Geoffrey Kruse
If I try to transcode a recording after I have already transcoded it once (trying to figure out commercial removing) using the new mpeg 2 transcoder, I get the following error: 2005-11-22 10:00:15.604 Transcoding aborted, need MPEG-2. As far as I know, the file is still mpeg 2 Let me know wh

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Steve Adeff
On Tuesday 22 November 2005 12:27, Bryan Mayland wrote: > Justin Hornsby wrote: > > I've fixed some more stuff in my new theme - thanks for all the input so > > far folks. > > What? There was stuff broken in it? :) Actually I used it all > last night and didn't notice any problems. Here's m

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Greg Estabrooks
> last night and didn't notice any problems. Here's my idea for an OSD if > you're interested in making it: > http://capnbry.net/~bmayland/fi/pvr150/grayosd.jpg Looks good to me. I've been a big isthmus fan, but would rather the cleaner (and more transparent) look of that.

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Richie Crews
Thats a nice OSD, simple and easy. On 11/22/05, Bryan Mayland <[EMAIL PROTECTED]> wrote: Justin Hornsby wrote:> I've fixed some more stuff in my new theme - thanks for all the input so far folks. >>   What?  There was stuff broken in it?  :)  Actually I used it alllast night and didn't notice any p

Re: [mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Bryan Mayland
Justin Hornsby wrote: I've fixed some more stuff in my new theme - thanks for all the input so far folks. What? There was stuff broken in it? :) Actually I used it all last night and didn't notice any problems. Here's my idea for an OSD if you're interested in making it: http://cap

[mythtv] New LiveTV and PiP Status?

2005-11-22 Thread Richie Crews
I've been running the new live tv for a while and I must say good work so far however I am having a few issues and maybe they aren't all built in yet.   Issue #1:   When attemping to simply switch inputs (single pvr-350, and single pvr-500) the action never happens. I can see the backend attempt i

Re: [mythtv] RE: Livetv problems

2005-11-22 Thread Marco Coli
Johan Nordberg wrote: I have the same problem with my dvb card. This happens every time livetv starts on a new file. Frontend freezes or segfaults and the backend goes into a loop spamming "recording already exists..." I have also a frontend segfault when accessing some dvb-s channels: 2005-11

Re: [mythtv] dvb-t tuning fails on one channel after the big livetv update

2005-11-22 Thread Gernot Pansy
i have attached my dvbsnoop log of the first to packets -- gernot On Tuesday 22 November 2005 06:57, jd wrote: > > what means this ? > > > > 2005-11-22 00:28:24.665 Preview Error: Run() file not local: > > 'myth://172.16.0.3:6543/1002_20051122002809.mpg' > > > > i get it on every channel change

Re: [mythtv] ease onto the devel list

2005-11-22 Thread Brian C. Huffman
On Tue, 2005-11-22 at 13:01 +, Allan Stirling wrote: > To add to this, tickets usually get more attention when they include a patch. Not always true. > > Even if it's not complete, it gives someone a quick reference as to exactly > what the issue is. > > Cheers, > > Allan. This goes bac

Re: [mythtv] New MPEG2 commercial-cut code ready for testing

2005-11-22 Thread Tom Lichti
Geoffrey Hausheer wrote: On 11/21/05, Tom Lichti wrote: It is about 1.6MB. I didn't capture the messages to the console (is that STDOUT or STDERR, I can never remember) If you want that let me know and I'll redo it. Nope, this is useful. The problem you are having is that you are missi

Re: [mythtv] RE: Livetv problems

2005-11-22 Thread Johan Nordberg
I have the same problem with my dvb card. This happens every time livetv starts on a new file. Frontend freezes or segfaults and the backend goes into a loop spamming "recording already exists..." 2005/11/21, Torbjörn Jansson <[EMAIL PROTECTED]>: > And there seems to be some problem with dvb. > I'

Re: [mythtv] ease onto the devel list

2005-11-22 Thread Allan Stirling
Joseph A. Caputo wrote: Brian C. Huffman wrote: On Mon, 2005-11-21 at 10:24 -0800, tgate wrote: So my question is... Is it helpful for me to report these when they show up? If so, I assume doing so through the Trac interface? Or should I assume they are understood and getting taken c

Re: [mythtv] ease onto the devel list

2005-11-22 Thread Joseph A. Caputo
Brian C. Huffman wrote: On Mon, 2005-11-21 at 10:24 -0800, tgate wrote: So my question is... Is it helpful for me to report these when they show up? If so, I assume doing so through the Trac interface? Or should I assume they are understood and getting taken care of? -todd Yo

Re: [mythtv] Problems with DVB CRCs

2005-11-22 Thread Allan Stirling
Adam Egger wrote: On 11/22/05, Allan Stirling <[EMAIL PROTECTED]> wrote: This fixes the issue with CRCs on Astra-28.2 for me. I think it should be possible to rip out the "CRC faulty" card stuff now :) Are you using a current kernel? I'm using kernel 2.6.14 now and I'm very happy with it. M

[mythtv] DVB-s scan does not detect all channels (Astra-28.2)

2005-11-22 Thread Allan Stirling
Yes, another issue :) Using current SVN, 'scan all defined transports' does not seem to pick up all channels on a single run. Scan a single transport also shows the problem. This is not because of channels being 'offline' - there is no consistency as to whether a channel will be detected on a

Re: [mythtv] Problems with DVB CRCs

2005-11-22 Thread Adam Egger
On 11/22/05, Allan Stirling <[EMAIL PROTECTED]> wrote: > This fixes the issue with CRCs on Astra-28.2 for me. I think it should be > possible to rip out the "CRC faulty" card stuff now :) Are you using a current kernel? I'm using kernel 2.6.14 now and I'm very happy with it. My Airstar DVB-t card

Re: [mythtv] Problems with DVB CRCs

2005-11-22 Thread Allan Stirling
Daniel Kristjansson wrote: On Mon, 2005-11-21 at 13:31 +, Allan Stirling wrote: I'm looking at why I am seeing consistent problems with CRC errors reported in Myth, where other tools appear to be happy with the data stream. According to: http://happy.emu.id.au/lab/tut/dttb/dtbtut4b.htm CR

[mythtv] Mythmusic hangs

2005-11-22 Thread Miah Gregory
Hi, Running from week old SVN (planning to upgrade tonight). I've had a search of the various mailing lists and asked on IRC, but no-one's seen this problem before, so I'd like some help in debugging it. Basically the problem is that when you switch tracks in mythmusic, either manually whilst one

[mythtv] Project Grayhem (new mythtv theme)

2005-11-22 Thread Justin Hornsby
Hello again. I've fixed some more stuff in my new theme - thanks for all the input so far folks. You can get it from the same place: http://homepage.ntlworld.com/justin.hornsby2/ (there'll be a proper site there soon). Screenshots are also available, so feel free to take a look. Comments &

Re: [mythtv] Bugs, Thinks that should be fixed.

2005-11-22 Thread jd
> The changes only improved channel change time for some people - even > with latest SVN I still have a long change time won't help you sorry - but as another data point initial channel start is same as before but channel changing is much snappier (2-3s) for me on bt8xx and ttusb-dec drivers. iv

[mythtv] New release?

2005-11-22 Thread Fredrik Karlsson
Hi, I have not followed the discussions very closely, so therefore I have to ask direktly: will there be a release anytime soon? /Fredrik -- My Gentoo + PVR-350 + IVTV + MythTV blog is on http://gentoomythtv.blogspot.com/ ___ mythtv-dev mailing list my

  1   2   >