[mythtv] Problem compiling MythMusic CVS

2005-04-09 Thread Cecil Watson
Hello Everyone, I download MythTV and all modules from CVS yesterday. I'm getting the following error when I attempt to compile MythMusic: g++ -c -pipe -Wall -W -O2 -g -march=i586 -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\/usr\ -DHAVE_MMX -DQT_NO_DEBUG

Re: [mythtv] Problem compiling MythMusic CVS

2005-04-09 Thread Andy Poling
On Fri, 8 Apr 2005, Cecil Watson wrote: /usr/include/mythtv/output.h:16:20: visual.h: No such file or directory The include of visual.h in mythmusic's output.h needs to be changed from: #include visual.h to #include mythtv/visual.h -Andy

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
Terry Barnaby wrote: Could some change to the DVB code have resulted in an MPEG stream that the Via MPEG hardware cannot decode correctly ? The only thing I can think of is if your hw decoder has problems with multiple parallell streams? In that case the decoder is supposed to pick one stream

Re: [mythtv] commercial-flagging 413% Completed (new immediate

2005-04-09 Thread Chris Pinkham
My code is from 2005.04.02.06.00.00 and it does have that bug. It looks like your patch to fix it was dated 2005.04.01.04.18.28, so I should have it the fix, but I don't. If it makes any difference (it probably doesn't), I was using MythWeb to see the status. OK, another fix is in. :)

Re: full live-tv buffer issue (formerly [mythtv] Upcoming 0.18 release)

2005-04-09 Thread Chris Pinkham
Replied to another post on the -users list about this, but wanted to reply here as well so more people can test this. I just committed a fix to CVS for this issue. If you are running CVS, please update your systems and test this to make sure that this fixes the issue for you. I want to try to

Re: [mythtv] Re: DVB fix?

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
William Uther wrote: After the logging, I then went and checked the spec. By my reading of the MPEG2 spec (and I might have mis-read this - I am new to it), you must set the TS PUSI header at the start of a PES packet, and only at the start of a PES packet. However, it seems to be legal to

Re: [mythtv] Failed DVB recording

2005-04-09 Thread Mark
Tomi Orava wrote: I have seen this same error message with TechnoTrend DVB-C 1.0 PCI-cards (I have 2 of them) and to my knowledge this problem seems to occur quite often the first time my system has been powered on. In the case I see this error message the first time when I try recording with

[mythtv] Question on UIImageType::LoadImage()

2005-04-09 Thread Herman Kuiper
Hi, My Mythbox is more or less running as I would like it, but for one thing: when selecting (e.g.) Listen to music from the menu, it takes up to 15 seconds for the mythmusic GUI to appear. I've done some digging through the code, and found that in the end, loading the images for the GUI was

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread Terry Barnaby
Jesper Sörensen wrote: Terry Barnaby wrote: Could some change to the DVB code have resulted in an MPEG stream that the Via MPEG hardware cannot decode correctly ? The only thing I can think of is if your hw decoder has problems with multiple parallell streams? In that case the decoder is

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread Terry Barnaby
Jesper Sörensen wrote: Terry Barnaby wrote: Could some change to the DVB code have resulted in an MPEG stream that the Via MPEG hardware cannot decode correctly ? The only thing I can think of is if your hw decoder has problems with multiple parallell streams? In that case the decoder is

Re: [mythtv] New configure --prefix is not updating settings.pro

2005-04-09 Thread Hamish Moffatt
On Fri, Apr 08, 2005 at 08:17:05AM +1000, Nigel Pearson wrote: On platforms that have MythTV installed by default (KnoppMyth) or by the user from packages, they go into /usr, and CVS builds then go somewhere else. I guess I am trying to subtly change the behaviour on Debian

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
Terry Barnaby wrote: Jesper Sörensen wrote: Terry Barnaby wrote: Could some change to the DVB code have resulted in an MPEG stream that the Via MPEG hardware cannot decode correctly ? The only thing I can think of is if your hw decoder has problems with multiple parallell streams? In that case

Re: [mythtv] [patch] MythGame improvements

2005-04-09 Thread Barney Barumba
Barney Barumba wrote: Kristian Kalweit wrote: Kristian Kalweit schrieb: Barney Barumba schrieb: Strange! What do you have set up for your levels? I currently have system genre gamename for all games and just gamename for favourites, although I tried quite a few other combinations as well. I

[mythtv] .18 and the new configure script

2005-04-09 Thread J. Donavan Stanley
Myself and others have had major stability issues if we allow the new configure script to select our optimizations. On my P4 backend I'd get segfaults when watching live SDTV live TV, on my celeron frontend I'd get segfaults when watching 1080i content. In both of my cases, the areas that were

Re: [mythtv] .18 and the new configure script

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 10:34 -0400, J. Donavan Stanley wrote: Myself and others have had major stability issues if we allow the new configure script to select our optimizations. On my P4 backend I'd get segfaults when watching live SDTV live TV, on my celeron frontend I'd get segfaults when

Re: [mythtv] .18 and the new configure script

2005-04-09 Thread Chris Pinkham
For .18 at least can we make the default behavior of the configure script to produce the same compiler flags and what we've used in the past and force the user to explicitly pass some sort of I understand that my shit may crash because I'm going outside the support cflags parameter?

Re: [mythtv] .18 and the new configure script

2005-04-09 Thread J. Donavan Stanley
Daniel Kristjansson wrote: On Sat, 2005-04-09 at 10:34 -0400, J. Donavan Stanley wrote: Myself and others have had major stability issues if we allow the new configure script to select our optimizations. On my P4 backend I'd get segfaults when watching live SDTV live TV, on my celeron

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 01:30 -0400, Andy Poling wrote: On Thu, 7 Apr 2005, Daniel Kristjansson wrote: FYI I've generated a new xv-xvmc merge patch. See: http://www.mrl.nyu.edu/~danielk/mythtv/xv-xvmc-merge-v4.tbz I gave this a whirl on my nforce2 IGP system, but it didn't go very well...

[mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Bruce Markey
[EMAIL PROTECTED] wrote: Changes committed by cpinkham on Sat Apr 9 09:46:31 2005 Modified Files: in mythtv/libs/libmythtv: recordingprofile.cpp Log Message: * Get rid of the Auto Transcode checkbox on the

Re: [mythtv] New configure --prefix is not updating settings.pro

2005-04-09 Thread Robert Tsai
On Fri, Apr 08, 2005 at 08:45:38AM +1000, Hamish Moffatt wrote: You could always build your CVS versions as Debian packages. You only need to apply the Debian diff (mythtv_0.17-1.diff.gz for example) to the CVS tree then run fakeroot debian/rules binary. I've been doing that here for the past

Re: [mythtv] Problem compiling MythMusic CVS

2005-04-09 Thread Flo Kohlert
make[1]: *** [main.o] Fehler 1 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Andy Poling Gesendet: Samstag, 9. April 2005 09:56 An: Cecil Watson Cc: Development of mythtv Betreff: Re: [mythtv] Problem compiling MythMusic CVS On Fri, 8

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Ivor Hewitt
On Saturday 09 Apr 2005 16:20, Daniel Kristjansson wrote: On Fri, 2005-04-08 at 21:56 +0100, Ivor Hewitt wrote: On Thursday 07 Apr 2005 22:15, Daniel Kristjansson wrote: On Thu, 2005-04-07 at 15:33 -0400, Daniel Kristjansson wrote: Sorry it's taken so long to check this, I've been rather

[mythtv] [exp. patch] xv xvmc merge (v5)

2005-04-09 Thread Daniel Kristjansson
I've updated the xv/xvmc merge patch. The biggest changes are some refactoring of the CreateBuffers code and support for multiple XvMC OSD surfaces. By default I'm creating 3 XvMC OSD surfaces, but two are probably sufficient (this is tunable with XVMC_OSD_NUM). Unfortunately this seems to have

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread Ivor Hewitt
On Saturday 09 Apr 2005 14:47, Jesper Sörensen wrote: For a quick workaround, you can try activating hw decoder for your DVB card. As a side effect (besides using different demux settings) that should limit your recordings to just one audio stream again... Isn't that option just for fully

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Ivor Hewitt
On Saturday 09 Apr 2005 17:31, Daniel Kristjansson wrote: On Sat, 2005-04-09 at 17:20 +0100, Ivor Hewitt wrote: Can you uncomment the //if (st-codec.codec_type == CODEC_TYPE_AUDIO) in avformatdecoder.cpp at about line 266, and tell me if that fixes your problem? Different,

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
Ivor Hewitt skrev: For a quick workaround, you can try activating hw decoder for your DVB card. As a side effect (besides using different demux settings) that should limit your recordings to just one audio stream again... Isn't that option just for fully featured capture cards that

[mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Bruce Markey
[EMAIL PROTECTED] wrote: Changes committed by danielk on Thu Apr 7 19:55:04 2005 Added Files: in mythtv/libs/libmyth: mythdeque.h Modified Files: in mythtv/libs/libmyth: libmyth.pro output.cpp

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
Ivor Hewitt wrote: In theory yes, it's for ff cards but AFAIK most budget cards should handle it too (that's the way it was done for all cards in Myth = 0.16). Well the help text sucks. :-) Yup! :) It's a pretty complicated matter and not very easy to explain in few words (if you have a

Re: [mythtv] Problem compiling MythMusic CVS

2005-04-09 Thread Ciaran
On Apr 9, 2005 5:15 PM, Flo Kohlert [EMAIL PROTECTED] wrote: make[1]: *** [main.o] Fehler 1 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Andy Poling Gesendet: Samstag, 9. April 2005 09:56 An: Cecil Watson Cc: Development of mythtv

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Ivor Hewitt
On Saturday 09 Apr 2005 17:31, Daniel Kristjansson wrote: On Sat, 2005-04-09 at 17:20 +0100, Ivor Hewitt wrote: Can you uncomment the //if (st-codec.codec_type == CODEC_TYPE_AUDIO) in avformatdecoder.cpp at about line 266, and tell me if that fixes your problem? Different,

Re: [mythtv] Problem compiling MythMusic CVS

2005-04-09 Thread Cecil Watson
Thanks! Here is the patch. Regards, Cecil diff -ruaN mythmusic.orig/mythmusic/mainvisual.h mythmusic/mythmusic/mainvisual.h --- mythmusic.orig/mythmusic/mainvisual.h 2005-01-26 06:01:01.0 + +++ mythmusic/mythmusic/mainvisual.h2005-04-09 14:21:59.0 + @@ -62,7

[mythtv] Frontend seems to be locking up with current CVS when watching pre-recorded content.

2005-04-09 Thread Robert Kulagowski
CVS, frontend compiled with defaults + --compile-type=debug. Frontend is FC3. Just tried it on my masterbackend, which is Debian, same issue. Freeze after 1 second. Sat Apr 9 10:45:54 CDT 2005 ./configure --compile-type=debug Ran make distclean; make Live TV is functional. When

Re: [mythtv] [exp. patch] xv xvmc merge (v5)

2005-04-09 Thread Robert Johnston
On Apr 9, 2005 10:23 AM, Daniel Kristjansson [EMAIL PROTECTED] wrote: I've updated the xv/xvmc merge patch. The biggest changes are some refactoring of the CreateBuffers code and support for multiple XvMC OSD surfaces. By default I'm creating 3 XvMC OSD surfaces, but two are probably

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 09:49 -0700, Bruce Markey wrote: [EMAIL PROTECTED] wrote: Puts MythTV's Visual class in a MythTV namespace so that it does not conflict with X's Visual. Add's MythDeque a specialization of the STL deque class that presents an interface similar to the Qt queue,

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Will Dormann
Daniel Kristjansson wrote: Total system lockup? As in the drivers went to Mars? What version of the nvidia driver are you using? If you just mean myth locked up, then ignore the stuff about SysRq and debug kernels below. In my case, the entire system locks up. I've had this with 7174 and 6629.

[mythtv] latest ringbuffer.cpp change causes infinite loop

2005-04-09 Thread Andy McMullan
Hi I get an infinite loop in RingBuffer::Seek in RingBuffer.cpp (lines 1295-6) with the latest cvs: while (readpos filesize) readpos -= filesize; The infinite loop occurs because filesize is zero and readpos is non-zero. As far as I can tell, when the first RingBuffer constructor is used,

Re: [mythtv] Frontend seems to be locking up with current CVS when watching pre-recorded content.

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 12:56 -0500, Robert Kulagowski wrote: CVS, frontend compiled with defaults + --compile-type=debug. Frontend is FC3. Just tried it on my masterbackend, which is Debian, same issue. Freeze after 1 second. Sat Apr 9 10:45:54 CDT 2005 ./configure

Re: [mythtv] Frontend seems to be locking up with current CVS when watching pre-recorded content.

2005-04-09 Thread Robert Kulagowski
Daniel Kristjansson wrote: On Sat, 2005-04-09 at 12:56 -0500, Robert Kulagowski wrote: CVS, frontend compiled with defaults + --compile-type=debug. Frontend is FC3. Just tried it on my masterbackend, which is Debian, same issue. Freeze after 1 second. Sat Apr 9 10:45:54 CDT 2005

Re: [mythtv] latest ringbuffer.cpp change causes infinite loop

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 02:06 pm, Andy McMullan wrote: Hi I get an infinite loop in RingBuffer::Seek in RingBuffer.cpp (lines 1295-6) with the latest cvs: while (readpos filesize) readpos -= filesize; The infinite loop occurs because filesize is zero and readpos is non-zero. As far as

[mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 01:45 pm, [EMAIL PROTECTED] wrote: --- - Changes committed by danielk on Sat Apr 9 17:44:17 2005 Modified Files: in mythtv: configure Log Message: Disabled processor specific

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread Terry Barnaby
Jesper Sörensen wrote: Terry Barnaby wrote: Jesper Sörensen wrote: Terry Barnaby wrote: Could some change to the DVB code have resulted in an MPEG stream that the Via MPEG hardware cannot decode correctly ? The only thing I can think of is if your hw decoder has problems with multiple parallell

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 15:17 -0400, Isaac Richards wrote: On Saturday 09 April 2005 01:45 pm, [EMAIL PROTECTED] wrote: --- - Changes committed by danielk on Sat Apr 9 17:44:17 2005 Modified Files: in mythtv:

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 03:30 pm, Daniel Kristjansson wrote: There are three solutions as I see it: 1/ Construct the verbose string completely outside of the verbose lock. The problem with this is it makes the verbose macro take longer to execute. Right, would: ostringstream blah;

Re: [mythtv] Problem with Via VLD XVMC display and DVB recordings in current CVS: Gaps in video and audio

2005-04-09 Thread =?ISO-8859-1?Q?Jesper_S=F6rensen?=
Terry Barnaby wrote: Would it be worthwhile adding an option to the DVB system to just record the main streams (1 video and 1 audio) ? If there were programs transmitted with a lot of language streams you would only probably want to record the first/main one ... How do you know which the main

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Bruce Markey
Daniel Kristjansson wrote: On Sat, 2005-04-09 at 09:49 -0700, Bruce Markey wrote: [EMAIL PROTECTED] wrote: Puts MythTV's Visual class in a MythTV namespace so that it does not conflict with X's Visual. Add's MythDeque a specialization of the STL deque class that presents an interface similar to

[mythtv] Frontend-Backend communication: UNKNOWN_COMMAND

2005-04-09 Thread Nick Rosier
MythTV CVS (compiled 30 minutes ago); backend and frontend running on the same box. After using the frontend a while, I get UNKNOWN_COMMAND errors. Example; deleted a recording, exited the recordings screen and went back in and I get a message there are no recordings available: Frontend:

Re: [mythtv] Frontend-Backend communication: UNKNOWN_COMMAND

2005-04-09 Thread Brian Foddy
On Saturday 09 April 2005 03:24 pm, Nick Rosier wrote: MythTV CVS (compiled 30 minutes ago); backend and frontend running on the same box. After using the frontend a while, I get UNKNOWN_COMMAND errors. Example; deleted a recording, exited the recordings screen and went back in and I get a

Re: [mythtv] Frontend seems to be locking up with current CVS when

2005-04-09 Thread Chris Pinkham
CVS, frontend compiled with defaults + --compile-type=debug. Frontend is FC3. Just tried it on my masterbackend, which is Debian, same issue. Freeze after 1 second. This was a bug in my bugfix for the LiveTV safe_read() issue. Isaac committed a fix for this (which you already know because

Re: [mythtv] [patch] MythWeb Video category sorting

2005-04-09 Thread Sasha Z
Hi, as much as I hate to bring up an old thread, I'd like to make a feature request to another person that has a massive list of videos... and knows how to code. :) Or at least ask some advice. How do you categorize your videos? Is there a better way than from the frontend? I'd like to batch

Re: [mythtv] Re: [mythtv-commits] mythtv commits

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 15:40 -0400, Isaac Richards wrote: On Saturday 09 April 2005 03:30 pm, Daniel Kristjansson wrote: There are three solutions as I see it: 1/ Construct the verbose string completely outside of the verbose lock. The problem with this is it makes the verbose macro take

[mythtv] [exp. patch] xv xvmc merge (v6)

2005-04-09 Thread Daniel Kristjansson
On Sat, 2005-04-09 at 12:23 -0400, Daniel Kristjansson wrote: I've also re-added the VLD hack in AvFormatDecoder::Reset(), so XvMC-VLD may be working again... Ivor Hewitt found some other VLD buffer init problems, that are fixed in this update. VLD is still broken, but thanks to a few debug

Re: [mythtv] latest ringbuffer.cpp change causes infinite loop

2005-04-09 Thread Andy McMullan
Right - the whiles were moved out one level too many. Current CVS should be fixed, but please verify. Isaac Yep, works fine now. Thanks Andy ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

[mythtv] Video Mode Setting screen too big

2005-04-09 Thread Holger Buchfink
The new 'Setup-Appearence-Video Mode Setting' screen seems to be too big and is causing the next and cancel buttons to be cut off for all scrrens in the Appearence group, even if 'seperate video modes..'is not enabled. Some of the the options are cut off for me too, screenshot:

Re: [mythtv] Video Mode Setting screen too big

2005-04-09 Thread Daniel Kristjansson
On Sun, 2005-04-10 at 03:00 +0200, Holger Buchfink wrote: The new 'Setup-Appearence-Video Mode Setting' screen seems to be too big and is causing the next and cancel buttons to be cut off for all scrrens in the Appearence group, even if 'seperate video modes..'is not enabled. Some of the

Re: [mythtv] [exp. patch] xv xvmc merge (v4)

2005-04-09 Thread Andy Poling
I wrote: Non-hdtv content worked better, but sometimes it failed to start playing. It wasn't locked up since a clear would get me back to the Recorded Programs screen. This was actually just a case of the XV colorkey set not taking effect until the second open of XV (second attempt to play).

Re: [mythtv] Video Mode Setting screen too big

2005-04-09 Thread Daniel Kristjansson
On Sun, 2005-04-10 at 03:00 +0200, Holger Buchfink wrote: The new 'Setup-Appearence-Video Mode Setting' screen seems to be too big and is causing the next and cancel buttons to be cut off for all scrrens in the Appearence group, even if 'seperate video modes..'is not enabled. Config is

[mythtv] Protocol Version Change

2005-04-09 Thread David Whyte
Devs, I was pursuing the list of commits on the Wiki page and apparently, there was a commit done for a protocol change on the 23rd March. I have checked the archives and can't find any such commit so I was wandering if it was true. If so, is it obvious what has changed? Dave-- GMAIL is 'da bomb

[mythtv] Segfault on mythfrontend

2005-04-09 Thread Curtis Stanford
Just compiled CVS from yesterday (debug of course) and got the following segfault when starting mythfrontend: (gdb) run Starting program: /usr/local/bin/mythfrontend [Thread debugging using libthread_db enabled] [New Thread -1231886672 (LWP 26357)] 2005-04-09 22:01:27.537 New DB connection,

Re: [mythtv] [PATCH] Experimental full DVB-T scan

2005-04-09 Thread Andrew Dennison
John Pullan wrote: All, The attached patch attempts to do a full scan for channels, i.e no entering of tuning parameters. I've got it working for the UK, on my box using a Nova-T :). I've also tried to enter some information for Finland and Sweden, but I'm looking for information/feedback

Re: [mythtv] [DVB][PATCH] Audio language logging

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 04:30 pm, Jesper Sörensen wrote: This is a trivial patch to add the language code (if known) to stream descriptions, to make the autopid log a bit more useful. IIRC it used to do this but it must have gotten lost along the road... This should be perfectly safe to

Re: [mythtv] [patch] MythGame improvements

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 09:51 am, Barney Barumba wrote: Ok, here is a new patch that includes the quick fix outlined above. If we can get this into 0.18 then I'll have a look at the correct method next week. I've applied this to CVS. Didn't test it or anything, but it looked ok... =) Isaac

Re: [mythtv] [PATCH] Possible fix for mutex destroy failure problem

2005-04-09 Thread Isaac Richards
On Friday 08 April 2005 11:22 pm, Jason Gillis wrote: I've worked up a possible fix for the Mutex destroy failure problem on the master backend that comes up when a slave backend disconnects at the wrong time. I think there's a couple subtle threading issues with this patch due to the fact

Re: [mythtv] [patch] fix for program guide freeze during livetv

2005-04-09 Thread Isaac Richards
On Thursday 07 April 2005 11:24 pm, Taylor Ralph wrote: Not sure if this patch got over looked or is not the right solution. It would be nice to have a fix for the upcoming 0.18 release. I only provided a patch for xv output and videoout_xvmc.cpp needs the same changes. I've applied this,

Re: [mythtv] [PATCH] mythmusic mythgoom.cpp amd64 warnings

2005-04-09 Thread Isaac Richards
On Saturday 09 April 2005 01:32 am, Robert Tsai wrote: % cvs diff -du mythmusic/goom/mythgoom.cpp Index: mythmusic/goom/mythgoom.cpp I've applied this.. Isaac ___ mythtv-dev mailing list mythtv-dev@mythtv.org

Re: [mythtv] Re: Re: [PATCH] MythMusic smart playlist update

2005-04-09 Thread Isaac Richards
On Thursday 07 April 2005 06:51 pm, Paul wrote: I'll probably wait and see what Isaac thinks about the change. If he thinks its a problem I will change it back to is not equal and think of another way to make sure the combo's get resized correctly. It's fine with me. Just commited the

Re: [mythtv] [PATCH] mythvideo Add ability to play entire directories to tree view.

2005-04-09 Thread Isaac Richards
On Thursday 07 April 2005 11:43 am, Michael Schulman wrote: This is my first patch and first voyage into C++ in a while so please excuse any and all stupidity. You didn't attach a patch that I can see. =) Isaac ___ mythtv-dev mailing list

Re: [mythtv] Re: [PATCH] mythtv player bookmarks for external files

2005-04-09 Thread Isaac Richards
On Wednesday 06 April 2005 10:58 pm, Peter Marriott wrote: I have created a patch that enables the mythtv player to save bookmarks to the database when it is used to play external files. I have mythvideo setup to use mythtv as its player. With this patch I can now use bookmarks along

Re: [mythtv] [PATCH][i18n] Selecting language and some fix

2005-04-09 Thread Isaac Richards
On Tuesday 05 April 2005 09:33 pm, Hirobumi Shimada wrote: Hi, Attached patch fixed a following problems. Thanks, I've applied all three. Isaac ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] [PATCH] Change LoadTheme to fallback to default theme file ...

2005-04-09 Thread Isaac Richards
On Tuesday 05 April 2005 01:41 pm, Paul wrote: ... if a window definition cannot be found in the current theme. This patch gives XMLParse::LoadTheme() a second chance at finding a window definition by looking in the default theme file if it can't be found in the current theme file. Nice.

Re: [mythtv] [PATCH] utf8 and local8Bit in log messages

2005-04-09 Thread Isaac Richards
On Monday 04 April 2005 08:46 am, Kai Fritzowsky wrote: Hi again! On Sat, Apr 02, 2005 at 01:39:16PM +0200, Kai Fritzowsky wrote: This tiny patch logs recording messages in local8Bit instead of ut8. [...] gContext-LogEntry(scheduler, LP_NOTICE, Schedule Change,

Re: [mythtv] [PATCH] Linux Input Layer Support (fix/update)

2005-04-09 Thread Isaac Richards
On Sunday 03 April 2005 09:13 pm, Micah F. Galizia wrote: On Thu, 2005-31-03 at 17:01 -0500, Micah F. Galizia wrote: Hello again, This is a fixed patch which compiles with current CVS (headers were removed since the last submission). It also fixes a bug that Chris Audley pointed out to

Re: [mythtv] Video Mode Setting screen too big

2005-04-09 Thread Holger Buchfink
Daniel Kristjansson wrote: Can you look at the version in cvs now? You only need to update programs/mythfrontend/globalsettings.cpp (in case you want to avoid a complete recompile due to the mythcontext.h changes.) It was still a little too big if I used the default font size. I committed some

Re: [mythtv] [PATCH] mythmusic: autoplay of CDs

2005-04-09 Thread Isaac Richards
On Sunday 03 April 2005 02:47 pm, Herman Kuiper wrote: I'll confess that I never use Edit playlists, as I more or less don't get the point of that screen, when you also have the playbackbox. Fixed as well though. Not applying this, because: - it was generated with -b -B, which completely

Re: [mythtv] [PATCH] updated news-sites.xml for MythNews

2005-04-09 Thread Isaac Richards
On Monday 28 March 2005 09:58 am, Paul wrote: Updates the CNN feeds to use their new URL's and adds a few new ones. Updates the BBC feeds to use their new URL's. Adds some feeds from Digital Spy (media and digital entertainment news) mostly of interest to UK residents :-). Adds a PC