Re: [mythtv] [PATCH] Titivillus feedback

2005-02-03 Thread Isaac Richards
On Friday 04 February 2005 01:57 am, Daniel Staaf wrote: > Trivial patch to stop Mythtv complaining about missing the file > "watermark/NOTHING.png". Applied.. Isaac ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/lis

Re: [mythtv] bob deint issue with latest cvs

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 10:06 pm, Daniel Thor Kristjansson wrote: > On Fri, 4 Feb 2005, Andy McMullan wrote: > ]System is bt878/PAL/nvidia/tvout. > ]With latest cvs, I see image 'vibration' when using bob deint. This is > > Why are you using deinterlacing with TVOut? There does seem to be les

[mythtv] [PATCH] Titivillus feedback

2005-02-03 Thread Daniel Staaf
Trivial patch to stop Mythtv complaining about missing the file "watermark/NOTHING.png". / Daniel Index: theme.xml === RCS file: /var/lib/mythcvs/mythtv/themes/Titivillus/theme.xml,v retrieving revision 1.24 diff -u -r1.24 theme.xml

Re: [mythtv] Re: Re: Re: pvr-350 performance patch - simplified

2005-02-03 Thread Isaac Richards
On Friday 04 February 2005 12:45 am, David Engel wrote: > On Thu, Feb 03, 2005 at 11:27:06PM -0500, Isaac Richards wrote: > > On Thursday 03 February 2005 08:48 pm, David Engel wrote: > > > Well, I don't have ivtv installed on the system where I build Myth so > > > I made the change for my own bene

Re: [mythtv] [patch] firewire mpeg2ts input

2005-02-03 Thread Tom Harding
Jim Westfall wrote: Attached is a patch that enables firewire mpeg2ts as a valid input in linux (x86/ppc). Its been tested on set top models DCT-6200 and SA 3250 thus far. I would appreciate additional testers and any feed back. Works on my DCT-6412 (Comcast HD DVR box). Hardest thing was ge

[mythtv] [patch] linuxppc

2005-02-03 Thread Jim Westfall
hi small patch that makes it possible to compile mythtv on linuxppc. jim diff -ur mythtv.orig/filters/linearblend/filter_linearblend.c mythtv/filters/linearblend/filter_linearblend.c --- mythtv.orig/filters/linearblend/filter_linearblend.c2005-01-21 11:17:29.0 -0800 +++ mythtv/f

[mythtv] [PATCH] AAC/MP4 stream bitrate patch

2005-02-03 Thread Lonnie Hutchinson
This patch sets the source bitrate. Isaac Richards wrote: On Tuesday 01 February 2005 11:27 am, Kevin Smyth wrote: I've updated the patch to mirror the audio output changes in flacdecoder.cpp. I've run it with cvs from a few days ago with no problems. This may fix your compile problem (although

[mythtv] Re: Re: Re: pvr-350 performance patch - simplified

2005-02-03 Thread David Engel
On Thu, Feb 03, 2005 at 11:27:06PM -0500, Isaac Richards wrote: > On Thursday 03 February 2005 08:48 pm, David Engel wrote: > > Well, I don't have ivtv installed on the system where I build Myth so > > I made the change for my own benefit. The option to use an external > > ivtv header is still the

Re: [mythtv] Lost my recording metadata. Thoughts on avoiding in the

2005-02-03 Thread Kevin Kuphal
Chris Pinkham wrote: But, what I'm thinking is, should the system really be dumping metadata if it tries to auto-expire a file that doesn't exist? Just committed a fix to this to CVS. Basically, it will no longer delete the metadata from the database unless the file exists and was actually d

[mythtv] Re: No Image Thumbnail

2005-02-03 Thread Samuel G. Prince
On Wednesday 02 February 2005 2:37 am, you wrote: > I have notice that mythgallery is not displaying any thumbnails after > updating to the latest CVS. However, If I click on the squares I can see > the my images. After reading an archived mail regarding the captioned issue, I realise that I nee

Re: [mythtv] bob deint issue with latest cvs

2005-02-03 Thread Andy McMullan
> Why are you using deinterlacing with TVOut? Without bobdeint, I get a sort of 'motion blur' effect and the video generally looks a bit dull and 'filmic'. With bobdeint, there is no motion blur and the video looks brighter and more 'TV-like'. The difference is particularly noticable on anything w

Re: [mythtv] Re: Re: pvr-350 performance patch - simplified

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 08:48 pm, David Engel wrote: > On Thu, Feb 03, 2005 at 08:33:40AM -, John Harvey wrote: > > So I guess I'm not that worried. I don't really want to maintain ivtv > > header files in every dependent project (and myth isn't the only one) but > > now that ivtv.h is sim

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Peter Lee
Isaac, Bruce: Thanks for the help. As you both suggested, I dropped the columns in question and started the backend. My intention was to report back to you with the error messages that ensued. Unfortunately, there aren't any! Everything is working again! So, while I am happy (actually, my wif

Re: [mythtv] Lost my recording metadata. Thoughts on avoiding in the

2005-02-03 Thread Chris Pinkham
> But, what I'm thinking is, should the system really be dumping metadata > if it tries to auto-expire a file that doesn't exist? Just committed a fix to this to CVS. Basically, it will no longer delete the metadata from the database unless the file exists and was actually deleted. If the file

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 6:30 PM, Ed Wildgoose wrote: I agree though that for DirectX and OSX it's really just a placeholder, but hopefully it's going to reduce confusion. Sooner or later, I do plan to add choices into this menu, so I suppose you're right about this. However, "CA:" is meaningless to OS

Re: [mythtv] RE: mythphone settings are all global!

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 6:12 PM, Simon Kenyon wrote: This should be fixed in CVS, I manually merged the changes in with what I had done. last checkin was 1.10 7 hours ago by paulv Darn, I should have known better too -- I missed the error it gave me when I tried to commit. Sorry about that, try it now

Re: [mythtv] bob deint issue with latest cvs

2005-02-03 Thread Daniel Thor Kristjansson
On Fri, 4 Feb 2005, Andy McMullan wrote: ]System is bt878/PAL/nvidia/tvout. ]With latest cvs, I see image 'vibration' when using bob deint. This is Why are you using deinterlacing with TVOut? -- Daniel ___ mythtv-dev mailing list mythtv-dev@mythtv.org h

[mythtv] AAC bitrate display

2005-02-03 Thread Kevin Smyth
Attached is a patch to display the bitrate while playing an AAC file in mythmusic. We shouldn't need to call SetSourceBitrate in aacDecoder::run for constant bitrate files; this is a workaround. See bug 206 http://www.mythtv.org/bugs/show_bug.cgi?id=206 Thanks Kevin Smyth Index: aacdecoder.cpp

Re: [mythtv] [NEW THEME]: 'MythCenter'

2005-02-03 Thread Nigel Pearson
I found a little spare time to create a new theme ... Please let me know what you think of it! Not bad. Two minor suggestions: 1) Remove or soften the "MythCenter" which is written in the top right corner. It doesn't indicate anything to the user (i.e. it is just decoration), so it needn'

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Bruce Markey
Peter Lee wrote: ... I know I am grasping at straws, but assuming that I am the only person You are. *it happens. 1) mysql -u mythtv -pmythtv mythconverg 2) DELETE FROM profilegroups WHERE name = 'FireWire Input'; ALTER TABLE capturecard DROP COLUMN firewire_port; ALTER TABLE capturecard DROP COLUM

[mythtv] bob deint issue with latest cvs

2005-02-03 Thread Andy McMullan
System is bt878/PAL/nvidia/tvout. With latest cvs, I see image 'vibration' when using bob deint. This is similar to a problem I had a long time ago, which was fixed by offsetting the second field vertically by one pixel. This code (in videoout_xv.cpp) seems to have been reworked recently, causing

[mythtv] Lost my recording metadata. Thoughts on avoiding in the future...

2005-02-03 Thread Kevin Kuphal
I had a strange problem last night that dropped nearly all my metadata from my box. I recently was testing some ACPI stuff and had occasion to have the box poweroff ungracefully once or twice which resulted in my recording mirrored mountpoint to not mount even after I thought I had corrected t

Re: [mythtv] Documentation change collection methods (was Re: [mythtv] On, Themes & Theming)

2005-02-03 Thread Jason Gabriele
Which I don't quite follow, unless Isaac is conflating Jason's "hard to update" comment with the wiki comments which surround it, which are *supposed* (to my eyes) to be opposites: "It's hard to distributively update cohesive flat file documentation. So use the wiki instead, and when it stabilizes

Re: [mythtv] [PATCH] MythMusic Compilation Artist patch

2005-02-03 Thread Lonnie Hutchinson
don't worry about the AAC metaio stuff...I will be submitting a patch tomorrow (unless testing goes poorly) that will add AAC metaio support. The code is written, just needs to be tested. Colin Guthrie wrote: Hi, In my last patch, I stated: Colin Guthrie wrote: These are: - Metadata editor curr

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Kevin Kuphal
Ed Wildgoose wrote: I don't know if this is standard across distributions, but I'd sure be nice if we could query the /proc/asound files to get the list of available ALSA ports or use an appropriate ALSA function call to iterate the ports. If we're going to offer the drop down options, why no

[mythtv] [patch][i18n] MythWeb Japanese.php updating

2005-02-03 Thread Hirobumi Shimada
Hi (B (BMythWeb's Japanese translation update. (B (BThanks, (B (BHiro mythweb.japanese.php.patch.bz2 Description: Binary data ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

[mythtv] Re: Re: pvr-350 performance patch - simplified

2005-02-03 Thread David Engel
On Thu, Feb 03, 2005 at 08:33:40AM -, John Harvey wrote: > So I guess I'm not that worried. I don't really want to maintain ivtv header > files in every dependent project (and myth isn't the only one) but now that > ivtv.h is simplified in the driver it would be easier than it was before > sinc

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Peter Lee
By the way, are there others on the list who have successfully upgraded with the latest cvs on a master-slave system? I've been running cvs for quite some time, but it occurs to me now that perhaps I have borked my database somehow by doing something in the wrong order. Don't know what that could

Re: [mythtv] HDTV Reception (was: DVB Driver for the pcHDTV HD-3000)

2005-02-03 Thread Brad Templeton
On Thu, Feb 03, 2005 at 07:08:07AM -0500, Cory Papenfuss wrote: > >For HDTV you usually want a UHF Log Periodic. These are much smaller > >than the traditional VHF antennas, i.e. shorter rods, closer spacing. > > So HDTV stations are usually put on UHF then? Good to know. It's > actually

[mythtv] [Bug][Patch] SetBookmark putting String "NULL" in db

2005-02-03 Thread Andreas Oeldenberger
Don't know if its the best way to fix this but "it works for me"(tm) Index: programinfo.cpp === RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/programinfo.cpp,v retrieving revision 1.191 diff -u -b -B -w -p -r1.191 programinfo.cpp

Re: [mythtv] frontend hangs on livetv error

2005-02-03 Thread jam
> > > Remote encoder not responding. > > LiveTV not successfully started > > Changing from None to WatchingLiveTV > > Changing from None to None > > > > It looks like the frontend knows about the problem but does not exit > > from livetv properly.

Re: [mythtv] [PATCH] MythMusic Compilation Artist patch

2005-02-03 Thread Colin Guthrie
Hi, In my last patch, I stated: Colin Guthrie wrote: These are: - Metadata editor currently writes the Musicbrainz Album Artist TXXX comment field on each edit for MP3 files. Should only have one copy of this frame/description combo in the ID3. - Metadata editor currently does not update files

Re: [mythtv] [NEW THEME]: 'MythCenter'

2005-02-03 Thread Michael Ford
On Thursday 03 February 2005 06:10 pm, [EMAIL PROTECTED] wrote: > Hello list! > > I found a little spare time to create a new theme, it is inspired on > Windows Media Center. Grab it here: > > http://www.fotoniq.nl/files/MythCenter.tar.gz > > Please let me know what you think of it! > Regards, > Je

Re: [mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Daniel Thor Kristjansson
On Thu, 3 Feb 2005, Ivor Hewitt wrote: ]On Thursday 03 Feb 2005 20:02, Steven wrote: ]> With HW accell. turnend (using xv) off bob doesn't work either and ]> gives me green frames flashing trough the image. ]> Om my pundit-r frontend using xv all seems ok. ]In VideoOutputXvMC::Show in videoout_xv

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 05:52 pm, Peter Lee wrote: > On Thu, 3 Feb 2005 15:34:29 -0500, Isaac Richards <[EMAIL PROTECTED]> wrote: > > On Thursday 03 February 2005 02:36 pm, Peter Lee wrote: > > > Hi. I have been running cvs for several months on both a master > > > front/back end system and a

Re: [mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 05:31 pm, Ivor Hewitt wrote: > On Thursday 03 Feb 2005 20:02, Steven wrote: > > Tried todays CVS on my EPIA-M frontend with xvmc (unichrome) and wanted > > to report that using deinterlacing gives me about 5 frames per second > > (tried bob and onefield) with processor

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Ed Wildgoose
Patchette to add the other audio options to the device dropdown. Should make it easier for people to work out how to enable Alsa support and the like. Since Core Audio and Direct Sound currently ignore this parameter, the dropdown really shouldn't be shown at all in these cases. If you set u

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Ed Wildgoose
I don't know if this is standard across distributions, but I'd sure be nice if we could query the /proc/asound files to get the list of available ALSA ports or use an appropriate ALSA function call to iterate the ports. If we're going to offer the drop down options, why not show what's availa

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Ed Wildgoose
Mixer settings, too, please? =) An interesting point. Do any of the other audio types actually have a mixer which is seperate from the audio device? Perhaps we should simply disable that combo unless it's an OSS device? I need to check the code for Alsa since that's the main exception I ca

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Ed Wildgoose
Mixer settings, too, please? =) Hmm, and I guess I forgot the mythmusic device stuff as well. OK, will revisit this shortly unless someone else can help out. Thanks for the poke Ed W ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.o

[mythtv] [NEW THEME]: 'MythCenter'

2005-02-03 Thread jeroen
Hello list! I found a little spare time to create a new theme, it is inspired on Windows Media Center. Grab it here: http://www.fotoniq.nl/files/MythCenter.tar.gz Please let me know what you think of it! Regards, Jeroen Brosens (The Netherlands) P.S. I would be happy to contribute with the Dutc

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Peter Lee
On Thu, 3 Feb 2005 15:34:29 -0500, Isaac Richards <[EMAIL PROTECTED]> wrote: > On Thursday 03 February 2005 02:36 pm, Peter Lee wrote: > > Hi. I have been running cvs for several months on both a master > > front/back end system and also a slave backend system. Late this > > morning I did a cvs u

Re: [mythtv] RE: mythphone settings are all global!

2005-02-03 Thread Simon Kenyon
On Thursday 03 February 2005 22:25, Jeremiah Morris wrote: > On Feb 3, 2005, at 3:33 PM, Isaac Richards wrote: > > Actually, it looks like you reverted Jeremiah's changes to the > > settings code - > > all the settings indeed look to be global. > > This should be fixed in CVS, I manually merged the

Re: [mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Ivor Hewitt
On Thursday 03 Feb 2005 20:02, Steven wrote: > Tried todays CVS on my EPIA-M frontend with xvmc (unichrome) and wanted > to report that using deinterlacing gives me about 5 frames per second > (tried bob and onefield) with processor still 80% idle. Lots of > prebuffer messages in the log. > Using x

Re: [mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Bruce Markey
Steven wrote: [EMAIL PROTECTED] schreef: Changes committed by bjm on Thu Feb 3 01:58:43 2005 Modified Files: in mythtv/libs/libmythtv: NuppelVideoPlayer.cpp Log Message: Fix for some bob deinterlacer problems b

Re: [mythtv] frontend hangs on livetv error

2005-02-03 Thread Daniel Thor Kristjansson
On Thu, 3 Feb 2005, Jonathan Sass wrote: ]I too am having similar issues with signal strength changing for pcHDTV. Would ]it be possible to modify the code so the front end shows something like a test ]pattern if the channel signal is too low? Can someone point me to the source ]where it might

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 2:42 PM, Ed Wildgoose wrote: Patchette to add the other audio options to the device dropdown. Should make it easier for people to work out how to enable Alsa support and the like. Since Core Audio and Direct Sound currently ignore this parameter, the dropdown really shouldn't

Re: [mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 03:02 pm, Steven wrote: > Tried todays CVS on my EPIA-M frontend with xvmc (unichrome) and wanted > to report that using deinterlacing gives me about 5 frames per second > (tried bob and onefield) with processor still 80% idle. Lots of > prebuffer messages in the log. >

Re: [mythtv] RE: mythphone settings are all global!

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 3:33 PM, Isaac Richards wrote: Actually, it looks like you reverted Jeremiah's changes to the settings code - all the settings indeed look to be global. This should be fixed in CVS, I manually merged the changes in with what I had done. - Jer __

Documentation change collection methods (was Re: [mythtv] On Themes & Theming)

2005-02-03 Thread Jay R. Ashworth
The quoting is mad in this, I don't know why I had so much trouble following it. I hope I've extracted it correctly. On Thu, Feb 03, 2005 at 05:09:25AM -0500, J. Donavan Stanley wrote: > Brad Templeton wrote: > >On Wed, Feb 02, 2005 at 04:44:11PM -0500, Isaac Richards wrote: > >>On Wednesday 02 F

Re: [mythtv] Re: [Semi-OT]: TWC Firewire

2005-02-03 Thread Jay R. Ashworth
On Thu, Feb 03, 2005 at 09:07:05AM -0500, Joseph A. Caputo wrote: > On Wednesday 02 February 2005 21:36, Ian Forde wrote: > > follow-up visit from cable modem tech... > > Them: "Where's the Windows box?" > > Me: "What Windows box?" > > Them: "The one we connect the cable modem to." > > Me: ""...

Re: [mythtv] Re: [patch] enable vbi recording/embedding for ivtv

2005-02-03 Thread Martin Barnasconi
On Wednesday 02 February 2005 23:02, Isaac Richards wrote: > I don't see the point of this. The code as it is right now is: [snip] > It's doing a set first, then doing a get to get the actual values it was > set to. You're just replacing that get with a second set. You are fully right. More luc

Re: [mythtv] RE: mythphone settings are all global!

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 01:01 pm, Paul Volkaerts wrote: > > i bought a couple of webcams and tried to set it up. while trying > > to set up > > the second webcam i realised that all the settings are global. i want one > > webcam on one frontend to be /dev/video3 and the other to be /dev/video0

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Kevin Kuphal
Ed Wildgoose wrote: Patchette to add the other audio options to the device dropdown. Should make it easier for people to work out how to enable Alsa support and the like. I wonder though whether the stuff in the .pro file shouldn't simply get moved up to the top level setting.pro? I don't know

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 02:36 pm, Peter Lee wrote: > Hi. I have been running cvs for several months on both a master > front/back end system and also a slave backend system. Late this > morning I did a cvs update on master. When this appeared to be > working ok, I then updated the slave. H

Re: [mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 02:42 pm, Ed Wildgoose wrote: > Patchette to add the other audio options to the device dropdown. Should > make it easier for people to work out how to enable Alsa support and the > like. Mixer settings, too, please? =) Isaac __

Re: [mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Kevin Kuphal
Peter Lee wrote: Anyway, my slave is dead until this is figured out. Why not just drop the column and let the slave recreate it again if that's what it wants to do. Then you're not dead while the problem is figured out? Kevin ___ mythtv-dev mailing

Re: [mythtv] [patch] firewire mpeg2ts input

2005-02-03 Thread Jason Hoos
Jim Westfall wrote: Attached is a patch that enables firewire mpeg2ts as a valid input in linux (x86/ppc). Its been tested on set top models DCT-6200 and SA 3250 thus far. I would appreciate additional testers and any feed back. Very cool. Glad to see someone figured this out, since last I tri

[mythtv] Re: [mythtv-commits] Bob and XVMC

2005-02-03 Thread Steven
[EMAIL PROTECTED] schreef: Changes committed by bjm on Thu Feb 3 01:58:43 2005 Modified Files: in mythtv/libs/libmythtv: NuppelVideoPlayer.cpp Log Message: Fix for some bob deinterlacer problems by Doug Larrick

[mythtv] Patch: Dropdown for audio output device selection

2005-02-03 Thread Ed Wildgoose
Patchette to add the other audio options to the device dropdown. Should make it easier for people to work out how to enable Alsa support and the like. I wonder though whether the stuff in the .pro file shouldn't simply get moved up to the top level setting.pro? Ed W Index: programs/mythfronte

[mythtv] database upgrade error in latest cvs?

2005-02-03 Thread Peter Lee
Hi. I have been running cvs for several months on both a master front/back end system and also a slave backend system. Late this morning I did a cvs update on master. When this appeared to be working ok, I then updated the slave. However, the slave backend fails on startup, with this message in

Re: [mythtv] mythphone settings are all global!

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 12:47 PM, Simon Kenyon wrote: i bought a couple of webcams and tried to set it up. while trying to set up the second webcam i realised that all the settings are global. i want one webcam on one frontend to be /dev/video3 and the other to be /dev/video0. If you're using CVS, ma

Re: [mythtv] frontend hangs on livetv error

2005-02-03 Thread Taylor Jacob
Quoting Jonathan Sass <[EMAIL PROTECTED]>: > I too am having similar issues with signal strength changing for > pcHDTV. Would it be possible to modify the code so the front end shows > something like a test pattern if the channel signal is too low? Can > someone point me to the source where it m

[mythtv] [PATCH][i18n] mythweb : updated german translations

2005-02-03 Thread Stefan Frank
Hi Chris, please commit to cvs. Bye, Stefan -- It's later than you think. mythweb_de_20050203.diff.gz Description: Binary data ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] [PATCH] Jump to channel number in Program Guide

2005-02-03 Thread Jason Donahue
I compiled this and found a bug. I have 2 video sources defined, cable, and DirecTV. My cable stations only go up to channel 26 or so, but satellite goes into the 900s. When I am in the program guide, the Jump to channel will not let me put in anything higher than 268. If I try starting any channe

Re: [mythtv] frontend hangs on livetv error

2005-02-03 Thread Jonathan Sass
I too am having similar issues with signal strength changing for pcHDTV. Would it be possible to modify the code so the front end shows something like a test pattern if the channel signal is too low? Can someone point me to the source where it might be appropriate to make changes like that?

[mythtv] RE: mythphone settings are all global!

2005-02-03 Thread Paul Volkaerts
> i bought a couple of webcams and tried to set it up. while trying > to set up > the second webcam i realised that all the settings are global. i want one > webcam on one frontend to be /dev/video3 and the other to be /dev/video0. > > this is just an example. > > have i understood correctly? will

[mythtv] mythphone settings are all global!

2005-02-03 Thread Simon Kenyon
paul, thank you for mythphone. i'm probably going to be working away from home for a lot of the next 6 months so i thought i would set up mythphone so i could keep in touch with my family :-). i bought a couple of webcams and tried to set it up. while trying to set up the second webcam i reali

Re: [mythtv] reverse osd rendering

2005-02-03 Thread Erez Doron
do you also know where the EPG text is rendered ? thanks, erez. Isaac Richards wrote: On Thursday 03 February 2005 08:16 am, Erez Doron wrote: hi although i can read hebrew in the EPG, it is (hebrew only)reversed on the OSD ( e.g. camel becomes lemac ). it seems that the hebrew font get's renede

[mythtv] mfd and job scheduling

2005-02-03 Thread Alan Gonzalez
For burning support, I'll need to schedule a job to run on a remote host. This host can be a frontend or backend. How should I go about getting jobs running? Are we going to be creating another JobQueue for mfd? Seems like this should somehow know of other jobs that would be running in the case

Re: [mythtv] reverse osd rendering

2005-02-03 Thread Isaac Richards
On Thursday 03 February 2005 08:16 am, Erez Doron wrote: > hi > > although i can read hebrew in the EPG, > it is (hebrew only)reversed on the OSD ( e.g. camel becomes lemac ). > it seems that the hebrew font get's renedered in the EPG but not in the > OSD, or vice versa. > > I would be happy of som

Re: [mythtv] request: OSX mythfrontend and winmyth for CVS backend

2005-02-03 Thread Joseph A. Caputo
On Thursday 03 February 2005 9:04, Jeremiah Morris wrote: > There is an alternative method when you don't care about a > self-contained package: you can set the DYLD_LIBRARY_PATH in > ~/.MacOSX/environment.plist, which will take effect for applications > launched through the Finder (think of it

Re: [mythtv] [patch] setup improvements

2005-02-03 Thread Daniel Thor Kristjansson
On Thu, 3 Feb 2005, Isaac Richards wrote: ]This is now in CVS. I did modify it so that the ATSC box around the pcHDTV ]settings wasn't there - none of the other settings pages had em. No problem, I added the box for clarity when I had Analog settings for the pcHDTV card. But those settings have

Re: [mythtv] request: OSX mythfrontend and winmyth for CVS backend

2005-02-03 Thread Jeremiah Morris
On Feb 2, 2005, at 8:28 PM, Nigel Pearson wrote: Shouldn't something go into the "macx" section of settings.pro, though, seeing as these are the standard locations for Fink to put packages on OS X ? Not everyone uses Fink. I installed those libs from source. But, I guess there would be

Re: [mythtv] DVB: choosing language of EPG

2005-02-03 Thread Jesper Sörensen
Pekka Jääskeläinen skrev: Jesper Sörensen wrote: There is some code in place to handle this, but it's not that well tested. It doesn't have a GUI yet but you can insert it manually into the db by doing this: insert into settings (value, data) values ('PreferredLanguages', 'fin,eng'); Try that a

Re: [mythtv] DVB: choosing language of EPG

2005-02-03 Thread Kristian Kalweit
Pekka Jääskeläinen schrieb: Jesper Sörensen wrote: There is some code in place to handle this, but it's not that well tested. It doesn't have a GUI yet but you can insert it manually into the db by doing this: insert into settings (value, data) values ('PreferredLanguages', 'fin,eng'); Try that

Re: [mythtv] DVB: choosing language of EPG

2005-02-03 Thread Pekka Jääskeläinen
Jesper Sörensen wrote: There is some code in place to handle this, but it's not that well tested. It doesn't have a GUI yet but you can insert it manually into the db by doing this: insert into settings (value, data) values ('PreferredLanguages', 'fin,eng'); Try that and see what happens. :-) I

Re: [mythtv] request: OSX mythfrontend and winmyth for CVS backend

2005-02-03 Thread Jeremiah Morris
On Feb 3, 2005, at 1:09 AM, Nigel Pearson wrote: I have DYLD_LIBRARY_PATH set in my .bashrc/.bash_profile which is why it doesn't have a problem running from the terminal. Any thoughts on how I can get it to properly find the Qt library when launched from the Finder? You need to modify the loa

[mythtv] Re: [Semi-OT]: TWC Firewire

2005-02-03 Thread Joseph A. Caputo
On Wednesday 02 February 2005 21:36, Ian Forde wrote: > follow-up visit from cable modem tech... > Them: "Where's the Windows box?" > Me: "What Windows box?" > Them: "The one we connect the cable modem to." > Me: ""... Yeah, I just went through this with my father and Comcast. I told him not t

Re: [mythtv] OS X frontend (was: request: OSX mythfrontend and winmyth for CVS backend)

2005-02-03 Thread Joseph A. Caputo
On Thursday 03 February 2005 1:09, Nigel Pearson wrote: > > I have DYLD_LIBRARY_PATH set in my .bashrc/.bash_profile which is why > > it doesn't have a problem running from the terminal. Any thoughts on > > how I can get it to properly find the Qt library when launched from > > the Finder? >

Re: [mythtv] HDTV Reception

2005-02-03 Thread Daniel Thor Kristjansson
On Thu, 3 Feb 2005, Doug Larrick wrote: ]I use an antenna in the Yagi family, 25-30 miles from the transmitters ]in Boston. One of these: ]http://www.antennasdirect.com/42xg___extreme_gain_42_element_y.htm ]From what I understand, the corner reflector flattens out the frequency ]response somewhat

[mythtv] frontend hangs on livetv error

2005-02-03 Thread James Armstrong
Can the frontend be easily fixed so that it will either display a warning or just exit back to the menu when livetv fails? I get this every now and then when I am changing cards / inputs and there is no signal or low signal with the pcHDTV card. The frontend just sits at a black screen and I ha

[mythtv] reverse osd rendering

2005-02-03 Thread Erez Doron
hi although i can read hebrew in the EPG, it is (hebrew only)reversed on the OSD ( e.g. camel becomes lemac ). it seems that the hebrew font get's renedered in the EPG but not in the OSD, or vice versa. I would be happy of someone can point me to the file, method and/or object i need to change f

Re: [mythtv] HDTV Reception

2005-02-03 Thread Doug Larrick
Daniel Thor Kristjansson wrote: A yagi is the same thing except the rods are evenly spaced and each is as long as the other. This is a high gain, narrow band antenna. The more segments (rods) a yagi has the more directional and higher gain it is. Both types of antenna's usually have a reflector at

Re: [mythtv] DVB: choosing language of EPG

2005-02-03 Thread Tomi Orava
> Hello, > > > Here in Finland some of the channels send the EPG in two languages; > Swedish and Finnish. I couldn't find a way to pick the language in > MythTV. Is there any? > > > If there is no way, is it going to be implemented soon? I can also > do it by myself, but I would be grateful for so

[mythtv] Re: On Themes & Theming

2005-02-03 Thread Axel Thimm
On Thu, Feb 03, 2005 at 03:02:38AM -0800, Ian Forde wrote: > On Thu, 2005-02-03 at 05:09 -0500, J. Donavan Stanley wrote: > > The release notes *are* on the wiki. Though I think only a couple people > > have ever updated them aside from myself. When I was indisposed for a > > month or so nobody

Re: [mythtv] HDTV Reception (was: DVB Driver for the pcHDTV HD-3000)

2005-02-03 Thread Cory Papenfuss
For HDTV you usually want a UHF Log Periodic. These are much smaller than the traditional VHF antennas, i.e. shorter rods, closer spacing. So HDTV stations are usually put on UHF then? Good to know. It's actually not that difficult to make a log-periodic antenna for UHF since the sizes are goo

Re: [mythtv] DVB: choosing language of EPG

2005-02-03 Thread Jesper Sörensen
Pekka Jääskeläinen wrote: Hello, Here in Finland some of the channels send the EPG in two languages; Swedish and Finnish. I couldn't find a way to pick the language in MythTV. Is there any? There is some code in place to handle this, but it's not that well tested. It doesn't have a GUI yet but yo

Re: [mythtv] On Themes & Theming

2005-02-03 Thread Ian Forde
On Thu, 2005-02-03 at 05:09 -0500, J. Donavan Stanley wrote: > The release notes *are* on the wiki. Though I think only a couple people > have ever updated them aside from myself. When I was indisposed for a > month or so nobody touched them. > > The issue Isaac has, as well as myself to some e

Re: [mythtv] On Themes & Theming

2005-02-03 Thread J. Donavan Stanley
Brad Templeton wrote: On Wed, Feb 02, 2005 at 04:44:11PM -0500, Isaac Richards wrote: On Wednesday 02 February 2005 01:48 pm, Jason Gabriele wrote: Use the wiki. The documentation is hard to update and no one ever feels like writing stuff for it. That's why the wiki was created. Than

Re: [mythtv] libmyth build error on x86_64

2005-02-03 Thread Ian Forde
On Thu, 2005-02-03 at 01:45 -0500, Isaac Richards wrote: > You need to figure out how it's not putting the right thing in the > LOCAL_LIBDIR_X11 variable. Barring that, I can't do anything for you. Fair enough. I'll look into it. Just glad to get some feedback... Also - over the last few days

Re: [mythtv] Confirmed (Can someone help?) MythMusic graphical/theme error on Show Whole Tree (could be libmyth prob?)

2005-02-03 Thread Colin Guthrie
Wendy Seltzer wrote: I see the same issue. There are also times when the cover art doesn't update properly when moving from one album to the next in a playlist (in non-fullscreen visualization mode; switching to fullscreen visualization and back updates the thumbnail image). Thanks Damion/Wendy

Re: [mythtv] mythmusic build error on x86_64

2005-02-03 Thread Rutger Hendriks
On Thursday 03 February 2005 07:45, Ian Forde wrote: > (Why not? A release is due in a few days, and I might as well submit > what I'm experiencing, eh? ;) > > mythmusic building with fftw, opengl, and sdl enabled. AAC disabled, > since I don't know what I need to have installed for it to work ye

[mythtv] ATTN: mythweb translators

2005-02-03 Thread Chris Petersen
I know that a number of you have recently submitted translation patches. However, I was in the process of a major update that added/changed/rearranged a bunch of strings, and every language patch I've tried won't apply cleanly. Since there are new strings to translate, I'm hoping that you'll

RE: [mythtv] Re: pvr-350 performance patch - simplified

2005-02-03 Thread John Harvey
I'd thought about it but I would prefer to move to the installed header rather than a copy of the header file so this was a start in that direction. If you have an installed header file this functionality was there always so the only problem would be saying you want to compile for 0.2 and then reve