Re: [mythtv-users] mythbackend error

2005-09-08 Thread David Maher
I suspect your backend is already running as a service.This would make
port 6543 inaccessible, since it is in use already.
Try 
#/sbin/service mythbackend stop
#mythbackend 

On Wed, 2005-09-07 at 20:02 -0700, DSanchez wrote:
 Hello,
I just set up mythtv on fc4, i ran mythbackend and was able to
 configure the system.
 But after 2 daqys i tried to run mythbackend  and i get the
 following error.
 QserverSocket: Failed to bind or listen to the socket. Failed to bind
 to port: 6543
 
 Any ideas?
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Digital sound and volume controll

2005-09-08 Thread Peter Osterberg

This sounds beautiful, thank you!

At 02:25 2005-09-08, you wrote:

Peter Osterberg wrote:

After a lot of fiddeling the past two weeks I finally got digital sound 
out to work. There is just one thing that I'm wondering now; can I change 
the volume of the outputted digital sound? In my current config none of 
the volume controls work, is it possible to get this to work? I realize 
that it isn't the best thing to compress the dynamics of the audio the 
way you would if you change the volume in the computer. I just wonder if 
it is possible to accomplish this... It feels a little awkward to have a 
volume controll in MythTV and not being able to use it


If you need to use some volume control that's not available in Myth:

http://www.gossamer-threads.com/lists/mythtv/users/132922#132922

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] XMLTV Problem - scraping

2005-09-08 Thread David Bennett
Not really sure what happened. I tried to update my entire system
through YUM and it crashed halfway through. I then tried apt-get
upgrade and it crashed a number of times until completing after about
the 5th time.

I know that some XMLTV packages were updated and some were heldback
... not sure why.
At any rate, mythfilldatabase now drops out with an error (it seems to
be trying to pull a nonexistent channel from the website) (in Japan)

My question is, how do I fix XMLTV? Can I apt-get reinstall it? When I
reinstall or upgrade do I lose some of my settings? Anyone have any
suggestions on what to do/what to keep and how to fix my xmltv so it
is working as nice as before?

thanks in advance.
dave
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Pinnacle Showcenter 200 and MythTV

2005-09-08 Thread Jan Sparud

Is anyone using a Pinnacle Showcenter together with MythTV?

The Showcenter is a wireless (802.11g) set-top box with good audio and 
video ouputs.
It has a built in web browser and is bundled with some sw to be run on a 
windows machine
in the network, to access films and music on the pc. There are some 
projects replacing the

server software, which also works under linux.

It would be nice to use the device to somehow connect to MythTV. Of 
course, it would be easy to connect to MythWeb, but I would like to get 
all the menus and overlays the MythTV has. So I guess what I want is for 
MythTV to provide its output streamed over a socket. Is this possible?


/Janne

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythweb: HTTP_ACCEPT = */* but I only get WML, not HTML.

2005-09-08 Thread Ciaran
Hi, 
I'm using an Orange SPV C500 phone to connect to mythweb, and for some
reason its retrieving WML, when its perfectly capable of accepting
HTML.  looking into the code, I see that browserAcceptsMediaType runs
the code:
return preg_match(#$mediaTypes#,
strtoupper($_SERVER['HTTP_ACCEPT'])) ? true : false;

I *also* know that the phone sends its HTTP_ACCEPT parameter as */*
(accept anything).  Unfortunately I don't know enough PHP to determine
whether the above preg_match statement will return true for me when
mediaTypes contains text/html.  Anyone out there know the answer to
this question, (for now I'm just returning true which works happily
for my phone, but it would be nice to solve the general case for
others! )


Cheers
-- 
- Ciaran
(I now have far too many G-Mail invites available, anyone who wants
one, gets one)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythMusic directory sort...

2005-09-08 Thread Martin Ebourne
On Wed, 07 Sep 2005 20:55:46 -0600, Timothy McFadden wrote:
 I have my directories set up as /music/genre/artist/album.  My problem is
 that a couple of the genres have many artists.  I'd like to keep tree
 sorting as directory but have splitartist for directories containing
 more than, say, 20 artists.
 
 Is that even possible w/o compiling my own?

I have a similar layout and a similar problem.

Eventually I worked around it by making a parallel directory hierarchy
with A-D etc directories containing symlinks back to the artists in the
main tree.

It works perfectly well, takes almost no disk space, and requires just a
little maintenance. Still, if you want to make a code fix I'd be
interested!

Cheers,

Martin.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Can't open video device: /dev/v4l/video1

2005-09-08 Thread Robert Denier
Basic Setup
Backend
nforce2 chipset, 2.2ghz amd sempron
1 pvr 150mce
1 some other cheap capture card used for testing myth some months ago.

Connected is a dish network receiver to the s-video jack on the pvr150
mplayer /dev/v4l/video1 works fine, albiet really slow in a vnc window
(the slow is due to vnc.)

The backend reports when you run it 
Can't open video device: /dev/v4l/video1
and I even did a chmod 777 out of desperation..  It shouldn't be having
issues there...

The frontend gets
RemoteFile::REad() failed in RingBuffer::safe_read()

Does anyone recognize the problem?  I used the firmware on the cd per
some set of directions..

It just seems to me that if mplayer can read it, then myth should when
they are both running as root right now..

-thanks in advance,
-Robert



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Jay Jarvinen
On Mon, 5 Sep 2005 10:41:56 -0500
Jay Jarvinen [EMAIL PROTECTED] wrote:

 FYI, CompUSA has a PVR-150 (Model 1045) after rebate(s) ($35) = $64.99
 http://www.compusa.com/products/product_info.asp?ref=cjproduct_code=316263pfp=9405sale
 
 According the IvyTV Wiki, this model is Very close to fully
 functional(in ivtv development branch). Many reports of success on
 this list back in May 2005, etc.
 
 Thumbs up?
 
 Any reason for a bt878 user to wait? Perhaps this signals an imminent
 PVR-500 price drop? Just wondering ;)

Perhaps my subject line was lacking .. so, for the archive, I'll reply
to myself.

I opted to buy this model anyway, despite being less than 100% confident
beforehand.

My confusion stemmed from the various CX23416 based cards listed as
Known NOT to work on the ivtv site. A complaint best suited for the
ivtv list, I'll grant you.

In any case - yes, thumbs up, success, it works, it's working:

ivtv: version 0.3.8 (svn snapshot revision 2638)
kernel (ubuntu binary): 2.6.10-5-k7

It is indeed a PVR-150 model 1045 (26032, rev C199), with grey Hauppauge
remote, chips are: CX23416-12 and CX25841-23

The card is in a new machine, so I've yet to install MythTV on it, but a
simple 'cat /dev/video0  /tmp/foo.mpeg' works great, lirc_i2c (mode2
test) works, so I'm confident the Myth setup will be smooth.

My question: Any reason for a bt878 user to wait? Absolutely not, get
it. For $65 I regained 33% of my CPU that was busy doing software
compression (at medium resolution even), and I can ditch the audio patch
cable and mixer nonsense once and for all.

-Jay


---

Sep  8 02:02:49 localhost kernel: ivtv: version 0.3.8 (svn snapshot
revision 2638) loading
Sep  8 02:02:49 localhost kernel: ivtv: Linux version: 2.6.10-5-k7
preempt K7 gcc-3.3

lspci -v:

:00:0a.0 Multimedia video controller: Internext Compression Inc
 iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
   Subsystem: Hauppauge computer works Inc.: Unknown device 8003
   Flags: bus master, medium devsel, latency 64, IRQ 14
   Memory at dc00 (32-bit, prefetchable) [size=64M]
   Capabilities: [44] Power Management version 2

sharing IRQ 14 with my AC97 Audio Controller, pfeh - I'll hafta look
into that.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Encoder/Decoder cards

2005-09-08 Thread Todd Houle
I thought only the 350 had TV out.  And the 150/500 has hardware  
encoding, but not decoding.  If I use a 500 or 150, then I'll still  
need to find a way to connect the TV...Is there an inexpensive  
way to do that?

   -t-


On Sep 6, 2005, at 10:53 AM, Ali Asad Lotia wrote:


The PVR 150 is apparently a pretty decent card. I have a PVR-500 (dual
tuners, but similar to 150) and i've been quite happy. It doesn't have
a decoder on board, but i do that in software on my machine.

On 9/6/05, Anil Gupte [EMAIL PROTECTED] wrote:



I have been using the Hauppauge PVR 350 with good success, but for  
my next
system I am looking to build cheaper.  Is there any other card  
with an
Encoder/Decoder built-in that is cheaper?  If not, how stable/ 
reliable is a

card where the processing is being done by the CPU?

Thanx,
Anil Gupte

__
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Extra audio channel PBS-HD?

2005-09-08 Thread Doug Larrick
Fred Oliver wrote:
 
 While watching some PBS shows (Nova, Innovation) in HD, live or
 recorded, I hear a second narrator describing the images being
 displayed.  (I assume that this is for the visually impaired.)  How can
 I turn this second channel off?

This is indeed descriptive service for the blind.  Hit + or - to
cycle among audio tracks.

-Doug


signature.asc
Description: OpenPGP digital signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: add skybox to my MythTV system

2005-09-08 Thread Neil Bird

Around about 07/09/05 19:39, Craig Tinson typed ...

this is the part where it segfaults (first time I've ever done a gdb!)
71tcsetattr (fd, TCSANOW, options);
set_rts (fd=0) at digibox.c:82


  fd is zero, so it failed to open the serial device.  Probably permissions; 
 try it as root first.


  I don't recall whether I setuid the redeye exe [safest if it works] (chown 
root redeye; chmod ug+s redeye) or whether I let all and sundry access the 
serial device (chmod a+wr /dev/whateveritis).


--
[EMAIL PROTECTED] ~]# rm -f .signature
[EMAIL PROTECTED] ~]# ls -l .signature
ls: .signature: No such file or directory
[EMAIL PROTECTED] ~]# exit
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Encoder/Decoder cards

2005-09-08 Thread Dewey Smolka
On 9/8/05, Todd Houle [EMAIL PROTECTED] wrote:
 I thought only the 350 had TV out.  And the 150/500 has hardware
 encoding, but not decoding.  If I use a 500 or 150, then I'll still
 need to find a way to connect the TV...Is there an inexpensive
 way to do that?
 -t-

Video card with S-vid out. Use an S-vid-RCA converter and a stereo
mini-to-RCA cable for audio. Either run these direct to the aux-ins of
your TV, or send them into an old VCR and then to the TV through coax.
Any nvidia card gf2mmx or higher can support this.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Jay Jarvinen
On Thu, 8 Sep 2005 06:47:43 -0400
Todd Houle wrote:

[snip offlist reply]
I was going to save up and buy a PVR-350..
 Todd

My choice to get away from my Leadtek Winfast TV-2000 XP Deluxe (could
it have a longer name with more M$ references please?) .. was driven
by price and local availability.

I'm biased towards my new 150, but it's becoming increasingly more
difficult to buy a video card that doesn't have TV-out, therefore I'd
only use a PVR-350 if I were building a tiny HTPC space-conscious type
setup.

With the PVR-350 at about $160 these days, to me .. that's like buying
a ~$100 TV-out card, vs $40-50 for a cheapo TV-out vid card.

-Jay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] All recordings are file size B according to MythWeb

2005-09-08 Thread Azmat
My disk filled up the other day so I went ahead and deleted some older
shows, freeing up about 28GB. Now, everything that records shows
up with file size B when I view my recorded programs page on
MythWeb. I've tried rebooting the machine but to no effect.
Has anyone else encountered this? Thanks.Azmat
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Backend symbol problem

2005-09-08 Thread Colin McGregor
I am in the process of attempting to get MythTV up and
running on my PC and I am getting the following error
when I attempt to start the Myth backend:

# mythbackend -d
mythbackend: Symbol
`_ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE'
has different size in shared object, consider
re-linking

What am I missing?

I am running Debian 3.1 (Sarge) with a 2.6.8 kernel
on a Sempron 2400+ CPU with 256 MB RAM. The video card
is a nVidia GeForce FX 5500 chipset with 256MB. The
video capture card is a Hauppauge PVR-150.

The way I got the software was to do the:

# apt-get -b build-dep mythtv
# apt-get -b build-dep mythtv-backend
# apt-get build-dep mythplugins

Ideas?

Thanks in advance.

Colin McGregor

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] OT: PDAs and Medical software

2005-09-08 Thread James Alexander
My mother has asked me about buying a PDA. She is an RN and wants to
use it as a quick reference device for types of prescription
medication, dosages, combinations etc. This is really off topic for
this list, but I'm curious if anyone on this list is in the medical
profession and has a PDA used for this purpose, or if they have seen
one used for this purpose and if they know anything about it. I know
next to nothing about PDAs, so any information would be helpful. I'm
assuming that either there would be a PDA specifically designed for
this function, or there would be specific software to load on the PDA
that could be used to store this information. I haven't done a google
search yet because I was hoping that someone here might have personal
experience with it (different software packages, which one is better
(read: easier to use), more inexpensive, etc.), if not, I'm off to
search the web.

Thanks in advance.
- James
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Very Basic Question

2005-09-08 Thread Mike Daugird
I have MythTV now recording and I can watch TV!
I may have broken some more advanced features in my attempts to get the basics 
working.


I have a PVR-350
I want to record the TV shows in DVD format so that I can just burn them to 
disk using K3B
Can someone talk down to me on how to setup the default quality, resolution and 
basically get
everything straight?
right now I am getting 640X480 I think and it takes about 2 gigs for a 30 
minute show.
I also want to know, on a P3 933mhz machine how long does commercial removal 
take? how do I know when
it is done?

I would rather have a higher quality recording and buy another hard drive, but 
I don't want to have 
a bit rate that is way to high. My concern is really getting High quality 
recordings to put on DVD
I am going to get my wedding, my daughters birth, and a few other VHS tapes 
into this box and 
I want them to be able to play on anybody's set top DVD player(mom, and 
mother-in-law)

thanks

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythstreamtv 802.11b

2005-09-08 Thread Jesse Guardiani

Hello,

First, know that I googled this, but I didn't find any satisfactory answers.

I'm running mythstreamtv  mythweb on a Gentoo machine, streaming
to a Gentoo laptop over 802.11b via a D-Link DWL 900-AP  a
prism2.5 chipset minipci adaptor.

The stream works quite well (I have sound  picture), but even
if I move the video size to 25%, after mplayer caches 20% of the
stream it plays a while, then when it runs out of cache it starts to 
stutter.


It seems like 802.11b just doesn't provide enough bandwidth, but
I've seen people claim that it *does*. So, I'm curious:

Does anyone out there have mythstreamtv working over 802.11b?
Did you have to do anything special?

Thanks!

--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] How best to recover a fubar'd system?

2005-09-08 Thread Jim Reith

I posted this on the Knoppmyth forums (and got a complaint on why it was an
installation issue) http://mysettopbox.tv/phpBB2/viewtopic.php?t=5955

I have a 3 month old installation that was working well until I allowed it
to fill the disks. Once the recording section filled it started getting
errors and the log files filled the root partition and it was all downhill
from there. Apparently there were some shared blocks that e2fsck wasn't too
happy about and I was never able to get it clean. So... I appear to have a
good LVM partition of videos but I need to rebuild my root partition. I'm
afraid to just let it do an install and have it roach something that I will
need or init the /myth directories. is there something here (which I
haven't been able to find in my search) that describes this type of
recovery? I've got 550gb of videos I'd like to salvage if possible. my
other choice is to swap in a virgin drive and rebuild on that and then copy
the root over onto the bad partition once it's up and running. I await your
collective words of wisdom...

also

yeah, hda1 is totally toast. it filled and the fsck found a bunch of
problems including some duplicate inodes and it segfaults now when I run it
on the partition from the Knoppmyth CD. The /myth/tv partition (lvm) filled
but still had a few megabytes. I made the mistake of trying to delete a
known bad recording through mythweb and it hung, I couldn't even ssh in and
when I rebooted, fsck roached hda1 as it came back up.

So, I assume that from your comments/solutions that the database is on the
root partition?

is there enough info in the .nuv files to recover the names/dates of the
recordings or will I have to sort them and manually fill them back in?

none of it is irreplaceable. i'm sure I can regather all the old repeats
I've been collecting to archive. I just wish I had had more time to write
them to DVD since I had just gotten Martin's MythBurn scripts working. I
wish it had deleted/expired some of the old recordings and freed some space
but it didn't.
_
R5A16, ivtv 3.6y, PVR-150 (Tuner 50, NTSC), PVR-350 (Tuner 47, NTSC, Video
out), Sempron 2800+, 2Gb RAM, 600Gb HD

So, can anyone give me a possible recovery method with the root partition
totally roached? An upgrade install was what has been suggested in the
forum using the LVM instructions which seems to just update the root
partition but then I have the issues with recreating the database...



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Very Basic Question

2005-09-08 Thread Nick Rosier
On 08/09/05, Mike Daugird [EMAIL PROTECTED] wrote:
 I have MythTV now recording and I can watch TV!
 I may have broken some more advanced features in my attempts to get the 
 basics working.
 
 
 I have a PVR-350
 I want to record the TV shows in DVD format so that I can just burn them to 
 disk using K3B
 Can someone talk down to me on how to setup the default quality, resolution 
 and basically get
 everything straight?
 right now I am getting 640X480 I think and it takes about 2 gigs for a 30 
 minute show.
 I also want to know, on a P3 933mhz machine how long does commercial removal 
 take? how do I know when
 it is done?

If you want DVD-format recordings, why do you record in a non-standard
DVD-resolution. Standard DVD-resolution are e.g. 720x480 for NTSC and
720x576 for PAL.
2G for 30 minutes seems a bit overkill. I get about 2G per hour and
that's nice quality. I doubt your cable company sends out an analog
signal that's the equivalent of 8Mbit/s digital so I'd lower that. Do
some testing with different bitrate settings.

As for commercial detection. Either someone would need to setup a
small database where for each type of CPU the time to commercial-flag
a 30 minute recording takes or you'll have to hope someone is using
the same CPU as you are. Again, do a test yourself.

 I would rather have a higher quality recording and buy another hard drive, 
 but I don't want to have
 a bit rate that is way to high. My concern is really getting High quality 
 recordings to put on DVD
 I am going to get my wedding, my daughters birth, and a few other VHS tapes 
 into this box and
 I want them to be able to play on anybody's set top DVD player(mom, and 
 mother-in-law)
 
 thanks

VHS-recordings have an even lower resolution than TV so you can up the
bitrate all you want, it won't make it look any better.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Very Basic Question

2005-09-08 Thread Cory Papenfuss

VHS-recordings have an even lower resolution than TV so you can up the
bitrate all you want, it won't make it look any better.


	Whatever you do, don't make the extremely common mistake of 
thinking that VHS having 240 lines of resolution means that a 320x240 is 
an appropriate capture.  In analog video land, lines of resolution is 
related to *horizontal* resolution, not vertical.  There's other stuff 
involved, but reasonable (NTSC) figures are:


S-vid: Potentially 720x480
Composite: 480x480, *maybe* 540x480-ish
Cable: See Composite (same thing, only RF-modulated)
VHS/8mm: 352x480


	Bitrates are another matter... For captures, the quality is 
primarily noise dominated.  Commercial DVDs are in the 4-5 Mbps range, but 
they've got the advantage of nice, clean sources.  Lower resolution and 
increased noise seem to tradeoff for broadcast captures.  A 480x480 at 4-5 
Mbps is probably pretty good.


-Cory


--

*
* Cory Papenfuss*
* Electrical Engineering candidate Ph.D. graduate student   *
* Virginia Polytechnic Institute and State University   *
*

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How do you adjust font sizes?

2005-09-08 Thread mythtv
 On Wed, 07 Sep 2005 08:32:55 +0100, Lee wrote:
 To change the fontsize in the main Myth menus - The example below is
 for MythCenter, but you'll ge the idea...

 pico /usr/share/mythtv/themes/MythCenter/theme.xml

 find the fontsize tag, and decrease/increase as necessary, I found
 22 was best.
 You will have to change to another theme and then back to see the
 changes.

 This isn't the right way to fix it. What you need to do is make sure
 that the X server is running at 100dpi, which is what all of the themes
 are for.

 This has been covered many times, so just check back in the archives
 (http://www.gossamer-threads.com/lists/mythtv) for 100 dpi.

 (Hint, set DisplaySize in xorg.conf or give -dpi 100 to X server.)


Oh, I played with the whole display size thing until my fingers bled.
100dpi just seemed to move things around the screen a bit, but not
actually fix anything. 75dpi (which was the default when I installed
KnoppMyth R5A16) was almost there, but adjusting that .xml file made it
perfect...

As usual YMMV...




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] setup for channels that are not 24/7

2005-09-08 Thread Garry Cook
On 9/7/05, Mike Angstadt [EMAIL PROTECTED] wrote:
I believe he's saying that Hallmark is channel 61 until 5:30. After 5:30 Bravo is on channel 61. I had a similar situation until recently with my Comcast having Comedy Central only after 6pm (and before that it was CourtTV! gah)
So he's saying he doesn't want to waste recording time with MythTV trying to record The West Wing from Bravo when the channel is actually Hallmark. My Comcast program guide showed the Comedy Central programs for all day, even though we only had it after 6, and I'm assuming he has a similar problem. So Myth would think The West Wing was playing on 61, but really it would be Little House on the Praire or some other equally boring Hallmark channel show :)
That being said, I'm a lurker who hasn't yet put together my HTPC and thus don't have any experience in Myth, so I'm just clarifying (I believe) what he meant to ask. He only wants to record from Bravo after 5:30 basically.
-Mike

Yes, this is exactly what I was attempting to say. Sorry if I was unclear.

--g
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythstreamtv 802.11b

2005-09-08 Thread Chris Menard
I have it running. while not over 802.11b, I am streaming from home to work over my cable modem. the upload speed is advertised at 1/4 GB. I need to decrease the framerate to about 15/sec. 25%size and lower bitrate. but that is suffcient for my 'at work viewing' of streams.


At home, my mythbox is 802.11g. I stream at highest settings to a wired XP box w/o any issues
On 9/8/05, Jesse Guardiani [EMAIL PROTECTED] wrote:
Hello,First, know that I googled this, but I didn't find any satisfactory answers.I'm running mythstreamtv  mythweb on a Gentoo machine, streaming
to a Gentoo laptop over 802.11b via a D-Link DWL 900-AP  aprism2.5 chipset minipci adaptor.The stream works quite well (I have sound  picture), but evenif I move the video size to 25%, after mplayer caches 20% of the
stream it plays a while, then when it runs out of cache it starts tostutter.It seems like 802.11b just doesn't provide enough bandwidth, butI've seen people claim that it *does*. So, I'm curious:
Does anyone out there have mythstreamtv working over 802.11b?Did you have to do anything special?Thanks!--Jesse GuardianiProgrammer/Sys Admin[EMAIL PROTECTED]
___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Non-recording master backend

2005-09-08 Thread Ryan Steffes
On 9/7/05, Robin Gilks [EMAIL PROTECTED] wrote:
Greetings allI'd like to shift the capture card from my heavy/noisy server backend tothe frontend which is an EPIA running diskless with nfs mounts back to theserver (this avoids long cable runs).This means I'll have to run the backend code on the EPIA for the capture
but I want to keep the mysql, commercial cutting and transcoding on theserver (its got 5 times the grunt after all!!).Is this possible and if so, how do I set up please?
Off the top of my head, I'd say you want to set the backend up as a
slave, set the IP for the current backend as master, mount your nfs
properly and set up the proper directory structure, put the cards in
the front end and configure them, and make sure the boxes are checked
correct to not allow any transcoding or commercial cutting jobs to run
on that slave.

My question is why you'd want to do that? 

Ryan

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythstreamtv 802.11b

2005-09-08 Thread Mark H
 Mine works fine over 802.11b. I have mythstreamtv
playing smoothly over my older Dell Axim PocketPC. Just
make sure to use the lowest settings and increase until you see
problems, but I normally use lowest settings, which is still fine for
watching. For home WAN, I too use the fastest settings.
 I have tried this directly over my home WAN and also from
work. (DSL to DSL then to my PPC hooked up to work
network). I've even tried it from a dailup
connection. While extremely choppy and totally unwatchable,
it is cool to tell someone in timbuktu to dialup to the internet and
point the media player to my IP and they can see a picture or two of
what I am watching. Show you folks your not
completely wasting your time at college. Geek Factor of
solid 10! 
 
On 9/8/05, Chris Menard [EMAIL PROTECTED] wrote:
I have it running. while not over 802.11b, I am streaming
from home to work over my cable modem. the upload speed is
advertised at 1/4 GB. I need to decrease the framerate to about
15/sec. 25%size and lower bitrate. but that is suffcient
for my 'at work viewing' of streams.


At home, my mythbox is 802.11g. I stream at highest settings to a wired XP box w/o any issues
On 9/8/05, Jesse Guardiani [EMAIL PROTECTED]
 wrote:
Hello,First, know that I googled this, but I didn't find any satisfactory answers.
I'm running mythstreamtv  mythweb on a Gentoo machine, streaming
to a Gentoo laptop over 802.11b via a D-Link DWL 900-AP  aprism2.5 chipset minipci adaptor.The stream works quite well (I have sound  picture), but evenif I move the video size to 25%, after mplayer caches 20% of the
stream it plays a while, then when it runs out of cache it starts tostutter.It seems like 802.11b just doesn't provide enough bandwidth, butI've seen people claim that it *does*. So, I'm curious:

Does anyone out there have mythstreamtv working over 802.11b?Did you have to do anything special?Thanks!--Jesse GuardianiProgrammer/Sys Admin
[EMAIL PROTECTED]
___mythtv-users mailing listmythtv-users@mythtv.org

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread Jules Gosnell

a quick question...

I stuck up an DVB-T aerial on my garden office and with the aid of a 
compass pointed it towards the Guildford transmitter, 3 or 4 miles away. 
I have some fir trees between me and the transmitter.


MythTV receives all but one mux without problems, but one is problematic 
to tune into (lock keeps breaking) and channels associated with tend to 
be the first to break up


If all muxes are being transmitted from the same transmitter, why should 
one bundle of channels feel like it is coming from the moon ? Are muxes 
simply s/w abstractions or do they correspond somehow to physical 
divisions in the h/w - i.e. is my problem mux maybe being pumped out at 
a lower power than all the others etc...


Would a booster be likely to solve the problem, or do I just live with 
it - they are tall fir trees and not mine :-)


cheers,

Jules

--
Open Source is a self-assembling organism. You dangle a piece of
string into a super-saturated solution and a whole operating-system
crystallises out around it.

/**
* Jules Gosnell
* Partner
* Core Developers Network (Europe)
*
*www.coredevelopers.net
*
* Open Source Training  Support.
**/

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Transcoding to 480p

2005-09-08 Thread Brian McEntire
Thank you Robert!

Can anyone add on to this? I'd like to use mytranscode or nuvexport. I
couldn't find a man page for either, but if someone will point me to
docs, I'll gladly read them.

I'm trying to transcode 1080i and 720p down to 420p (852x420 pixels). I
would like to keep the bit rate as high as necessary to keep as close
to the original quality as possible but granted, throwing out 1/2 of
the information which won't display on my TVs native resolution anyway.

Can anyone recommend a command line? I wanted to do some initial tests before setting up any automatic transcoding.

Is MPEG4 considered to be higher quality or easier on decoding for
playback compared to MPEG2? I'm much less concerned about encoding
performance/time; playback quality and playback resource usage or my
primary concerns. If possible, it would be great if transcoded HTDV
(down to 420p) plays reasonably smoothly on a 1.6 MHz P4.
On 9/5/05, Robert Tsai [EMAIL PROTECTED] wrote:
On Mon, Sep 05, 2005 at 02:00:42PM -0400, Brian McEntire wrote: I have an EDTV that doesn't go to full HDTV specs. It can display 480p, 720p, and 1080i formats, but it's native resolution is 852x420 so any of the other formats are going to be downsampled.
 I'm having success recording HDTV over ATSC OTA with MythTV, but playback is choppy and I know it is because my computer is currently underpowered. I could upgrade, and probably will, but in the mean
 time, and even after I upgrade, there is no reason to have HDTV shows at higher than 480p since they need to be downsampled to display on my TV anyway. Can I save disk space and possibly improve playback performance with
 transcoding? How to I manually and automatically set shows recorded in 1080i or 720p to be transcoded down to 480p?I have a similar setup as you (record HDTV OTA for display on myHDTV with only 856x480 resolution).
Using the internal myth transcoder (mythtranscode):In the setup menus, enter the Recording Profiles, Transcoders andset up the target resolution to be whatever you want it to be (
e.g.,852x420) and some bitrate (I use 4400kbps with the bitrate scaledagainst a 640x480 resolution, to end up with about 2GiB/hr) for theHigh Quality, Medium Quality, and Low Quality transcoders. There
are no predefined defaults; you have to set them up yourself.In the Default recording profile, enable the auto-transcodecheckbox. This checkbox is for mixed systems where one might want to
auto-transcode recordings captured from an HD-3000 (say), but notre-encode recordings captured from a PVR-x50 card that hashardware-assist.Then in your recording schedules, enable auto-transcoding for that
recording schedule.Other people use nuvexport and user jobs, but this requires moreconfiguration. I think the trade-off is that mythtranscode isoptimized for speed over quality, while nuvexport takes longer but
produces higher-quality results for a given target filesize. But Idon't use nuvexport so I can't say from my personal experience.--Rob-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDHKun18A6pRrdKfkRApwaAJ9/RX33dCCPe+BKUWxRsLhgmBLjfQCeNQoNKrzN3j6BDvDPbZxo8VOmWAM==xhVz-END PGP SIGNATURE-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Odd pauses when starting recorded shows...

2005-09-08 Thread mythtv
Now that my Myth box seems to be fairly stable, I'm slowly starting to
migrate recording shows off the Tivo and onto the Myth box. As I'm
actually using Myth a lot more, I've noticed a few problems...

1) When I select a recorded show to play from the menu, on about 20% of
them, the screen goes black and there is no sound, it sits there like this
for anything from 10-45 seconds and then the show starts and plays as
normal...
I've run the database check and it's all fine and playing the files over a
samba share is OK too. Playing videos in MythVideo has no problems...

2) Scrolling up and down the recorded shows menu, occasionally pauses for
a few seconds, with what sounds like harddrive thrashing about, before
continuing as normal, this is a minor problem, but it's SOO
annoying...

3) When using the 30 second skip, it skips and then kind of does slow
motion for about 1 sec or 2 and then plays properly. Is this normal? or is
there a problem? It's annoying after using the 30sec skip on the Tivo for
years...

Any ideas? It's really impacting the WAF...

Cheers,
Lee

The box is an Athlon 2Ghz, 512 RAM, 200GB HD, dual Avermedia 771 DVB-T (UK
Freeview) tuners, MS MCE USB Remote control, running KnoppMyth R5A16.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread Stephen Williams
On 9/8/05, Jules Gosnell [EMAIL PROTECTED] wrote:
 If all muxes are being transmitted from the same transmitter, why should
 one bundle of channels feel like it is coming from the moon ? Are muxes
 simply s/w abstractions or do they correspond somehow to physical
 divisions in the h/w - i.e. is my problem mux maybe being pumped out at
 a lower power than all the others etc...

1. Not all muxes are transmitted with the same power. There's a
website somewhere that tells you the power of each mux for each
transmitter (should be linked from the freeview website).

2. The sensitivity of your aerial is not constant across all
frequencies. You can buy aerials that give you excellent reception for
certain frequency bands (you'll need to figure out which one is best
or your transmitter) or you can get a 'wideband' aerial that will give
you average reception over a frequency range that should cover any
transmitter (this is what most standard retailers will sell you).

Chances are that what you are reporting is due to '2' above. The 'bad'
mux is almost certainly on the highest or lowest frequency of the six
muxes for your transmitter, and you'll almost certainly be using a
'wideband' aerial. My suggestion would be to either buy a higher gain
'wideband' aerial or (probably better) buy an aerial that matches your
required frequencies.

Steve
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread Michael Cowell
If the muxes are broadcast at different frequencies (which they would 
be), then it is quite possible, even probable, for the SNR (signal to 
noise ratio) to be different for each.


The channel between you and the transmitter (which includes the trees) 
would have a different response for each carrier frequency. The 
amplitude / phase response could be very different for different 
carriers. If something between you and the transmitter was, say, 
resonant at a particular frequency, that would cause a lot of noise on 
that particular frequency, but little on others.


A booster cannot change the signal to nosie ratio - only boost the 
amplitude of both. However, that may solve the problem. It all depends 
on the amplitude that your tuner needs to be able to effectively 
demodulate the data signal from the carrier. If all the other 
multiplexed streams are received fine, then you should make sure that 
the booster you picks leaves them alone.


Now, unless you buy a good one you're probably going to *decrease* the 
SNR for most muxes. So if they are already somewhat prone to error - I'd 
be wary about adding more hardware between you and the signal.


I'm not sure how fir trees affect signals at the 100s of MHz range - so 
I cannot comment on whether they are the likely cause of your 
interference, or whether the problems you are having are indicative of 
the channel in your areas, as a whole. Maybe someone in you area could 
provide good advice on what they had to do to get a good signal.


Hope that was some help,

Michael

Jules Gosnell wrote:


a quick question...

I stuck up an DVB-T aerial on my garden office and with the aid of a 
compass pointed it towards the Guildford transmitter, 3 or 4 miles 
away. I have some fir trees between me and the transmitter.


MythTV receives all but one mux without problems, but one is 
problematic to tune into (lock keeps breaking) and channels associated 
with tend to be the first to break up


If all muxes are being transmitted from the same transmitter, why 
should one bundle of channels feel like it is coming from the moon ? 
Are muxes simply s/w abstractions or do they correspond somehow to 
physical divisions in the h/w - i.e. is my problem mux maybe being 
pumped out at a lower power than all the others etc...


Would a booster be likely to solve the problem, or do I just live with 
it - they are tall fir trees and not mine :-)


cheers,

Jules


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: PDAs and Medical software

2005-09-08 Thread Mark Prinz
I think I need a PDA and medical software to figure out how this is related to using MythTV.On 9/8/05, James Alexander 
[EMAIL PROTECTED] wrote:My mother has asked me about buying a PDA. She is an RN and wants to
use it as a quick reference device for types of prescription
medication, dosages, combinations etc. This is really off topic for
this list, but I'm curious if anyone on this list is in the medical
profession and has a PDA used for this purpose, or if they have seen
one used for this purpose and if they know anything about it. I know
next to nothing about PDAs, so any information would be helpful. I'm
assuming that either there would be a PDA specifically designed for
this function, or there would be specific software to load on the PDA
that could be used to store this information. I haven't done a google
search yet because I was hoping that someone here might have personal
experience with it (different software packages, which one is better
(read: easier to use), more inexpensive, etc.), if not, I'm off to
search the web.

Thanks in advance.
- James

___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread mythtv

 If all muxes are being transmitted from the same transmitter, why should
  one bundle of channels feel like it is coming from the moon? Are muxes
  simply s/w abstractions or do they correspond somehow to physical
 divisions in the h/w - i.e. is my problem mux maybe being pumped out at
 a lower power than all the others etc...

Each mux is transmitted from a different tranmitter. These tranmitters may
well be in the same place, but are seperate physical bits of kit.
They don't necessarily all point in the same direction or run at the same
power. And this type of problem is fairly common with old analog antenna
setups.

 Would a booster be likely to solve the problem, or do I just live with
 it - they are tall fir trees and not mine :-)

Recheck all the connections as a first move.
Try to get the antenna higher, this usually help.
Try moving it to left/right and see if that helps.
Finally, a booster may well help, but isn't guaranteed.





___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread Stephen Williams
Just a quick follow-up to my earlier post. You can see the gain for
different aerial groups on the follwoing graph
http://www.wrightsaerials.tv/Articles/img/fig%201, Obviously, higher
gain is better.

The power of the different muxes is given on this page:
http://.dtt-tx-info.org/change_tx.htm

As you can see, muxes C and D are transmitted at half power compared
to the rest. And since mux D is at the highest frequency i'd guess
that the one you're having problems with, right? (Mux D shows TMF, The
Hits, Ftn, etc).

Steve
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] More than one xmltvgrabber

2005-09-08 Thread Peter Osterberg

Can I have more than one grabber?

I live in Sweden but can get Danish terrestrial broadcasts as well.

I have tv_grab_se_swedb setup in mythtvsetup and have after that added two 
Danish channels directly in the database.


Then I ran tv_grab_dk --configure and added the same two channels. After 
that did I run tv_grab_dk  test.xml; mythfilldatabase --file 1 10 test.xml


That didn't do the trick and it was just I wild guess. Does anyone know?

/Peter

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How do you adjust font sizes?

2005-09-08 Thread Adam Bodnar
Something I've never quite been cleared on, but for NTSC svideo is it
better to run the screen resolution at 1024x768 or 800x600?

I've finally configured X to 100dpi and am slowly resolving the issues
to fixing the font size as well.

On 9/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  On Wed, 07 Sep 2005 08:32:55 +0100, Lee wrote:
  To change the fontsize in the main Myth menus - The example below is
  for MythCenter, but you'll ge the idea...
 
  pico /usr/share/mythtv/themes/MythCenter/theme.xml
 
  find the fontsize tag, and decrease/increase as necessary, I found
  22 was best.
  You will have to change to another theme and then back to see the
  changes.
 
  This isn't the right way to fix it. What you need to do is make sure
  that the X server is running at 100dpi, which is what all of the themes
  are for.
 
  This has been covered many times, so just check back in the archives
  (http://www.gossamer-threads.com/lists/mythtv) for 100 dpi.
 
  (Hint, set DisplaySize in xorg.conf or give -dpi 100 to X server.)
 
 
 Oh, I played with the whole display size thing until my fingers bled.
 100dpi just seemed to move things around the screen a bit, but not
 actually fix anything. 75dpi (which was the default when I installed
 KnoppMyth R5A16) was almost there, but adjusting that .xml file made it
 perfect...
 
 As usual YMMV...
 
 
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Off Topic - DVB-T, Muxes and reception...

2005-09-08 Thread Nick
On 08/09/05, Stephen Williams [EMAIL PROTECTED] wrote:
 Just a quick follow-up to my earlier post. You can see the gain for
 different aerial groups on the follwoing graph
 http://www.wrightsaerials.tv/Articles/img/fig%201

If the above link causes problems, try
http://www.wrightsaerials.tv/Articles/img/fig%201.jpg

I've noted a difference between reception issues between different
DVB-T cards. I started off using Hauppauge Nova-T PCI cards which
caused me to keep going back to the aerial when a couple of channels
(on multiplexes 2 and A) would break up a lot during recording/live
TV. The other day I installed another slave backend with a pair of
KWorld DVB-T Xpert PCI cards, which, using an older booster and
daisychaining the aerial feed, gave absolutely no problems and tune
between channels extremely quickly (esp in Kaffeine). The channels was
also very quick in Kaffiene compared to the Myth scan.

I would therefore try a booster first of all, and then if problems
persist, try to borrow a freeview box to see if it's really the
reception or the card that it causing the trouble.

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] More than one xmltvgrabber

2005-09-08 Thread Nick
On 08/09/05, Peter Osterberg [EMAIL PROTECTED] wrote:
 Can I have more than one grabber?
 
 I live in Sweden but can get Danish terrestrial broadcasts as well.
 
 I have tv_grab_se_swedb setup in mythtvsetup and have after that added two
 Danish channels directly in the database.
 
 Then I ran tv_grab_dk --configure and added the same two channels. After
 that did I run tv_grab_dk  test.xml; mythfilldatabase --file 1 10 test.xml
 
 That didn't do the trick and it was just I wild guess. Does anyone know?

It should be possible. I currently use 2 grabbers with no problems.
Make sure that the DK grabber supports specifying the number of days
to fill (use -1 instead of 10 to fill all days) and make sure the
xmltvid for the new channels is present and matches the one the DK
grabber uses.

Did mythfilldatabase give any output when you ran it using the DK xml file?

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: PDAs and Medical software

2005-09-08 Thread Phill Wiggin

It's not... the Subject clearly states OT: -- Off Topic

--PW

Mark Prinz wrote:

I think I need a PDA and medical software to figure out how this is 
related to using MythTV.


On 9/8/05, *James Alexander*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


My mother has asked me about buying a PDA. She is an RN and wants
to use it as a quick reference device for types of prescription
medication, dosages, combinations etc. This is really off topic
for this list, but I'm curious if anyone on this list is in the
medical profession and has a PDA used for this purpose, or if they
have seen one used for this purpose and if they know anything
about it. I know next to nothing about PDAs, so any information
would be helpful. I'm assuming that either there would be a PDA
specifically designed for this function, or there would be
specific software to load on the PDA that could be used to store
this information. I haven't done a google search yet because I was
hoping that someone here might have personal experience with it
(different software packages, which one is better (read: easier to
use), more inexpensive, etc.), if not, I'm off to search the web.

Thanks in advance.
- James

___
mythtv-users mailing list
mythtv-users@mythtv.org mailto:mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] What is the fsck equivalent for LVM?

2005-09-08 Thread Jim Reith

I have a three disk LVM currently on a crashed system. I would like to
verify it. What is the equivalent to fsck?



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Encoder/Decoder cards

2005-09-08 Thread Nick
On 08/09/05, Dewey Smolka [EMAIL PROTECTED] wrote:
 On 9/8/05, Todd Houle [EMAIL PROTECTED] wrote:
  I thought only the 350 had TV out.  And the 150/500 has hardware
  encoding, but not decoding.  If I use a 500 or 150, then I'll still
  need to find a way to connect the TV...Is there an inexpensive
  way to do that?
  -t-
 
 Video card with S-vid out. Use an S-vid-RCA converter and a stereo
 mini-to-RCA cable for audio. Either run these direct to the aux-ins of
 your TV, or send them into an old VCR and then to the TV through coax.

For best picture quality, I'd recommend using a direct S-Video
connection to the TV (or video and a S-Vid connection from VCR to TV)
from a PVR-350. However, my experience using my Pundit-R with TV-Out
is that the quality is really quite good (using at moment until I try
out the vastly improved XV support on my 350) and that's integrated
video. Users with Geforce MXs tend to report the same results when
using those cards with TV-out.

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] What is the fsck equivalent for LVM?

2005-09-08 Thread Jason Werpy
On 08 Sep 2005 10:37:20 -0700, Jim Reith [EMAIL PROTECTED] wrote:
 I have a three disk LVM currently on a crashed system. I would like to
 verify it. What is the equivalent to fsck?
 
 
 
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 

As long as your volume group and logical volume information is intact
and you can activate your volume group, then the standard fsck for the
filesystem you have should work.

If your VG or LVOL is bad, I think you would be pretty much out of
luck.  You could try vgscan possibly.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythbackend error

2005-09-08 Thread DSanchez
Yea that was the problem. Thanks.On 9/7/05, David Maher [EMAIL PROTECTED] wrote:
I suspect your backend is already running as a service.This would makeport 6543 inaccessible, since it is in use already.Try#/sbin/service mythbackend stop#mythbackend On Wed, 2005-09-07 at 20:02 -0700, DSanchez wrote:
 Hello,I just set up mythtv on fc4, i ran mythbackend and was able to configure the system. But after 2 daqys i tried to run mythbackend  and i get the following error.
 QserverSocket: Failed to bind or listen to the socket. Failed to bind to port: 6543 Any ideas? ___ mythtv-users mailing list
 mythtv-users@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Best deal on premade lirc receivers?

2005-09-08 Thread Brian Long
On Sat, 2005-09-03 at 01:58 -0400, David Ellis wrote:
 Its generally a bad idea to use multiple ir devices on a single machine.
 
 It is possible to chain lirc (have two instances of lirc - one for receive
 one for transmit) but I wasn't able to get it to stabilizeit was
 also a MAJOR pain to setup.
 
 My suggestion would be to get a IR device that receives and transmits (I use
 the USB UIRT www.usbuirt.com) which allows you to send and receive with the
 same device and Lirc Instance. Once you have your device - they generally
 work with ANY remote - use irrecord to setup the remote of your choice.
 
 If all your interested in receiving IR commands - your audigy is probably
 supported (do a google search for audigy LIRC).

Hello David et al,

I'm setting up a new MythTV box and I notice a patch just got submitted
to Lirc for the USB-UIRT product.  It appears this device supports an
external emitter.  I need to be able to control two separate digital
cable tuners of the same model.  Would I be able to accomplish this with
the USB-UIRT and an external emitter like the following one?
http://www.smarthome.com/8171.html

If both cable boxes are Sci Atl 3250 (non-HD), how would Lirc know which
one is which?

I was planning to get a Hauppage PVR-500, but since my system has plenty
of PCI slots, I could just get two PVR-150's with the integrated IR
receiver and blaster.  Would this work better in my situation?

Thanks.

/Brian/

-- 
   Brian Long  | |   |
   IT Data Center Systems  |   .|||.   .|||.
   Cisco Linux Developer   |   ..:|||:...:|||:..
   Phone: (919) 392-7363   |   C i s c o   S y s t e m s

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] What is the fsck equivalent for LVM?

2005-09-08 Thread Jim Reith

At 02:12 PM 9/8/2005, you wrote:

On 08 Sep 2005 10:37:20 -0700, Jim Reith [EMAIL PROTECTED] wrote:
 I have a three disk LVM currently on a crashed system. I would like to
 verify it. What is the equivalent to fsck?





 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




As long as your volume group and logical volume information is intact
and you can activate your volume group, then the standard fsck for the
filesystem you have should work.

If your VG or LVOL is bad, I think you would be pretty much out of
luck.  You could try vgscan possibly.


Well, my root partition is toast so someone recommended I do an Update
Install (KnoppMyth) and then follow the LVM Upgrade instructions (which i
think say to use vgscan after editing the fstab)



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] QAM256, no pids after scan?

2005-09-08 Thread Brian Long
On Tue, 2005-09-06 at 10:39 -0400, Andrew Gallatin wrote:
 I'm trying to setup my new Fusion HDTV5 Gold to use QAM256 from my
 local (US) cable company.  The Fusion card itself works amazingly
 well, but Mythtv's setup has me confused.  I'm running Mythtv from
 earlier this year, shortly before the subversion conversion.

Andrew et al,

I'm interested in the stability of a DVB / QAM solution?  Would this
allow me to ditch a Hauppage PVR-150 analong capture card and the
digital cable receiver in favor of the Fusion card mentioned above?

/Brian/

-- 
   Brian Long  | |   |
   IT Data Center Systems  |   .|||.   .|||.
   Cisco Linux Developer   |   ..:|||:...:|||:..
   Phone: (919) 392-7363   |   C i s c o   S y s t e m s

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] More than one xmltvgrabber

2005-09-08 Thread Peter Osterberg

The -1 did the trick, thanks a lot

At 19:34 2005-09-08, you wrote:

On 08/09/05, Peter Osterberg [EMAIL PROTECTED] wrote:
 Can I have more than one grabber?

 I live in Sweden but can get Danish terrestrial broadcasts as well.

 I have tv_grab_se_swedb setup in mythtvsetup and have after that added two
 Danish channels directly in the database.

 Then I ran tv_grab_dk --configure and added the same two channels. After
 that did I run tv_grab_dk  test.xml; mythfilldatabase --file 1 10 test.xml

 That didn't do the trick and it was just I wild guess. Does anyone know?

It should be possible. I currently use 2 grabbers with no problems.
Make sure that the DK grabber supports specifying the number of days
to fill (use -1 instead of 10 to fill all days) and make sure the
xmltvid for the new channels is present and matches the one the DK
grabber uses.

Did mythfilldatabase give any output when you ran it using the DK xml file?

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: PDAs and Medical software

2005-09-08 Thread Josh Burks
On 9/8/05, James Alexander [EMAIL PROTECTED] wrote:
 My mother has asked me about buying a PDA. She is an RN and wants to use it
 as a quick reference device for types of prescription medication, dosages,
 combinations etc. This is really off topic for this list, but I'm curious if
 anyone on this list is in the medical profession and has a PDA used for this
 purpose, or if they have seen one used for this purpose and if they know
 anything about it. I know next to nothing about PDAs, so any information
 would be helpful. I'm assuming that either there would be a PDA specifically
 designed for this function, or there would be specific software to load on
 the PDA that could be used to store this information. I haven't done a
 google search yet because I was hoping that someone here might have personal
 experience with it (different software packages, which one is better (read:
 easier to use), more inexpensive, etc.), if not, I'm off to search the web.
  

In most cases, I believe that the hospital/clinic/$PLACEOFWORK can
provide these or something similar with the correct software. I've
seen doctors and nurses use anything from a pda to a full-blown tablet
pc, but mostly at hospitals.

I'd have her check with the IT/Computer department just to see, and
get out your google-fu...

Josh
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: PDAs and Medical software

2005-09-08 Thread David Morris
I don't have specific experience with medical software, but I've had a 
few PDA's.  And my doctor uses a PDA to look up various references and 
also to write scripts (they print out via WiFi on a printer at the 
nurse's desk).  I believe his was a PalmOS PDA last I checked.  I used 
to prefer Palm but I've come to love my PocketPC 2003 PDA.  There is 
lots of medical software available to install on PDA's.  PocketPC (or 
Windows Mobile I think they call the current version) is a bit more 
flexible and has more software available for it.  PalmOS used to rule 
but has languished in the last few years and lost a lot of marketshare.


David

James Alexander wrote:

My mother has asked me about buying a PDA. She is an RN and wants to 
use it as a quick reference device for types of prescription 
medication, dosages, combinations etc. This is really off topic for 
this list, but I'm curious if anyone on this list is in the medical 
profession and has a PDA used for this purpose, or if they have seen 
one used for this purpose and if they know anything about it. I know 
next to nothing about PDAs, so any information would be helpful. I'm 
assuming that either there would be a PDA specifically designed for 
this function, or there would be specific software to load on the PDA 
that could be used to store this information. I haven't done a google 
search yet because I was hoping that someone here might have personal 
experience with it (different software packages, which one is better 
(read: easier to use), more inexpensive, etc.), if not, I'm off to 
search the web.


Thanks in advance.
- James



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How do you adjust font sizes?

2005-09-08 Thread Robert Johnston
On 08/09/05, Adam Bodnar [EMAIL PROTECTED] wrote:
 Something I've never quite been cleared on, but for NTSC svideo is it
 better to run the screen resolution at 1024x768 or 800x600?

Personally, for NTSC svideo, I've got my box configured @ 720x480 (IE,
TV resolution).

Just my £0.02
-- 
Robert Anaerin Johnston
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Setting up time syncronisation

2005-09-08 Thread Blammo
On 7/21/05, Nick Rout [EMAIL PROTECTED] wrote:
  ln -sf /usr/share/zoneinfo/GB /etc/localtime
 
  which now shows the correct local time
 
  However, Mythweb (and therefore I guess MythTV) still shows the UTC time.
 
 Obviously you downloaded your tv listings when your clock was set up
 wrong, sounds like you did not have your timezone set properly when you
 did the EPG thing. I am not sure what efect this will have...

Having the same issue on one of my friends mythbox. hwclock is right,
date is right, myth is happy, but mythweb is off by 7hours. (UTC it
appears)

Isn't affecting recordings at all, but he lives by the web interface.

I rm -f'd localtime, and re-set it, re-filled-database, and the whole
machine seems happy EXCEPT mythweb.

thoughts?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] setup for channels that are not 24/7

2005-09-08 Thread Bruce Markey

Garry Cook wrote:
...

Yes, this is exactly what I was attempting to say. Sorry if I was unclear.


Okay, thank for the detailed information. There is a solution
for this and I'm sorry if I didn't make it clear that it can be
solved.

--  bjm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] WinTV-PVR-500

2005-09-08 Thread Steve
Hey guys,

 I have the WinTV-PVR-500 from Hauppauge. It's supposed to be a dual tuner card, and AFAIK Myth is only seeing one tuner. I press 'C' because that's supposed to change inputs, and it does. But only when I'm not recording anything. If I am recording Myth complains that all available inputs are in use.


 Another problem I have is my LiveTV playback pauses for about a tenth of a second, EVERY second. It's really quite annoying and I've messed with quite a few settings and still can't seem to fix it. Any help is appreciated.


 - Thanks in advance,
 Steve
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Nick
On 08/09/05, Steve [EMAIL PROTECTED] wrote:
 Hey guys, 
   
 I have the WinTV-PVR-500 from Hauppauge. It's supposed to be a dual
 tuner card, and AFAIK Myth is only seeing one tuner. I press 'C' because
 that's supposed to change inputs, and it does. But only when I'm not
 recording anything. If I am recording Myth complains that all available
 inputs are in use. 

As I understand it, the 500 card is detected and used as 2 150 cards,
so pressing Y will probably give you the other card instead of C. Read
up on Jarod's FC4 guide for more info on setting it up correctly.

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Steve

On 9/8/05, Nick [EMAIL PROTECTED] wrote:
On 08/09/05, Steve [EMAIL PROTECTED] wrote: Hey guys,
 I have the WinTV-PVR-500 from Hauppauge. It's supposed to be a dual tuner card, and AFAIK Myth is only seeing one tuner. I press 'C' because that's supposed to change inputs, and it does. But only when I'm not
 recording anything. If I am recording Myth complains that all available inputs are in use.As I understand it, the 500 card is detected and used as 2 150 cards,so pressing Y will probably give you the other card instead of C. Read
up on Jarod's FC4 guide for more info on setting it up correctly.NickWell I just tried itusing Tuner 0and pressing 'Y' just made the screen go black for a second, Then come back with the OSD saying Tuner 0. Pressing 'C' made the screen go black for a second then it came back with the OSD saying Tuner 1. So I'm not sure if 'Y' is right.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Tom Lichti

Steve wrote:




On 9/8/05, *Nick* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


On 08/09/05, Steve [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 Hey guys,

 I have the WinTV-PVR-500 from Hauppauge. It's supposed
to be a dual
 tuner card, and AFAIK Myth is only seeing one tuner. I press 'C'
because
 that's supposed to change inputs, and it does. But only when I'm
not
 recording anything. If I am recording Myth complains that all
available
 inputs are in use.

As I understand it, the 500 card is detected and used as 2 150 cards,
so pressing Y will probably give you the other card instead of C.
Read
up on Jarod's FC4 guide for more info on setting it up correctly.

Nick


Well I just tried it using Tuner 0 and pressing 'Y' just made the 
screen go black for a second, Then come back with the OSD saying 
Tuner 0. Pressing 'C' made the screen go black for a second then it 
came back with the OSD saying Tuner 1. So I'm not sure if 'Y' is right.


Did you setup a channel listing for BOTH tuners? Also, for the 
stuttering, find the setting 'Extra audio buffering' (or something 
similar to that) and make sure it's enabled.


Tom
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Steve
Both tuners are setup in mythtv-setup, it's recording right now, and it says it's using all available inputs. I'm lost, I think I should remove all my settings and start over.

And the stuttering;it's more like stuttering video, not audio.
On 9/8/05, Tom Lichti [EMAIL PROTECTED] wrote:
Steve wrote: On 9/8/05, *Nick* 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On 08/09/05, Steve [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:  Hey guys,   I have the WinTV-PVR-500 from Hauppauge. It's supposed to be a dual
  tuner card, and AFAIK Myth is only seeing one tuner. I press 'C' because  that's supposed to change inputs, and it does. But only when I'm not  recording anything. If I am recording Myth complains that all
 available  inputs are in use. As I understand it, the 500 card is detected and used as 2 150 cards, so pressing Y will probably give you the other card instead of C.
 Read up on Jarod's FC4 guide for more info on setting it up correctly. Nick Well I just tried it using Tuner 0 and pressing 'Y' just made the
 screen go black for a second, Then come back with the OSD saying Tuner 0. Pressing 'C' made the screen go black for a second then it came back with the OSD saying Tuner 1. So I'm not sure if 'Y' is right.
Did you setup a channel listing for BOTH tuners? Also, for thestuttering, find the setting 'Extra audio buffering' (or somethingsimilar to that) and make sure it's enabled.Tom

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread John P Poet
On 9/8/05, Steve [EMAIL PROTECTED] wrote:
 Both tuners are setup in mythtv-setup, it's recording right now, and it says
 it's using all available inputs. I'm lost, I think I should remove all my
 settings and start over. 
   

When I setup my PVR-500 initially, I had a similar problem.  When I
setup the first PVR-150, and told it to use /dev/video0, and for the
second PVR-150, to use /dev/video1.  With it configured this way, it
acted kinda like it knew I had two tuners, but only one was actually
usable.

As it turns out, on my system I needed to tell it to use /dev/video1
and /dev/video2 for the two tuners in my PVR-500.

I think maybe /dev/video0 was being claimed by the NTSC tuner of my
HD-3000 card.  Since I never use my HD-3000 for NTSC, it did not
initially occur to me that I needed to skip /dev/video0.

John
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Steve
My backend logs are /var/log/mythtv/mythbackend.log? Because if they are I don't see a single thing about AutoExpire in there at all.

I'm pretty sure my HD is fast enough, it's a brand new seagate (This 7200RPM, 300GB drive features an 8MB cache and whisper-quiet motor). How can I check the CPU during playback?


By the way my IVTV version 0.3.8 compiled on the 5th on this month :)

On 9/8/05, Nick Rosier [EMAIL PROTECTED] wrote:
On 08/09/05, Steve [EMAIL PROTECTED] wrote: Both tuners are setup in mythtv-setup, it's recording right now, and it says
 it's using all available inputs. I'm lost, I think I should remove all my settings and start over.Check your backend-logs; mine say this:2005-08-22 11:04:22.774 AutoExpire: Found 3 recorders w/max rate of 216 MiB/min
Does the backend report 2 recorders? And the stuttering; it's more like stuttering video, not audio.What type of system are you using? How's the CPU-usage duringplayback. Is your HDD fast enough? During LiveTV you write and read to
the same file so that might cause a bottleneck.Check your ivtv-version (via dmesg or modinfo on the ivtv.ko module).N.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] OT: enabling xfs in Fedora Core 4

2005-09-08 Thread Frank Lynch
Hi Folks,
This is completely off topic, but given the number of fedora users on
this list I figured I'd go ahead and ask.

I built a FC4 system, but forgot to enable xfs at install time. Ext3
isn't cutting it for storage of large media files. So I'm wondering if
it is possible to enable xfs in Fedora Core 4 without having to go
back and do a complete re-install?
I imagine that it must be possible to download and install the
relevant kernel modules and utilities for xfs?

Can someone point me at rpm's or details on how I would do this using
yum. I really don't want to have to rebuid this machine from scratch.
thanks in advance for any advice/tips/suggestions,
cheers,
--Frank
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Crackling and popping in non-PVR analog card -- I think I can say it's MythTV's fault

2005-09-08 Thread Sérgio Gomes

Hello everyone!

I have finally found the problem!

I did a little experience: I enabled the AC97 soundcard in my 
motherboard and connected the output of the TV card to it instead of to 
the Audigy. No more crackling! However, I noticed the volume is way too 
high! The TV card seems to be outputting sound at a very high level. The 
Audigy tolerated this, but not my AC97 card. Not very serious though, 
I'm getting an attenuator to solve the problem.


The high levels were however not the problem, since the crackling only 
happened in MythTV and not when I recorded TV sound in other programs.



So, the crackling I experienced is probably MythTV not liking my 
soundcard (Audigy 2, emu10k1 kernel module), since in all other 
programs, and all the playback and recording experiments I did there was 
never a crackle or pop. The emu10k1 factor is also consistent with 
Michael Cowell's setup, who posted his similar problems. It must be 
something in the emu10k1 driver that MythTV doesn't like.


So, what I can say is, if you have a TV card with a dongle cable to 
connect to a line-in, don't connect it to an emu10k1. MythTV won't like it!


Thanks for bearing with me!

Sérgio Gomes
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: enabling xfs in Fedora Core 4

2005-09-08 Thread Nick
On 08/09/05, Frank Lynch [EMAIL PROTECTED] wrote:
 Hi Folks,
 This is completely off topic, but given the number of fedora users on
 this list I figured I'd go ahead and ask.
 
 I built a FC4 system, but forgot to enable xfs at install time. Ext3
 isn't cutting it for storage of large media files. So I'm wondering if
 it is possible to enable xfs in Fedora Core 4 without having to go
 back and do a complete re-install?
 I imagine that it must be possible to download and install the
 relevant kernel modules and utilities for xfs?

Download the XFS tools, install them, and then reformat the video
partition using mkfs.xfs, and you should be good. I note from Jarod's
FC4 guide he now prefers using JFS though.

Nick
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] OT: enabling xfs in Fedora Core 4

2005-09-08 Thread Fedor Pikus
On 9/8/05, Frank Lynch [EMAIL PROTECTED] wrote:
Hi Folks,This is completely off topic, but given the number of fedora users onthis list I figured I'd go ahead and ask.I built a FC4 system, but forgot to enable xfs at install time. Ext3

It's enabled (you can mount an XFS partition if you somehow get it).
You just can't create one, you need to install xfsprogs RPM for
that. Then you'll see mkfs.xfs, xfs_check, xfs_grow and all the
other good stuff.

Fedor
isn't cutting it for storage of large media files. So I'm wondering ifit is possible to enable xfs in Fedora Core 4 without having to go
back and do a complete re-install?I imagine that it must be possible to download and install therelevant kernel modules and utilities for xfs?Can someone point me at rpm's or details on how I would do this using
yum. I really don't want to have to rebuid this machine from scratch.thanks in advance for any advice/tips/suggestions,cheers,--Frank___mythtv-users mailing list
mythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-- Fedor G Pikus ([EMAIL PROTECTED])http://www.pikus.nethttp://wild-light.com

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Just moved to Time Warner cable...

2005-09-08 Thread Tony Paterra
Hey all, I had my myth box up and running quite well and now I have
moved and switched cable providers...  I have a PVR-350 running with
MythTV 0.16 on Slackware 9.1 and Time Warner digital cable as the
source.  For the time being I am not putting the digital cable STB in
the equation, I just have a splitter that is separates the Myth box
and Data Direct is giving me only the Cable program guides, not the
full 1000 digital cable ones.

Now for the problem...  I went into myth setup and cleared out my
configs (which cleared out the old channel database for me) and re-ran
mythfill database to get everything I needed for the program guide.
The behavior I'm now noticing is that my program guide works as
expected, but that I am getting either very fuzzy channels or complete
static when trying to watch live tv.  I have tried going back into
setup and changing the frequency table settings to us-cable, us-bcast,
and us-cable-hrc to no avail...  Any thoughts?

Thanks in advance,
-- 
Tony Paterra
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Non-recording master backend

2005-09-08 Thread Robin Gilks

 On 9/7/05, Robin Gilks [EMAIL PROTECTED] wrote:

 Greetings all

 I'd like to shift the capture card from my heavy/noisy server backend to
 the frontend which is an EPIA running diskless with nfs mounts back to
 the
 server (this avoids long cable runs).

 This means I'll have to run the backend code on the EPIA for the capture
 but I want to keep the mysql, commercial cutting and transcoding on the
 server (its got 5 times the grunt after all!!).

 Is this possible and if so, how do I set up please?


 Off the top of my head, I'd say you want to set the backend up as a slave,
 set the IP for the current backend as master, mount your nfs properly and
 set up the proper directory structure, put the cards in the front end and
 configure them, and make sure the boxes are checked correct to not allow
 any
 transcoding or commercial cutting jobs to run on that slave.

 My question is why you'd want to do that?

Thanks - thats what I thought would be the way, nice to hear confirmation!!

As to why? The EPIA card is considered by some as underpowered as a
frontend only - the fact that it has a mpeg2 hardware decoder is what
saves it!! Asking it to transcode etc as well as handle the realtime tasks
of displaying video without glitches I think is asking for problems. Quiet
is one of the main requirements, hence diskless and reduced CPU load will
help here as well.

My server on the other hand has over 800G of disk, 1G of RAM and a 3G CPU
and it can make as much noise as it wants trying to keep cool as its shut
away!


-- 
Robin Gilks



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] CD Ripping FC4 Now working

2005-09-08 Thread David Maher
CD on my FC4 backend ripping has suddenly started working. I had given up 
trying to fix it, but it must be like a lot of things in life - ignore the 
problem and it goes away.
I have been fiddling around with my mythbackend a lot recently, getting a usb 
dvb card working etc, so I have made a lot of changes to the system.
The major changes are:

Compiled and Upgraded vanilla kernel 2.6.13 (because it had twinhan dvb-usb 
support)
Upgraded Myth to current CVS (7215)
Yum update

I haven't upgraded either of my frontends yet, so I'll be a bit more scientific 
about this when I do upgrade them and find out what fixed the cd ripping.

But at least we know it can be made to work!

Regards
David Maher

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paul News
Sent: Tuesday, 6 September 2005 1:42 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] CD Ripping FC4


On 8/20/05, David Maher [EMAIL PROTECTED] wrote:
 Well, at least we can stop trying to find a working version of libcdaudio and 
 concentrate on something else
 
 -Original Message-
 [... snip ...]
 P.S.
 Here is the link that Isaac left:
 http://www.gossamer-threads.com/lists/mythtv/commits/145691
 I opened up the Svn per Alex and was left with this
 simple remark.

Any new ideas?

The link above mentions that it's your libavcodec, so I picked up
the latest ffmpeg from CVS and built it this morning ... same abort.

But if you do an ldd of /usr/bin/mythfrontend, it uses
libmythavcodec-0.18.1.so.0, not libavcodec ... does that mean it's a
myth-provided version of avcodec that's causing the problem?


bash$ ldd /usr/bin/mythfrontend
linux-gate.so.1 =  (0x00987000)
libmythtv-0.18.1.so.0 = /usr/lib/libmythtv-0.18.1.so.0 (0x050df000)
libmythavformat-0.18.1.so.0 =
/usr/lib/libmythavformat-0.18.1.so.0 (0x001be000)
libmythavcodec-0.18.1.so.0 =
/usr/lib/libmythavcodec-0.18.1.so.0 (0x05a44000)
libmyth-0.18.1.so.0 = /usr/lib/libmyth-0.18.1.so.0 (0x05fe7000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x00c0a000)
libmp3lame.so.0 = /usr/lib/libmp3lame.so.0 (0x03bfc000)
libasound.so.2 = /usr/lib/libasound.so.2 (0x03595000)
libartsc.so.0 = /usr/lib/libartsc.so.0 (0x00273000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0x001b8000)
libdl.so.2 = /lib/libdl.so.2 (0x00ad3000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x008e2000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x0012d000)
libraw1394.so.8 = /usr/lib/libraw1394.so.8 (0x002ca000)
libiec61883.so.0 = /usr/lib/libiec61883.so.0 (0x002d2000)
libavc1394.so.0 = /usr/lib/libavc1394.so.0 (0x002ed000)
libXinerama.so.1 = /usr/X11R6/lib/libXinerama.so.1 (0x00244000)
libXv.so.1 = /usr/X11R6/lib/libXv.so.1 (0x0023a000)
libXxf86vm.so.1 = /usr/X11R6/lib/libXxf86vm.so.1 (0x0073e000)
libXvMCW.so.1 = /usr/X11R6/lib/libXvMCW.so.1 (0x002e1000)
libXvMC.so.1 = /usr/X11R6/lib/libXvMC.so.1 (0x002e8000)
libqt-mt.so.3 = /usr/lib/qt-3.3/lib/libqt-mt.so.3 (0x0489)
libGLU.so.1 = /usr/X11R6/lib/libGLU.so.1 (0x003a8000)
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x059c7000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x0037)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x00723000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x00b02000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00aee000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x00cf7000)
libm.so.6 = /lib/libm.so.6 (0x00aac000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x00cd6000)
libc.so.6 = /lib/libc.so.6 (0x00429000)
liblirc_client.so.0 = /usr/lib/liblirc_client.so.0 (0x0025d000)
libz.so.1 = /usr/lib/libz.so.1 (0x00ad9000)
/lib/ld-linux.so.2 (0x00963000)
libmng.so.1 = /usr/lib/libmng.so.1 (0x002fd000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x0010c000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x00214000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x00101000)
libXrandr.so.2 = /usr/X11R6/lib/libXrandr.so.2 (0x0068e000)
libXcursor.so.1 = /usr/X11R6/lib/libXcursor.so.1 (0x00682000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x0066d000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x00c74000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x00694000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x0069f000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x00552000)
libexpat.so.0 = /usr/lib/libexpat.so.0 (0x00be9000)


-- 
PW
The only gracious way to accept an insult is to ignore it. If you can't
ignore it, top it. If you can't top it, laugh at it. If you can't laugh
at it, it's probably deserved.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

[mythtv-users] Prompt to switch to record mode in live TV kills frontend

2005-09-08 Thread Matt Goebel
Whenever I am watching live TV and I get prompted that Myth wants to use the 
live
tuner to record and I don't chose an option (defaults to record and watch as it
records) it causes the frontend to crash.  It also causes that tuner to no 
longer be
available when I restart the frontend.  The backend still chugs away, it's just 
that
everything that gets recorded by that frontend just ends up being a 0 byte nuv
file and it never lets me use the tuner for live TV.  I have to stop the 
frontend
and restart both the master and slave backends before everything works again, 
then
delete the blank recordings through the frontend so they'll record again.  I 
haven't
tried this in debug mode yet but there are no errors otherwise in a log file I 
can
see.  Obviously this is quite the hassle.  Has anyone seen this and/or fixed 
it?  If
it makes a difference I have a cable box controlled though my serial port and 
the
external channel command I compiled from the contrib directory.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Automatic deletion on drive fillup doesn't work

2005-09-08 Thread Matt Goebel
I have 650GB on my master backend shared out the sole Myth slave 
frontend/backend
via NFS on which I keep all my recorded shows.  A few days ago this filled up. 
Instead of automaticly deleting older or lower priority shows, as I thought 
Mythtv
was supposed to do, it just continued on recording shows of 0 bytes.  I had to
manually got through and delete old/bad recorded shows and restart the backends
before everything worked again.  Is this a known issue and if so how do I fix 
it?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Automatic deletion on drive fillup doesn't work

2005-09-08 Thread Jim Reith

I have 650GB on my master backend shared out the sole Myth slave
frontend/backend
via NFS on which I keep all my recorded shows.  A few days ago this filled up.
Instead of automaticly deleting older or lower priority shows, as I
thought Mythtv
was supposed to do, it just continued on recording shows of 0 bytes.  I had to
manually got through and delete old/bad recorded shows and restart
the backends
before everything worked again.  Is this a known issue and if so how
do I fix it?


This is at least part of the reason my system got fubar'd this week
so I'd be interested if we have some setting wrong or something. It
detected it was running out of space because Mythweb told me so.
Isn't this working?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Non-recording master backend

2005-09-08 Thread Todd
I don't think an EPIA will work unless you are using an MPEG capture card. 
It might work, but it will be very close.  I am running an M1000 (neiman) as 
a front-end + back-end with no capture.  It runs at 40% CPU usage playing 
back, and takes on transcoding jobs from other capturing backends with it is 
bored.  (my other backend are frontend+backend and is capturing while I am 
watching (Primetime), it is nice to have the recordings transcode when I go 
to bed...yes, to watch even more tv if I want!)


You might consider Using a CF to IDE converter (the PC will see it as any 
normal HD) for the base OS to load, and NFS mount /var and the other high 
transaction, high volume directories.   That keeps things simple, but also 
silent.  You don't want to write to CF too much, it supposedly fails much 
sooner than an HD.


ToddD

- Original Message - 
From: Robin Gilks [EMAIL PROTECTED]

To: Ryan Steffes [EMAIL PROTECTED]
Cc: Discussion about mythtv mythtv-users@mythtv.org
Sent: Thursday, September 08, 2005 4:55 PM
Subject: Re: [mythtv-users] Non-recording master backend





On 9/7/05, Robin Gilks [EMAIL PROTECTED] wrote:


Greetings all

I'd like to shift the capture card from my heavy/noisy server backend to
the frontend which is an EPIA running diskless with nfs mounts back to
the
server (this avoids long cable runs).

This means I'll have to run the backend code on the EPIA for the capture
but I want to keep the mysql, commercial cutting and transcoding on the
server (its got 5 times the grunt after all!!).

Is this possible and if so, how do I set up please?



Off the top of my head, I'd say you want to set the backend up as a 
slave,

set the IP for the current backend as master, mount your nfs properly and
set up the proper directory structure, put the cards in the front end and
configure them, and make sure the boxes are checked correct to not allow
any
transcoding or commercial cutting jobs to run on that slave.

My question is why you'd want to do that?


Thanks - thats what I thought would be the way, nice to hear 
confirmation!!


As to why? The EPIA card is considered by some as underpowered as a
frontend only - the fact that it has a mpeg2 hardware decoder is what
saves it!! Asking it to transcode etc as well as handle the realtime tasks
of displaying video without glitches I think is asking for problems. Quiet
is one of the main requirements, hence diskless and reduced CPU load will
help here as well.

My server on the other hand has over 800G of disk, 1G of RAM and a 3G CPU
and it can make as much noise as it wants trying to keep cool as its shut
away!


--
Robin Gilks



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Joe Votour
Check that the ivtv driver detects your PVR-500 as two
PVR-150s.  Check that you can get data from both
tuners by doing a cat /dev/videoX  test.mpg, where
X is first 0, and then 1.  If not, then it's an ivtv
problem.

Also, check that in the MythTV setup that you used
Tuner 0 for both /dev/video0 and /dev/video1. 
Despite the fact there is a Tuner 1 entry, it isn't
used with a PVR-500 (because the PVR-500 is seen by
the ivtv driver as two PVR-150s).

Can't help you with the LiveTV issue.  I rarely get
pauses when using it, and when I do, they're once per
half hour, or even once per hour.

-- Joe

--- Steve [EMAIL PROTECTED] wrote:

 Hey guys,
   I have the WinTV-PVR-500 from Hauppauge. It's
 supposed to be a dual tuner 
 card, and AFAIK Myth is only seeing one tuner. I
 press 'C' because that's 
 supposed to change inputs, and it does. But only
 when I'm not recording 
 anything. If I am recording Myth complains that all
 available inputs are in 
 use.
   Another problem I have is my LiveTV playback
 pauses for about a tenth of a 
 second, EVERY second. It's really quite annoying and
 I've messed with quite 
 a few settings and still can't seem to fix it. Any
 help is appreciated.
   - Thanks in advance,
  Steve
  ___
 mythtv-users mailing list
 mythtv-users@mythtv.org

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 





__
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythgallery directory permissions when using NFS

2005-09-08 Thread CTD
Not sure if this only occurred for me or if this is due to some other 
system config issue.  There was probably some simple way to overcome 
this, but I started down this path after trying many others.  This way 
seems to work, but I am curious what people with more Linux experience 
have to say.


Setup:  My frontend is on an xbox running xebian with /mnt/store mounted 
to an NFS on the backend.   Mythgallery  on the frontend  points to 
/mnt/store/pictures.


Issue: thumbnails cannot be generated by mythgallery due to permissions 
on .thumbcache directories.


Background:  I knew from previous posts that mythgallery needed write 
permissions on the base directories.  I could manually do this every now 
and then, but I wanted this to be somewhat automatic for new picture 
directories created on backend.


My Solution:
1) Setup directories on backend per:
chmod 0777 +R /nfs/store/pictures
chown +R mythtv /nfs/store/pictures (not sure if needed or if any 
non-root user is ok)
chgrp +R mythtv /nfs/store/pictures (not sure if needed or if any 
non-root user is ok)


  Note: Hate having permissions of 0777, but unsure how to coordinate 
users on NFS client and server.


2) Ensured the following script is run every time my frontend is started 
which ensures that any new picture directores created since the last 
bootup have correct ./thumbcache directories.


#!/usr/bin/perl

# Purpose: Create needed thumbnail directories used by mythgallery.
#  This is done due to apparent issue in mthgallery on xebian
#  where the .thumbcache directories are created with the incorrect
#  permissions. #
# Functionality: This script will recurse the mythgallery picture directory
#and create needed directories.  It will also ensure 
that all

#thumbnail directories have permissions set.
#
# Added call to this script in live user's .bash_rc

use File::Find;
use Cwd;

use constant MODE = 0777;
use constant BASE_DIR = /mnt/store/pictures/;
use constant SUB_DIR  = .thumbcache;

# recursively search all directories where mythgallery stores images
finddepth (\checkPermissions, BASE_DIR);

# function to call for each file and directory found
sub checkPermissions
{
  # ensure we do not recursively create directories under the 
thumbcache directories

  if ($File::Find::dir eq SUBDIR)
  {
  exit;
  }


  # if this is a directory and not a thumbcache directory
  if ((-d $_)  ($_ ne SUB_DIR))
  {

  opendir(DIR, $File::Find::name);
# read file/directory names in that directory into @names
  @names = readdir(DIR);
closedir(DIR);

   # determine if there already exists a cache directory
  my $thumbcacheFound = 0;

  # Search through entries in this directory
  foreach $name (@names)
  {
  # Set flag if match found
  if ($name eq SUB_DIR)
  {
  $thumbcacheFound = 1;
  }
  }

  my $new_dir = $File::Find::name . / . SUB_DIR;  
  # if mythgallery has already created a cache directory  
if ($thumbcacheFound)

  {
  # do nothing.  chmod will occur below.
  print Found existing cache directory:  . $new_dir . \n;
  }
  else
  {

  # create a .thumbcache directory
  if (mkdir $new_dir, MODE)
  {
  print Created new directory:  . $new_dir . \n;
  }
  else
  {
  print Unable to create new directory:  . $new_dir . \n;
  }
  }

# change the directory permissions to ensure that mythgallery
  #   can write to the directory
  if ((chmod MODE, $new_dir) != 1)
  {
  print Unable to modify permissions of directory:  . 
$new_dir . \n;

  }
  else
  {
  print Updated permissions of directory:  . $new_dir . \n;
  }
  }
  else
  {
  # Do nothing
  }
}

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] SLOW channel changing inLiveTV- 6 question, 30 second survey

2005-09-08 Thread Buzz

Hi All!
To guage an interest in LiveTV usage/etc, I have created an EXTREMELY QUICK
survey. It's only 6 questions, and does not require any registration or
anything personal.

Even if you have already commented to the list on this, your response is
really appreciated.   After-all, I'm not going to try implementing something
if people don't actually want it.   :-)

Yes, I'm serious, and no I'm not affiliated with 'free surveys' at all, they
just happen to do free online surveys  :-) thanks.

Click here for my LiveTV survey:
http://FreeOnlineSurveys.com/rendersurvey.asp?id=113850

Buzz.
 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Some confusion on record weekly schedules...

2005-09-08 Thread Alex Brekken
Hey guys, I've got what might be an easy question regarding Myth's
handling of weekly recording schedules. I've got a record
weekly schedule set up for the new Battlestar Gallactica series on
SciFi every Monday night, 10:00pm CDT. I've had this setup for a
few weeks now, and it works great. Today, however, I noticed that
SciFi also has a Friday night at 9:00pm showing of Battlestar, so I
setup a record weekly schedule for that listing as well. I've
since discovered that the episode that shows on Monday night is a
repeat of the previous Friday night, or at least that what it looks
like so far. Nevertheless, I opted to keep both schedules in
place, figuring that even if they are the same episode Myth will sort
that out for me and only record one. 

Looking at my schedule recordings page on Mythweb, here's what I
see: for this Friday evening (tomorrow), Myth is NOT going to
record this episode and has a code of L next to the showing, which
apparently means it will record this showing at a later time
instead. For Monday, Myth WILL record that showing of
Battlestar. 

Now I fully understand that Myth should only record 1 of the 2 showings
since they're the exact same episode, however I can't figure out why
it's electing to record Monday's episode instead of Friday's since
Friday is an earlier date. There's no other recording happening
on Friday at the same time which would interfere. (I've got dual
tuners, so that wouldn't matter anyway) What I would expect to
see is that Myth would record Friday's episode, and skip Monday's with
an indication on Monday's schedule of P for previously
recorded. 

Does this seem like a problem to anyone else, or am I just misunderstaning how the behavior is supposed to work? 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Michael T. Dean

Jay Jarvinen wrote:


With the PVR-350 at about $160 these days, to me .. that's like buying
a ~$100 TV-out card, vs $40-50 for a cheapo TV-out vid card.
 

Not to mention you get more from the cheapo TV-out vid card:  OpenGL, 
ability to do resolutions greater than standard definition, XvMC support 
(which is very nice for HDTV), VGA/DVI output, progressive output,   
Of course, XvMC assumes you buy an NVIDIA (since ATI's drivers /still/ 
don't support XvMC)...


Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] SLOW channel changing inLiveTV- 6 question, 30 second survey

2005-09-08 Thread aaron
On 08/09/05, Buzz [EMAIL PROTECTED] wrote:
 
 
 Click here for my LiveTV survey:
 http://FreeOnlineSurveys.com/rendersurvey.asp?id=113850
 

Question 6 doesn't make a lot of sense to me, as worded. How often
would I use LiveTV much more?

In my case, it would not at all affect how much I use LiveTV. But
then, I don't find the delay to be too long.

(Notice also the typo on Question 5; it should too)

-- 
aaron

Oh oh oh. I'm incoherent with excitement. Please tell me what fascinating
bit of badger-spewtumly inconsequential trivia you will assail me with next.
-- Arthur Dent
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Automatic deletion on drive fillup doesn't work

2005-09-08 Thread chris
 I have 650GB on my master backend shared out the sole Myth slave
 frontend/backend
 via NFS on which I keep all my recorded shows.  A few days ago this filled 
 up.
 Instead of automaticly deleting older or lower priority shows, as I
 thought Mythtv
 was supposed to do, it just continued on recording shows of 0 bytes.

Just a hunch: although you specify the remaining disk space in 
gigabytes, some filesystems reserve a certain percentage of the disk 
for root's exclusive use so that logging and daemons would continue to 
work if a run-away user process tried to fill the filesystem.  From a 
user's perspective, df would show lots of remaining space (typically 
5% for ext2/ext3) but writing data to files would fail if it resulted 
in an allocation request.  If that percentage is larger than the fixed 
size you specified then the auto-expire routine would never be 
triggered.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] SLOW channel changing inLiveTV- 6 question, 30 second survey

2005-09-08 Thread Buzz
I've had a few people tell me Q6 is too biased, so please answer 'other: no
change' or similar if you find any of the other answers unacceptable. I
will take this into consideration prior to posting the summary.   

Oh, and please ignore the minor typo in Q5.   :-)   

I can't modify the survey after it's started, unfortunately.

Buzz.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Steve
I think you got it there... I think I have Tuner1 set for /dev/video1. So I have should have 2 Tuner 0's and each should be /dev/tuner0 and /dev/tuner1. I think thats what you're trying to say. I'm not sure how to see if IVTV is getting both cards but I think dmesg | grep IVTV should do it and I see:


ivtv: Autodetected WinTV PVR 150 card (iTVC16 based): chip found @ 0xc0 (ivtv i2c driver #0)ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=60]: chip found @ 0xc2 (ivtv i2c driver #0)ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=61]
ivtv: i2c attach to card #0 ok [client=tda9887, addr=43]ivtv: i2c attach to card #0 ok [client=tveeprom, addr=50]ivtv: This is the first unit of a PVR500So there's the first card.

ivtv: Autodetected WinTV PVR 150 card (iTVC16 based): chip found @ 0xc2 (ivtv i2c driver #1)ivtv: i2c attach to card #1 ok [client=(tuner unset), addr=61]ivtv: i2c attach to card #1 ok [client=tda9887, addr=43]
ivtv: i2c attach to card #1 ok [client=tveeprom, addr=50]ivtv: i2c attach to card #1 ok [client=cx25840[50], addr=44]ivtv: i2c attach to card #1 ok [client=wm8775[50], addr=1b]ivtv: This is the second unit of a PVR500
And here's tuner 2 (although its the same card.)
I just have one more question. Even though there is only one coaxial cable coming into the card because theres only 1 cable input, I still can have 2 streams there, right? Or do I somehow need anothercable input?


On 9/8/05, Joe Votour [EMAIL PROTECTED] wrote:
Check that the ivtv driver detects your PVR-500 as twoPVR-150s.Check that you can get data from both
tuners by doing a cat /dev/videoX  test.mpg, whereX is first 0, and then 1.If not, then it's an ivtvproblem.Also, check that in the MythTV setup that you usedTuner 0 for both /dev/video0 and /dev/video1.
Despite the fact there is a Tuner 1 entry, it isn'tused with a PVR-500 (because the PVR-500 is seen bythe ivtv driver as two PVR-150s).Can't help you with the LiveTV issue.I rarely get
pauses when using it, and when I do, they're once perhalf hour, or even once per hour.-- Joe--- Steve [EMAIL PROTECTED] wrote: Hey guys, I have the WinTV-PVR-500 from Hauppauge. It's
 supposed to be a dual tuner card, and AFAIK Myth is only seeing one tuner. I press 'C' because that's supposed to change inputs, and it does. But only when I'm not recording anything. If I am recording Myth complains that all
 available inputs are in use. Another problem I have is my LiveTV playback pauses for about a tenth of a second, EVERY second. It's really quite annoying and I've messed with quite
 a few settings and still can't seem to fix it. Any help is appreciated. - Thanks in advance,Steve  ___ mythtv-users mailing list
 mythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
__Click here to donate to the Hurricane Katrina relief effort.http://store.yahoo.com/redcross-donate3/

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Robert Denier
On Thu, 2005-09-08 at 21:35 -0400, Michael T. Dean wrote:
 Jay Jarvinen wrote:
 
 With the PVR-350 at about $160 these days, to me .. that's like buying
 a ~$100 TV-out card, vs $40-50 for a cheapo TV-out vid card.
   
 
 Not to mention you get more from the cheapo TV-out vid card:  OpenGL, 
 ability to do resolutions greater than standard definition, XvMC support 
 (which is very nice for HDTV), VGA/DVI output, progressive output,   
 Of course, XvMC assumes you buy an NVIDIA (since ATI's drivers /still/ 
 don't support XvMC)...

In fairness I'd think the 350 is about the only way to get s-video truly
correct.  Of course if you don't need s-video then yes, the 350 would
seem silly to me...

 
 Mike
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Media MVP Setup Guide

2005-09-08 Thread Rusty McEacharn
i wrote this back before the days of pre-built dongle.bin.mvpmc
files. anyway, sections 5.1 and 5.2 are no longer necessary just
get the ppc binary package from sourceforge:
# cp dongle.bin.mvpmc /tftpboot

you will have to configure your firewall to allow all these services through. just turn it off and get mvpmc working.
# /etc/init.d/iptables stop
then go back and configure the firewall with guarddog or something
similar. see attached guarddog config file and the howto in html
format.

Building and using binary releases of mvpmc
This guide was written for those who want to use binary releases and
avoid the whole cross-compile process. It is geared toward using
Red Hat's Fedora Core 2 Linux distribution since that is what I use.
For the most part, this document should still be applicable to Fedora
Core 3 as well. Questions and suggestions should be sent to
mceachrw at gmail dot com.

1 DHCP

DHCP is required assign an IP address to the MediaMVP. It also
specifies the location of the tftp server in the DHCP response packet,
otherwise the MediaMVP will not be able to boot.
1.1 Installing the DHCP server
$ su
# apt-get install dhcp

1.2 Configuring the DHCP server
You need to edit your /etc/dhcpd.conf file first. In the example below,
we're setting up a subnet 192.168.0.50 through 192.168.0.60. The
DNS servers are xxx.xxx.xxx.xxx and xxx.xxx.xxx.xxx. Our default
gateway is 192.168.0.1. We are going to permanently assign IP
address 192.168.0.10 to our MediaMVP. Most of these values are not used
by the MediaMVP, but this is how you could use a linux DHCP server in
your own environment.

NOTE: You must replace xx:xx:xx:xx:xx:xx with the MAC address of your actual MediaMVP.
---
ddns-update-style none;
# basic subnet declaration, my router is at 192.168.0.1
# and this reserves a range of 10 IP numbers for use
# by anything using DHCP to connect to the web.
# I left out my DNS numbers; you should plug in yours,
# or maybe they're not even necessary...
subnet 192.168.0.0 netmask 255.255.255.0 {
 # default gateway
 option routers 192.168.0.1;
 option domain-name-servers xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx;
 # The following options are for dynamic IPs
 range 192.168.0.50 192.168.0.60;
 default-lease-time 21600;
 max-lease-time 43200;
}

# you then should give your MediaMVP a fixed IP number,
# and a filename to boot from. Note you will need
# to get the MediaMVP's MAC address from the sticker
# on the bottom of the unit
host MVP1 {
 hardware ethernet xx:xx:xx:xx:xx:xx;
 fixed-address 192.168.0.10;
 filename dongle.bin.mvpmc;
}
--

1.3 Starting the DHCP server
Make sure that dhcp is started at bootup:
# /sbin/chkconfig dhcpd on
Start dhcp now or restart if it is already running.
# /sbin/service dhcpd start

2 TFTP
2.1 Installing the TFTP server
# apt-get install tftp-server
2.2 Starting the TFTP server
The tftp server runs under xinetd server. I'm not sure how to
start tftp other than through the Gnome gui. Click System
Settings, Server Settings, Services. Scroll down and check off
tftp and xinetd.
Make sure that xinetd is started at bootup:
# /sbin/chkconfig xinetd on
Start xinetd now or restart if it is already running.
# /sbin/service xinetd start

3 NFS
3.1 Installing the NFS server
# apt-get install nfs-utils
3.2 Configuring NFS server
You need to edit your /etc/exports file first. In the example below, we
export or share /myth/tv and /myth/music to our MediaMVP at
192.168.0.10 read-only.
--
/myth/tv 192.168.0.10(ro)
/myth/music 192.168.0.10(ro)
---

3.3 Starting the NFS server
Make sure that the NFS server is started at bootup:
# /sbin/chkconfig nfs on
Start the NFS server now or restart if it is already running.
# /sbin/service nfs start
4 Allow remote frontends to connect.
Configuring a remote front-end is relatively easy. There are two steps
you need to take on your back-end machine, followed by a quick edit of
a config file and a breeze through the mythtvsetup utility on the
remote front-end.
On your back-end, you need to allow mysql connections from other hosts
on your network. This example assumes your local area network is
192.168.0.0/255.255.255.0, adjust accordingly for your network:
$ mysql -u root -p mythconverg
mysql grant all on mythconverg.* to mythtv@192.168.0.% identified by mythtv;
mysql flush privileges;
mysql quit

In the mythtvsetup application on your back-end, you'll need to make
sure you set the variables for IP address for host and
Master Server IP address to the IP address of the back-end's network
card 192.168.0.2, rather than the loopback address (127.0.0.1).

5 MVPMC
5.1 Obtaining an original dongle.bin
dongle.bin is the name of the Linux kernel and ramdisk that 

Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Blake

On Thu, 08 Sep 2005 19:05:52 -0700, Robert Denier [EMAIL PROTECTED] wrote:


In fairness I'd think the 350 is about the only way to get s-video truly
correct.  Of course if you don't need s-video then yes, the 350 would
seem silly to me...


Sorry, what does that mean: s-video truly correct? Are we talking  
resolution or...what?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Backend losing the DB

2005-09-08 Thread Mickey Chandler
(All of the following, plus a screenshot are available at 
http://mickc.whizardries.com/index.cfm?objectID=3890A411-B571-2DD8-CFB0E84F47440305)


Sometimes when I finish watching a show on my MythTV box (running SVN 
r7200) I get what I can only describe as an error. It shows the 
titles of that are in the database along with Sorry, No Recordings 
Available.  I think I recall this happening all the way back to 
1.18.0, but not prior to that.


It seems to be that Myth's backend has lost touch with the database:

2005-09-08 20:57:26.171 Database not open while trying to load 
setting: JobQueueMaxSimultaneousJobs

2005-09-08 20:57:26.173 DB Error (KickDatabase):
Query was:
SELECT NULL;
Driver error was [2/2006]:
QMYSQL3: Unable to execute query
Database error was:
MySQL server has gone away

2005-09-08 20:57:26.225 DB Error (KickDatabase):
Query was:
SELECT NULL;
Driver error was [2/2006]:
QMYSQL3: Unable to execute query
Database error was:
MySQL server has gone away

2005-09-08 20:57:26.283 DB Error (Error in JobQueue::GetJobs(), 
Unable to query list of Jobs in Queue.):

Query was:
SELECT j.id, j.chanid, j.starttime, j.inserttime, j.type, 
j.cmds, j.flags, j.status, j.statustime, j.hostname, j.args, 
j.comment, r.endtime FROM jobqueue j, recorded r WHERE j.chanid = 
r.chanid AND j.starttime = r.starttime ORDER BY j.inserttime, j.chanid, j.id;

Driver error was [2/2006]:
QMYSQL3: Unable to execute query
Database error was:
MySQL server has gone away

Although why this would be is beyond me since the database is still up.

I would appreciate any insight that anyone would have about what is 
happening and how I might fix it.


--
Mickey Chandler
Chief Operating Whizard
Whizardries, Inc.: http://www.whizardries.com
Our new site: http://www.my-debt-reduction-plan.com/ 



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Greg Woods
On Thu, 2005-09-08 at 17:32 -0700, Joe Votour wrote:

 
 Also, check that in the MythTV setup that you used
 Tuner 0 for both /dev/video0 and /dev/video1. 

Thank you for that tip; all the different tuners and device names is
very confusing. I just got a PVR-500MCE that I was trying to add to my
PVR-150, and I now have all three tuners working! 

For all of you who are having problems getting all of this working, I'll
say the same thing people said to me when I was having problems: keep at
it, it's worth it. MythTV rocks! I am at the point where the VCR is
disonnected from the cable and is used for playback only. My big desktop
is a combo backend/frontend with the three tuners, and a Pundit-R
frontend is in the main TV room. It's great! But it did take a
significant portion of my free time for a couple of months to get to
this point.

--Greg



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Jarod Wilson
On Thursday 08 September 2005 19:03, Steve wrote:
 I think you got it there... I think I have Tuner1 set for /dev/video1.

Don't do that. Set both /dev/video0 and /dev/video1 to their respective Tuner 
0 entries in mythtv-setup.

 So I 
 have should have 2 Tuner 0's and each should be /dev/tuner0 and
 /dev/tuner1.

Er, not exactly, see above.

 I think thats what you're trying to say. I'm not sure how to 
 see if IVTV is getting both cards but I think dmesg | grep IVTV should do
 it and I see: ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)

 : chip found @ 0xc0 (ivtv i2c driver #0)

 ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=60]

 : chip found @ 0xc2 (ivtv i2c driver #0)

 ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=61]
 ivtv: i2c attach to card #0 ok [client=tda9887, addr=43]
 ivtv: i2c attach to card #0 ok [client=tveeprom, addr=50]
 ivtv: This is the first unit of a PVR500
 So there's the first card.
  ivtv: Autodetected WinTV PVR 150 card (iTVC16 based)

 : chip found @ 0xc2 (ivtv i2c driver #1)

 ivtv: i2c attach to card #1 ok [client=(tuner unset), addr=61]
 ivtv: i2c attach to card #1 ok [client=tda9887, addr=43]
 ivtv: i2c attach to card #1 ok [client=tveeprom, addr=50]
 ivtv: i2c attach to card #1 ok [client=cx25840[50], addr=44]
 ivtv: i2c attach to card #1 ok [client=wm8775[50], addr=1b]
 ivtv: This is the second unit of a PVR500
 And here's tuner 2 (although its the same card.)

That all looks fine, both encoders/tuners are being detected and configured.

  I just have one more question. Even though there is only one coaxial cable
 coming into the card because theres only 1 cable input, I still can have 2
 streams there, right? Or do I somehow need another cable input?

There is an internal splitter. Just one cable input feeds both tuners on the 
card.

-- 
Jarod Wilson
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Dewey Smolka
 I just have one more question. Even though there is only one coaxial cable
 coming into the card because theres only 1 cable input, I still can have 2
 streams there, right? Or do I somehow need another cable input?
  

You need a seaprate capture for every input you want. If you want to
use both inputs on the 500, you need to split your coaxial cable. If
your cable is analog, that's all you need to do. If your cable is
digital, you'll need IRBlaster to change the channel on the decoder
box, and you'll need a separate decoder box for every input that you
want to record digital channels.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How best to recover a fubar'd system?

2005-09-08 Thread George Nassas

On 8-Sep-05, at 10:20 AM, Jim Reith wrote:


I've got 550gb of videos I'd like to salvage if possible. my
other choice is to swap in a virgin drive and rebuild on that and then 
copy

the root over onto the bad partition once it's up and running


I'm certainly not an expert but when I hosed my system in a less 
drastic way I booted up knoppix and used it to mount my old drives to 
copy off whatever I needed. Search for a directory called mythconverg 
and then pull out all the .myd files and that should get you the 
database. Even if you can't get all of the files the recordings and 
videometadata tables are the most important ones for getting you back 
to where you were before your crash.


- George

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Good Deal on PVR-150 MCE

2005-09-08 Thread Ian Jackson

Hi All,

Just checked by my mail and came across this..

NCIX.COM has PVR-150 MCE for 78.88 Cdn. .. They say there is only 3 
left at this price.. but a pretty good deal if you can snag it. I'll 
have further details on the revision when I pick mine up.


Ian

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Robert Denier
Normal video cards typically do 640x480 or 800x600 as typical modes your
allowed to run the tv out on.  Of the two 640x480 is pretty close the
the 720x480 that is the NTSC standard.  Of course the 720 doesn't mean
alot.  Dish network, for instance, uses 480x480 encoding.  (This is all
from my memory, but should be right.)

Now, the difference in 720 or 640 or 480 as the number of horizontal
datapoints, in some ways doesn't matter as much as correctly outputing
an interlaced signal.  (Yes sampling resolution matters, but quite often
your better off not capturing at the highest resolution possible,
especially if the original doesn't have that much detail or your final
copy is a lower bitrate.)

NTSC video uses 29.97 frames per second or twice that in fields.  So in
order to output the video without artifacts you have to sample in the
way the signal is sent, meaning 59.93 (or whatever) fields per second at
240 lines.  A field is all the even number or odd numbered lines.  So a
picture is made by drawing the even lines, then the odd numbered lines.
Both sets together are called a frame.

You also need to _output_ that information back the way you recorded it,
meaning each field cleanly output, if you want it to look the best.  It
seems to me that no tv cards properly support interlaced output but
instead just scan the section of memory where the progressive image is
rendered and output that with the end result possibly drawing a field
using part of two fields of video.

Where will you notice this?  Well mostly in action scenes, and most
people would probably have to look a bit to see it.  Of course I've also
seen tv out's that never properly use the entire tv screen so that could
be an issue with some cards as well.

Again the quality of tv out's vary.  Most here seems to think nvidia
beats ati, and from what I've seen the 350 is the best you can do.  I
don't have one, so I can't tell for sure myself..

Thats about the best I can do in about 10 minutes, although to be honest
you can find better explanations just by searching google.  Google can
be very useful in such endeavors..


On Thu, 2005-09-08 at 19:10 -0700, Blake wrote:
 On Thu, 08 Sep 2005 19:05:52 -0700, Robert Denier [EMAIL PROTECTED] wrote:
 
  In fairness I'd think the 350 is about the only way to get s-video truly
  correct.  Of course if you don't need s-video then yes, the 350 would
  seem silly to me...
 
 Sorry, what does that mean: s-video truly correct? Are we talking  
 resolution or...what?
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Blake

On Thu, 08 Sep 2005 19:39:15 -0700, Robert Denier [EMAIL PROTECTED] wrote:
[lotsa stuff]

OK, so you're talking resolution, frequency, interlacing, etc.

I guess I'll hold on to the receipt for my 150. (Which I'm going to use  
for input, with my GeForce for output.)


Thanks for the explanation. (I think. :-))
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Unable to connect to database

2005-09-08 Thread DSanchez
Ok, so i had my system up and running, then i went and tried to go into
the myth setup to change some config and now i get this error when i
type 
$ mythfrontend

2005-09-08 19:53:51.210 Database not open while trying to load setting: Language
2005-09-08 19:53:52.987 Unable to connect to database!
2005-09-08 19:53:52.988 Driver error was [1/1130]:
QMYSQL3: Unable to connect
Database error was:
Host '192.168.1.103' is not allowed to connect to this MySQL server

2005-09-08 19:53:52.988 Database not open while trying to save setting: Language
2005-09-08 19:53:53.005 Unable to connect to database!
2005-09-08 19:53:53.006 Driver error was [1/1130]:
QMYSQL3: Unable to connect
Database error was:
#HY000Host '192.168.1.103' is not allowed to connect to this MySQL server

2005-09-08 19:54:25.627 Unable to connect to database!
2005-09-08 19:54:25.627 Driver error was [1/1130]:
QMYSQL3: Unable to connect
Database error was:
Host '192.168.1.103' is not allowed to connect to this MySQL server

2005-09-08 19:54:25.627 Failed to init MythContext, exiting.

Then i get a blue gui that takes my into the database config page.
I only have one system and that is the correct IP address.

any idea were i can start?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Unable to connect to database

2005-09-08 Thread George Nassas

On 8-Sep-05, at 11:08 PM, DSanchez wrote:


 any idea were i can start?


Start by reading section 6.2 of the official documentation, the bottom 
of the page gives three examples of how to deal with the issue.


- George

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Automatic deletion on drive fillup doesn't work

2005-09-08 Thread Matt Goebel
 I have 650GB on my master backend shared out the sole Myth slave
 frontend/backend
 via NFS on which I keep all my recorded shows.  A few days ago this filled
 up.
 Instead of automaticly deleting older or lower priority shows, as I
 thought Mythtv
 was supposed to do, it just continued on recording shows of 0 bytes.

 Just a hunch: although you specify the remaining disk space in
 gigabytes, some filesystems reserve a certain percentage of the disk
 for root's exclusive use so that logging and daemons would continue to
 work if a run-away user process tried to fill the filesystem.  From a
 user's perspective, df would show lots of remaining space (typically
 5% for ext2/ext3) but writing data to files would fail if it resulted
 in an allocation request.  If that percentage is larger than the fixed
 size you specified then the auto-expire routine would never be
 triggered.

 --
 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



This is Reiserfs v3 /w LVM on a hardware RAID 5 array.  When I checked with df 
the
whole filesystem was actually used up.  So it really IS full and no reserve...  
The
only thing this volume is used for is Myth storage, TV shows, video, music, 
etc. 
Programs are on another volume.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] air2pc off ebay?

2005-09-08 Thread myth joe
Were you able to apply the patches against a Fedora Core kernel?  My
attempts to do that have failed.

On 7/25/05, Dan Rampton [EMAIL PROTECTED] wrote:
 Thanks Steve, great directions.  I just hadn't applied the DVB
 patches.  It's getting closer to working now.  :-)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] WinTV-PVR-500

2005-09-08 Thread Joe Votour
In the case of analog cable, only the one coaxial
cable is necessary.

With analog cable, every channel is transmitted over
the same wire with differing RF frequencies, in 6
(NTSC/Annex B) or 8 (PAL/Annex A) MHz increments.  The
PVR-500 has two tuners in it, even though it only has
one RF (coaxial) input, each tuner operates
independantly.

For digital cable, then you'll be using either one
coaxial and one S-Video/composite, or you can order
the extra Composite/S-Video adapter from Hauppauge.

-- Joe

--- Dewey Smolka [EMAIL PROTECTED] wrote:

  I just have one more question. Even though there
 is only one coaxial cable
  coming into the card because theres only 1 cable
 input, I still can have 2
  streams there, right? Or do I somehow need another
 cable input?
   
 
 You need a seaprate capture for every input you
 want. If you want to
 use both inputs on the 500, you need to split your
 coaxial cable. If
 your cable is analog, that's all you need to do. If
 your cable is
 digital, you'll need IRBlaster to change the channel
 on the decoder
 box, and you'll need a separate decoder box for
 every input that you
 want to record digital channels.
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 





__
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How do you adjust font sizes?

2005-09-08 Thread Adam Bodnar
I tried to set X to this resolution, but I got this in the X log file.

(WW) NVIDIA(0): Not using mode 720x480 (no mode of this name)

Any ideas how to fix this?

Switched it to 800x600 and still no fix in the fonts. dpi is at 100

On 9/8/05, Robert Johnston [EMAIL PROTECTED] wrote:
 On 08/09/05, Adam Bodnar [EMAIL PROTECTED] wrote:
  Something I've never quite been cleared on, but for NTSC svideo is it
  better to run the screen resolution at 1024x768 or 800x600?
 
 Personally, for NTSC svideo, I've got my box configured @ 720x480 (IE,
 TV resolution).
 
 Just my £0.02
 --
 Robert Anaerin Johnston

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How do you adjust font sizes?

2005-09-08 Thread Joe Votour
720x480 support seems to depend on your driver.

I am able to configure 720x480, and it works with the
version of the driver I have (I think it's 7664), but
when I watch TV or a recording, it's shrunk quite a
bit.  I have to play with the aspect ratio to work.

I run at 1024x768 on my nVidia GeForce 5200FX for a
couple of reasons:
1. The overscan seems to fill the screen better than
at 800x600
2. I've had some problems with xine in the past where
ir wouldn't play a file that was larger than the
current screen size (although maybe that's fixable via
command line arguments).

I keep telling myself I'll give the PVR-350 with xv
another shot.  It does work (but it seems that you
still need to use the onboard MPEG-2 decoder with
MythTV for MPEG-2 recordings), but the overscan
differed on recordings from the PVR-350 and the
PVR-500.  Hmmm...

-- Joe

--- Adam Bodnar [EMAIL PROTECTED] wrote:

 I tried to set X to this resolution, but I got this
 in the X log file.
 
 (WW) NVIDIA(0): Not using mode 720x480 (no mode of
 this name)
 
 Any ideas how to fix this?
 
 Switched it to 800x600 and still no fix in the
 fonts. dpi is at 100
 
 On 9/8/05, Robert Johnston [EMAIL PROTECTED]
 wrote:
  On 08/09/05, Adam Bodnar [EMAIL PROTECTED]
 wrote:
   Something I've never quite been cleared on, but
 for NTSC svideo is it
   better to run the screen resolution at 1024x768
 or 800x600?
  
  Personally, for NTSC svideo, I've got my box
 configured @ 720x480 (IE,
  TV resolution).
  
  Just my £0.02
  --
  Robert Anaerin Johnston
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 





__
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Cannot change channels with M179

2005-09-08 Thread Bob Weber
This is an old thread, but I finally got the AverMedia card working and wanted 
to post what I did to hopefully save someone else the problem.

The issue was that while ivtv correctly detected my video card as an m179, it 
wasn't able to detect the tuner. dmesg would show

tuner 0-0060: tuner type not set

For this card, the tuner type should be 2, it seems. I added the following 
line to /etc/modprobe.conf:

options ivtv ivtv_debug=1 tuner=2

Now when I modprobe ivtv, the above dmesg line now shows that the tuner type 
is 2. I can change channels, and the video looks fine (well, fine for an 
M179).

Thanks for everyone who helped. The answer was out there. I just had to keep 
digging long enough to find the relevant keywords to search for. Alas.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] security/serveillance cameras Myth...

2005-09-08 Thread Michael Jones
.. And how about something that pops up a warning, screen or some kind of
alert that it has detected warning regardless of what mode or plug-in you're
currently in?...


 From: Andrew Close [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED], Discussion about mythtv
 mythtv-users@mythtv.org
 Date: Wed, 7 Sep 2005 13:33:23 -0500
 To: Discussion about mythtv mythtv-users@mythtv.org
 Subject: [mythtv-users] [OT] security/serveillance cameras  Myth...
 
 hey all, 
 
 we have a wonderful software suite in MythTv.  it lets you
 watch/record tv, watch videos, listen to music, even talk on the
 phone!  how about a security plug-in?  MythSurveillance?
 i know there are a couple ppl on the list that already have cameras
 hooked to their MythBoxen and can view them on dedicated channels.
 but what about a plug-in that allowed you to watch multiple feeds at
 once on a split screen?  or that cycled through your camera views when
 directed or if motion was picked up?
 
 this is more of a discussion than an 'itch'. :)  although, if i were
 to scratch this 'itch', it would most likely be done in Java because i
 can't remember a lick of C (and don't really care to).
 
 if something like this were to be built what kind of hardware would you use?
 what would you like to be able to do with it?
 could Myth be used with USB Web-Cams?  this would most likely be like
 watching videos as opposed to watching recordings.
 can CCTV Cams be hooked up to capture cards that Myth uses?
 any other camera suggestions that are small, have a range of 0' - 20'
 minimum and may work at night?
 
 if this is too OT feel free to smack me and kill this thread. ;)
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-150 (Model 1045) - $64.99 @ CompUSA + FAQ

2005-09-08 Thread Dennis Lou
From: Michael T. Dean [EMAIL PROTECTED]
Jay Jarvinen wrote:
With the PVR-350 at about $160 these days, to me .. 
that's like buying
a ~$100 TV-out card, vs $40-50 for a cheapo
TV-out vid card.
  

Not to mention you get more from the cheapo TV-out
vid 
card:  OpenGL, 
ability to do resolutions greater than standard 
definition, XvMC support 
(which is very nice for HDTV), VGA/DVI output, 
progressive output,   
Of course, XvMC assumes you buy an NVIDIA (since
ATI's 
drivers /still/ 
don't support XvMC)...

XvMC still has its problems.  At least on my
0.18.1 installation with GF4MX, anyway.  OSD
makes everything stutter, skip and tear and I
haven't seen a fix yet (haven't tried
latest svn, though).

-Dennis

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


  1   2   >