Re: [mythtv-users] no audio in dvdauthor step

2005-08-17 Thread Martin Bene
> I tried both ProjectX and MythBurn (including just running 
> mythtvburn.sh script) and I have the same problem: dvdauthor produces 
> nothing in AUDIO  directory, and as result no sound. 
The problem that your DVDs don't have audio aren't related to the
AUDIO_TS Diectory there's not supposed to be anything in there for a
normal Video DVD; audio+video are multiplexed together into the .vob
files in the VIDEO_TS directory. The logfile produced by mythburn
(output of mythburn.sh script) might be useful in determining what's
wrong.

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


Re: [mythtv-users] Can I play a nuv file on a non-myth computer

2005-08-17 Thread Nick
On 8/18/05, Sim <[EMAIL PROTECTED]> wrote:
> I have a problem that DVDs and myth recordings have jerky feedback.  I'd like
> to check that the recordings are perfect even if playback is a problem

Assuming the other computer has MPEG2 playback codecs and the nuv file
comes from either DVB or was recorded by an ivtv capture card, you
should be able to play them (they are essentially MPEG2 files renamed
to nuv). If the file was recorded by a non-hardware card, I'm not sure
you can (I've never tried with non DVB/ivtv files) unless the other
system can play Nuppelvideo files.

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


[mythtv-users] Can I play a nuv file on a non-myth computer

2005-08-17 Thread Sim
I have a problem that DVDs and myth recordings have jerky feedback.  I'd like 
to check that the recordings are perfect even if playback is a problem

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


Re: [mythtv-users] adjusting playback and live TV picture

2005-08-17 Thread jgmtfia Mr
Does anyone have any idea why when I press "f" the brightness/contrast
etc. osd displays but I am unable to adjust the value.  I am running
mythtv in a window on my desktop.

On 8/14/05, jgmtfia Mr <[EMAIL PROTECTED]> wrote:
> I am able to bring up the menu, however I am unable to adjust the
> values.  The <> [] {} () arrow keys etc do not adjust the value.
> 
> 
> > > >According to the documentation, the F key is supposed to bring up the
> > > >picture adjustments (brightness, hue, etc.) but when I hit the F key,
> > > >nothing happens.
> > > >
> > >  From 8 days ago...
> > > http://www.gossamer-threads.com/lists/mythtv/users/133552?search_string=xv%20f%20key;#133552
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] convert nuv to vob

2005-08-17 Thread Nick
On 8/16/05, A JM <[EMAIL PROTECTED]> wrote:
> Yes, your close except I need to know how the command is organized...
> 
> I recall a link that was posted or a site that had some instructions
> on installing dvdauthor and mplex, then the command line that would
> run both? aargh...

Assuming you have the tools already installed, save the script into a
file (say makedvd.sh)

---cut --
#!/bin/sh
mkfifo aud0
mkfifo vid0
mkfifo dvdmpg

mpeg2desc -a0 < $1 > aud0 &
mpeg2desc -v0 < $1 > vid0 &
mplex -f 8 -V -o dvdmpg aud0 vid0 &
dvdauthor -o $2 -f dvdmpg
dvdauthor -o $2 -T

rm aud0
rm vid0
rm dvdmpg
---cut --

Make sure the file is marked as executable and then run:

./makedvd.sh /path_to/input.mpg /path_to/output.vob

and you *should* get a DVD file at the end of it. Replace
input/ouput/path for the actual filenames you have.

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


[mythtv-users] no audio in dvdauthor step

2005-08-17 Thread Felix

Jens Baumeister wrote:


On 8/15/05, Ian Ward <[EMAIL PROTECTED]> wrote:

 


Hey there.  my setup - Mythtv 18.1 with DVB-T cards in Sydney.
I recorded some shows for a friend, then said I would put the shows on DVD.
Boy, do I regret that.
I cannot believe how @#$ hard this is ( especially using bloody Windows )
   



Easiest Linux-only way I know off:

1. Use ProjectX (http://sourceforge.net/projects/project-x ) to demux
the DVB stream / cut out commercials I do this via X11, but I've seen
a CLI-way to use it somewhere in the archives.

2. Use mplex to bring the streams back together:
mplex -f 8 -o xyz.mpg xyz.m2v xyz.mp2

3. copy the resulting mpg into a DVD file system with dvdauthor:
dvdauthor -o DVD xyz.mpg

4. Repeat 1-3 until you have all the stuff you want on the DVD

5. Finalize the DVD file system:
dvdauthor -T -o DVD

6. Put a blankDVD in your DVD writer and burn the stuff:
growisofs -Z /dev/WHATEVER-YOUR-DVD-WRITER-IS -dvd-video DVD

On my underpowered PIII 600, the whole process takes about 45 Minutes
for an average movie.

Jens

I tried both ProjectX and MythBurn (including just running mythtvburn.sh 
script) and I have the same problem: dvdauthor produces nothing in AUDIO 
directory, and as result no sound. The xyz.mpg (above) is absolutely 
fine, that is with sound and video and excellent quality. Mythtvburn is 
more complex sequence (since it generates XML for dvdauthor that 
includes menus, etc) - but the actual file after "bringing the streams 
back together" that goes into dvdauthor has all the sounds as well.


I have FC4, ProjectX 0.82, dvdauthor 0.6.11
mjpegtools mplex-2 version 1.6.3-rc1 (2.2.3)

I think I am so-so close, so any advice would be greatly appreciated!
Thanks
Felix
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > > > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > > > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > > > > > > been using the bttv driver.
> > > > > >
> > > > > > OK, so card=10 I reckon. Now it's just finding the correct tuner
> > > > > > (check my list earlier).
> > > > > >
> > > > > > Nick
> > > > > > ___
> > > > >
> > > > > I tried every tuner on your list, using card=10.  None of them worked.
> > > > >  I even checked dmesg after each change, to make sure that the bttv
> > > > > driver re-loaded with the proper settings.  Any other ideas?
> > > >
> > > > Could you post your modprobe.conf file?
> > >
> > > nano /etc/modprobe.conf
> > >
> > > alias eth0 forcedeth
> > > alias snd-card-0 snd-emu10k1
> > > options snd-card-0 index=0
> > > install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
> > > /usr/sbin/alsactl restore >/d$
> > > remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> > > /sbin/modprobe -r --ignor$
> > > alias snd-card-1 snd-intel8x0
> > > options snd-card-1 index=1
> > > install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
> > > /usr/sbin/alsactl restore >$
> > > remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
> > > }; /sbin/modprobe -r --igno$
> > > alias char-major-81 bttv
> > > options bttv card=10 tuner=43 pll=0
> > > alias usb-controller ehci-hcd
> > > alias usb-controller1 ohci-hcd
> > > # nvidia kernel module
> > > alias char-major-195 nvidia-1_0-7667
> > > alias nvidia nvidia-1_0-7667
> >
> > Try the following (for both identical cards, substituting xx for the
> > tuner values again) to replace the bttv line you have at the moment.
> > Not sure if it will work though. I'd post the output of your lsmod and
> > lspci -v. Because it's a Hauppauge and 878 based it should all
> > autodetect.
> >
> > 
> > alias char-major-81 videodev
> > alias char-major-81-0   bttv
> > alias char-major-81-1   bttv
> > options bttvcard=10,10 radio=0,0
> > options tuner   type=xx,xx
> >
> > install bttv { modprobe -k tuner; } ; /sbin/modprobe --first-time
> > --ignore-install bttv
> > 
> >
> > If this doesn't work, I'd take it to the video4linux mailing list as
> > you may get some more tips and tricks there.
> >
> > Nick
> 
> Not sure why I didn't think of this before, but...
> 
> I decided to test the wall jack that the box is hooked up to, and --
> you guessed it -- no signal.  So I hooked my Myth box up elsewhere,
> and with tuner 39, both cards work!
> 
> Thanks Nick for all your help!

Sweet! I'm exactly the same, I never check the simpler things because
'what could be wrong with them?!' It happened before with a friend's
printer which suddenly refused to work. I got them to make sure it was
plugged in but it still refused to work, so I spent a while checking
the PC hardware and reinstalling drivers, but still nothing. Only then
did I notice the data cable only 90% in the port ... check the simple
things first!

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


Re: [mythtv-users] HELP Ati remote wonder on FC3

2005-08-17 Thread Jack Trout
On 8/17/05, Tim Litwiller <[EMAIL PROTECTED]> wrote:
> For me it just worked like a second mouse in fedora core 2 3 and 4
> 
> and then follow the instructions from the LIRC section on my remote
> wonder web page
> http://www.litwiller.net/mythtv/remote.html
> 

Thank your Tim and Ernie for your quick responses
tim I have followed your instructions, and I get a little farther, but
I still dont seem to recieve any codes from my remote



I still cannot successfully recieve any signals via irw

[EMAIL PROTECTED] ~]# lsusb
Bus 001 Device 002: ID 0bc7:0004 X10 Wireless Technology, Inc. X10 Receiver
Bus 001 Device 001: ID :

[EMAIL PROTECTED] ~]# ls -al /dev/lirc*
crw---  1 root root 61, 0 Aug 17 19:19 /dev/lirc0

[EMAIL PROTECTED] ~]# dmesg | grep ati
Allocating PCI resources starting at 1800 (gap: 1800:e7b0)
Calibrating delay loop... 1978.36 BogoMIPS (lpj=989184)
PCI: Using configuration type 1
ICH: not 100% native mode: will probe irqs later
FDC 0 is a National Semiconductor PC87306
lirc_atiusb: USB remote driver for LIRC v0.4
lirc_atiusb: Paul Miller <[EMAIL PROTECTED]>
lirc_atiusb[2]: X10 Wireless Technology Inc USB Receiver on usb1:2
usbcore: registered new driver lirc_atiusb


[EMAIL PROTECTED] ~]# cat /etc/modprobe.conf
alias eth0 3c59x
alias char-major-61 lirc_atiusb
alias lirc_dev lirc_atiusb
alias snd-card-0 snd-cmipci
options snd-card-0 index=0
install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-cmipci { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-cmipci
alias usb-controller uhci-hcd
# nvidia kernel module
alias char-major-195 nvidia-1_0-7174
alias nvidia nvidia-1_0-7174

/etc/lircd.conf is the first remote desc from lircd.conf.atiusb with
the remote code 523600, althought I have gotten to this point and
used the whole original file

After all this looks good I try to run lircd and start the test with
irw and some button presses, but this is all I get

[EMAIL PROTECTED] ~]# lircd -d /dev/lirc0 --nodaemon &
[1] 4216
[EMAIL PROTECTED] ~]# lircd-0.7.2[4216]: lircd(any) ready

[EMAIL PROTECTED] ~]# irw
lircd-0.7.2[4216]: accepted new client on /dev/lircd

[button presses happen here, but no sign that the the computer
recieves it, the Recievers LED is on and solid, and the remotes led
blinks when ever a key is pressed] is there anything that seems
missing?

I do notice that regardless of it I have the lirc_atiusb line that
dmesg still comments about installing an x10 wireless reciever, and
lirc0 is still there, I am begining to wonder if recompiling the
kernel module ati_remote to have better key bindings is going to be
easier than setting up lirc, and I hate compiling, let alone editing
kernel module files
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Scott Minneman
On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > > > > > been using the bttv driver.
> > > > >
> > > > > OK, so card=10 I reckon. Now it's just finding the correct tuner
> > > > > (check my list earlier).
> > > > >
> > > > > Nick
> > > > > ___
> > > >
> > > > I tried every tuner on your list, using card=10.  None of them worked.
> > > >  I even checked dmesg after each change, to make sure that the bttv
> > > > driver re-loaded with the proper settings.  Any other ideas?
> > >
> > > Could you post your modprobe.conf file?
> >
> > nano /etc/modprobe.conf
> >
> > alias eth0 forcedeth
> > alias snd-card-0 snd-emu10k1
> > options snd-card-0 index=0
> > install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
> > /usr/sbin/alsactl restore >/d$
> > remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> > /sbin/modprobe -r --ignor$
> > alias snd-card-1 snd-intel8x0
> > options snd-card-1 index=1
> > install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
> > /usr/sbin/alsactl restore >$
> > remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
> > }; /sbin/modprobe -r --igno$
> > alias char-major-81 bttv
> > options bttv card=10 tuner=43 pll=0
> > alias usb-controller ehci-hcd
> > alias usb-controller1 ohci-hcd
> > # nvidia kernel module
> > alias char-major-195 nvidia-1_0-7667
> > alias nvidia nvidia-1_0-7667
> 
> Try the following (for both identical cards, substituting xx for the
> tuner values again) to replace the bttv line you have at the moment.
> Not sure if it will work though. I'd post the output of your lsmod and
> lspci -v. Because it's a Hauppauge and 878 based it should all
> autodetect.
> 
> 
> alias char-major-81 videodev
> alias char-major-81-0   bttv
> alias char-major-81-1   bttv
> options bttvcard=10,10 radio=0,0
> options tuner   type=xx,xx
> 
> install bttv { modprobe -k tuner; } ; /sbin/modprobe --first-time
> --ignore-install bttv
> 
> 
> If this doesn't work, I'd take it to the video4linux mailing list as
> you may get some more tips and tricks there.
> 
> Nick

Not sure why I didn't think of this before, but...

I decided to test the wall jack that the box is hooked up to, and --
you guessed it -- no signal.  So I hooked my Myth box up elsewhere,
and with tuner 39, both cards work!

Thanks Nick for all your help!

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


Re: [mythtv-users] ffwd / rew problem

2005-08-17 Thread Nick
On 8/18/05, Ted Healey <[EMAIL PROTECTED]> wrote:
> Lirc works great save for one thing, for me. I bought a serial
> receiver from the lirc.org recommended german guy and it works great,
> very good reception from a long ways away. i configured it with the
> HOWTO, literally copy and paste and load the modules and it worked
> right away.
> 
> I would like to have sticky keys turned on, but I have a problem. I
> have the ffwd key assigned to Right, and when I hit it, it says
> Forward, and then in the console I get Prebuffering pause, and the
> display more or less freezes until I hit the Play button and then it
> plays just fine. (no xmvc, standard definition programming, nvidia
> card / driver...)
> 
> I tried >, and >> and most everything else I could think in lircrc of
> but the combination of lirc and ffwd and sticky keys and Left and
> Right just doesn't work like every other button does.
> 
> irw looks fine, it is getting the right mappings out of /etc/lircd.conf..
> 
> If I use the keyboard, and hit the Right key, it goes forward and works great.
> 
> So, just to get it working, I turned sticky keys off. Now, when I hit
> the fast forward button, it goes ahead 30 seconds as I would expect.
> If I hit it again pretty soon (typically there are 3-5 commercials
> lined up), then it for some reason does a Jump Ahead (10 minutes).
> 
> The cure for this seems to be to hit the forward button, let it go 30
> secs, then wait however long until the OSD goes away, and once I'm
> sure it's done, then hit forward again, which then goes 30 seconds
> again.
> 
> Really not a problem for me, but for everyone else in the family they
> wind up in unexpected places, it's counterintuitive. The keyboard
> worked great for everyone, with the keyboard it was Tivo-like sticky
> keys where it accelerates the more times you hit Forward, you hit
> Enter and it plays and everyone is happy.
> 
> Any ideas appreciated.

>From the keys.txt file:

Without the stickykeys option selected:

- Left arrow to rewind the configured number of seconds.  (default is 5)
- Right arrow to fast forward the configured number of seconds. (default is 30)
- < starts rewind mode as if stickykeys are selected.
- > starts fast forward mode as if stickykeys are selected.

With the stickykeys option selected:

- Right starts fast forward mode.
- Left starts rewind mode.
   While in fast forward or rewind mode.
   - Left/Right increases the ff/rew speed.
   - 0 plays at normal speed, but leaves the time indicator on screen.
   - 1 or 2 plays back more slowly than normal ff/rew speed (1 is slowest).
   - 3 plays back at normal ff/rew speed.
   - 4 - 9 plays back faster than normal ff/rew speed (9 is fastest).
   - Space exits fast forward or rewind mode.


I'd check to see if the remote buttons are assigned to any other
actions (esp skips which are PgUp and PgDown) in your lircrc file.
Maybe they are interfering with each other? Up, Down, Left and Right
are the names used in the lircrc file for the cursor keys, so I'd
check to make sure that they are appropriately configured.

Apart from that, and because the keyboard works normally, as long as
the remote is configured accordingly, it 'should just work'. Have you
tried assigning unused buttons (if you have one) to Left and Right to
see if the problem persists.

I'd also make sure your database tables are free from errors as this
too can cause erratic skipping.

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


Re: [mythtv-users] LCDproc and MythTV

2005-08-17 Thread Mike Geisterfer

At 2005/08/17 - 09:42 PM, you wrote:
Hi. I am trying to setup LCDproc to work on my Mythbox. I have the system 
setup for dual boot to the other OS, and while running that OS and LCD 
Smartie, the display works flawlessly. (so I know it is wired correctly.) 
I have downloaded the latest version of LCDproc from their website, 
extracted the tarball, then did a "./configure --hd44780 && make && make 
install" and when it is done I try to start LCDproc, but I don't think I 
am doing it correctly. If anyone out there in MythTV land has gotten this 
up and running and working with MythTV, I would appreciate any help you 
can offer.





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


I have LCDproc(0.4.5) up and running with a Silverstone VFD (HD44780) on 
FC4 with MythTv 18.1


0)  Do you have anything on the screen in linux?
- lines or dots...
- Do you get the LCDproc Screen
0 Clients 0 screens
If not, your not connecting (LCDd + Display)

Just some thoughts

1)  Which distro I'm running on FC4 which requires some file copies
- LCDd.conf --> /etc/LCDd.conf
+ the init.d files

2)  When you do  LCDd -h do you see the HD44780 driver as being available.
- LCDproc installed in usr/local/
- Had to compile directly the driver

3)  If you get garbled display ... Play with the cable, my printerport 
is not powerful

enough and had to be set properly.
Is printer port turned on? (Mine wasn't the first time)

4)  Did you edit LCDd.conf (Specifically the hd44780 section)
- Connection type: Winamp
- This was done by trial and error for me.

5)  Did you set mythtv then reboot.

HtH...

Mike G. 

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


[mythtv-users] ffwd / rew problem

2005-08-17 Thread Ted Healey
Lirc works great save for one thing, for me. I bought a serial
receiver from the lirc.org recommended german guy and it works great,
very good reception from a long ways away. i configured it with the
HOWTO, literally copy and paste and load the modules and it worked
right away.

I would like to have sticky keys turned on, but I have a problem. I
have the ffwd key assigned to Right, and when I hit it, it says
Forward, and then in the console I get Prebuffering pause, and the
display more or less freezes until I hit the Play button and then it
plays just fine. (no xmvc, standard definition programming, nvidia
card / driver...)

I tried >, and >> and most everything else I could think in lircrc of
but the combination of lirc and ffwd and sticky keys and Left and
Right just doesn't work like every other button does.

irw looks fine, it is getting the right mappings out of /etc/lircd.conf..

If I use the keyboard, and hit the Right key, it goes forward and works great.

So, just to get it working, I turned sticky keys off. Now, when I hit
the fast forward button, it goes ahead 30 seconds as I would expect.
If I hit it again pretty soon (typically there are 3-5 commercials
lined up), then it for some reason does a Jump Ahead (10 minutes).

The cure for this seems to be to hit the forward button, let it go 30
secs, then wait however long until the OSD goes away, and once I'm
sure it's done, then hit forward again, which then goes 30 seconds
again.

Really not a problem for me, but for everyone else in the family they
wind up in unexpected places, it's counterintuitive. The keyboard
worked great for everyone, with the keyboard it was Tivo-like sticky
keys where it accelerates the more times you hit Forward, you hit
Enter and it plays and everyone is happy.

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


[mythtv-users] pcHDTV 3000 and FC4

2005-08-17 Thread Mat Kyne
I need a little help. I have just installed FC4 with the new RPM's for 
MythTV. (I actually installed FC4 as soon as it came out, but was waiting 
until now to install MythTV.) Seeing that summer is coming to an end and the 
fall season is coming, I need to get MythTV up and running again. --- When I 
get to the part of MythTV setup where I am setting up the channels (channel 
editor I thing) and I am ask MythTV to scan for OTA HDTV channels, It can't 
find any. None. When I had this running with KnoppMyth, I was able to get 
8-9 channels. KnoppMyth was using the same MythTV 0.18.1 so I am assuming 
that things have not changed with MythTV. Does anyone have any ideas as to 
why all my channels can no longer be recieved?


Here is all the information about my system if it helps.
P4 3 GHz
512 Mb Ram
2 x 200 Gb HDD's
Asus Mobo
Chaintech Nvidia FX 5200 to HDTV via Crescendo Systems Transcoder
SB Live! 5.1
pcHDTV 3000 for OTA HDTV (using the DVB drivers in the stock 2.6.11 kernel)
TDK DVD Burner


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


[mythtv-users] Streaming live TV - working

2005-08-17 Thread Michael Luich
Hey folks just thought I'd pass along something I've gotten working:

Streaming live video. 

I worked off the mythstream commands as well as vlc docs and got this command:

/usr/bin/vlc --color
pvr:/dev/video0:norm=ntsc:size=720x576:frequency=576250:bitrate=300:maxbitrate=400
--cr-average 1000 -I http --http-host=:8002 --sout-transcode-fps=20
--sout-transcode-deinterlace
":sout=#transcode{vcodec=DIV3,acodec=mp3,vb=500,ab=32,scale=.5}:std{access=http{mime=video/x-ms-asf},mux=asf,url=:8001}"

It's streaming really well over my wireless connection as i write. (GO
Roughnecks!)

I'll work on incorporating it into mythstream next.

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


[mythtv-users] LCDproc and MythTV

2005-08-17 Thread Mat Kyne
Hi. I am trying to setup LCDproc to work on my Mythbox. I have the system 
setup for dual boot to the other OS, and while running that OS and LCD 
Smartie, the display works flawlessly. (so I know it is wired correctly.) I 
have downloaded the latest version of LCDproc from their website, extracted 
the tarball, then did a "./configure --hd44780 && make && make install" and 
when it is done I try to start LCDproc, but I don't think I am doing it 
correctly. If anyone out there in MythTV land has gotten this up and running 
and working with MythTV, I would appreciate any help you can offer.



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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > > > > been using the bttv driver.
> > > >
> > > > OK, so card=10 I reckon. Now it's just finding the correct tuner
> > > > (check my list earlier).
> > > >
> > > > Nick
> > > > ___
> > >
> > > I tried every tuner on your list, using card=10.  None of them worked.
> > >  I even checked dmesg after each change, to make sure that the bttv
> > > driver re-loaded with the proper settings.  Any other ideas?
> >
> > Could you post your modprobe.conf file?
> 
> nano /etc/modprobe.conf
> 
> alias eth0 forcedeth
> alias snd-card-0 snd-emu10k1
> options snd-card-0 index=0
> install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
> /usr/sbin/alsactl restore >/d$
> remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignor$
> alias snd-card-1 snd-intel8x0
> options snd-card-1 index=1
> install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
> /usr/sbin/alsactl restore >$
> remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
> }; /sbin/modprobe -r --igno$
> alias char-major-81 bttv
> options bttv card=10 tuner=43 pll=0
> alias usb-controller ehci-hcd
> alias usb-controller1 ohci-hcd
> # nvidia kernel module
> alias char-major-195 nvidia-1_0-7667
> alias nvidia nvidia-1_0-7667

Try the following (for both identical cards, substituting xx for the
tuner values again) to replace the bttv line you have at the moment.
Not sure if it will work though. I'd post the output of your lsmod and
lspci -v. Because it's a Hauppauge and 878 based it should all
autodetect.


alias char-major-81 videodev
alias char-major-81-0   bttv
alias char-major-81-1   bttv
options bttvcard=10,10 radio=0,0
options tuner   type=xx,xx

install bttv { modprobe -k tuner; } ; /sbin/modprobe --first-time
--ignore-install bttv


If this doesn't work, I'd take it to the video4linux mailing list as
you may get some more tips and tricks there.

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


Re: [mythtv-users] mythmusic issues

2005-08-17 Thread Dewey Smolka
I've found that the music module likes to crash to the desktop with a
seg fault if mythvideo was playing previoulsy but the machine has been
idle for a while. I haven't been able to track down what's wrong, but
restarting mythfrontend in the morning is no big deal. It doesn't seem
to mind if it's been idle after playing music.

It sounds to me like you have database issues. Every time you change
any files in your music directory, you have to go to Setup -> Music
Setup -> Scan for New Music. If the files are on a network share, make
sure it's working, and make sure the MythTV user can read the music
directory -- and can write if you're ripping CDs.

I find it's generally easier to use direcotry sorting rather than id3
but you need to plan your directory structure. I keep everything in
~/music/genre/artist/album/track.ogg. In the music setup, there's a
sorting option. Set it to directory.

I'd really like it if the playlists were a bit easier to deal with,
but it still works well if you just set a default playlist and
randomize. I find it's a lot easier to change the playlist later by
pressing '3' if you know where all your music is because you put it in
/genre/artist/album/ than to worry about where id3 sorting might have
put it.

I don't know what the limits of the database are, but I run a P3 700
with a Turtle Beach Riviera card. I usually keep around 40-60 records
in the playlist, but I've had the whole lot -- around 6k tracks in the
list at once with no problem.

Still, I wish it were easier to set up and maintain playlists, and
switch between them more easily. What I'd really like is if there was
a priority queue. I'd like to have it play a default playlist in
random order, but let you browse the library and send things to the
front of the line in the order you pick them.

> 4) The editor for changing the cd information in the ripping utility
> works very poorly.  

I like Grip, but there's plenty of other ways to back up your CDs.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Scott Minneman
On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > > >
> > > > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > > > been using the bttv driver.
> > >
> > > OK, so card=10 I reckon. Now it's just finding the correct tuner
> > > (check my list earlier).
> > >
> > > Nick
> > > ___
> >
> > I tried every tuner on your list, using card=10.  None of them worked.
> >  I even checked dmesg after each change, to make sure that the bttv
> > driver re-loaded with the proper settings.  Any other ideas?
> 
> Could you post your modprobe.conf file?

nano /etc/modprobe.conf

alias eth0 forcedeth
alias snd-card-0 snd-emu10k1
options snd-card-0 index=0
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
/usr/sbin/alsactl restore >/d$
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignor$
alias snd-card-1 snd-intel8x0
options snd-card-1 index=1
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >$
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --igno$
alias char-major-81 bttv
options bttv card=10 tuner=43 pll=0
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
# nvidia kernel module
alias char-major-195 nvidia-1_0-7667
alias nvidia nvidia-1_0-7667
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Picture size on TV

2005-08-17 Thread Brad
HI Guys, 

My tvout picture has a border around the outside. I can zoom in and it
fills the screen but the actual recordings (when burnt to CD) are the
same. Someone here told me to take out irrelevant lines in my
XF86Config-4 file but not to sure. Could someone please have a look at
file below and give me a few pointers.

Strangely the mythtv menu screens are all the correct size on the TV .

Running Knoppmyth r5a16  (myth 18.1 I think)


Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
InputDevice"USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"  "true"

EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
#   FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#   FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load  "ddc"  # ddc probing of monitor
#   Load  "GLcore"
Load  "dbe"
#   Load  "dri"
Load  "extmod"
Load  "glx"
Load  "bitmap" # bitmap-fonts
Load  "speedo"
Load  "type1"
Load  "freetype"
Load  "record"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier  "Serial Mouse"
Driver  "mouse"
Option  "Protocol" "Microsoft"
Option  "Device" "/dev/ttyS0"
Option  "Emulate3Buttons" "true"
Option  "Emulate3Timeout" "70"
Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
Identifier  "PS/2 Mouse"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "ZAxisMapping"  "4 5"
Option  "Device" "/dev/psaux"
Option  "Emulate3Buttons" "true"
Option  "Emulate3Timeout" "70"
Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
Identifier  "USB Mouse"
Driver  "mouse"
Option  "Device""/dev/input/mice"
Option  "SendCoreEvents""true"
Option  "Protocol"  "IMPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
Identifier  "Monitor0"
Option  "DPMS"  "true"
#   HorizSync28.0 - 78.0 # Warning: This may fry very old Monitors
HorizSync28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#   VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT 
default.
#  Default modes distilled from
#  "VESA and Industry Standards and Guide for Computer Display 
Monitor
#   Timing", version 1.0, revision 0.8, adopted September 17, 1998.
#  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4
1999/11/18 16:52:17 tsi Exp $
# 640x350 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x350"31.5  640  672  736  832350  382  385  445
+hsync -vsync
# 640x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x400"31.5  640  672  736  832400  401  404  445
-hsync +vsync
# 720x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "720x400"35.5  720  756  828  936400  401  404  446
-hsync +vsync
# 640x480 @ 60Hz (Industr

Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> > On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > >
> > > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > > been using the bttv driver.
> >
> > OK, so card=10 I reckon. Now it's just finding the correct tuner
> > (check my list earlier).
> >
> > Nick
> > ___
> 
> I tried every tuner on your list, using card=10.  None of them worked.
>  I even checked dmesg after each change, to make sure that the bttv
> driver re-loaded with the proper settings.  Any other ideas?

Could you post your modprobe.conf file?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread Nick
On 8/18/05, James Ogle <[EMAIL PROTECTED]> wrote:
> Nick wrote:
> 
> >>I just had a thought that my channel setup might be wrong. The channel
> >>setup window is very confusing with what goes where. I have the channel
> >>number I want to change to external STB to in the Channel Number field
> >>on the first page of channel setup. Should I also be putting it in the
> >>Frequency box on the second page?
> >>
> >>
> >
> >The freqid is the value that it passed to the channel change script,
> >not the channum. That should sort it. I'm not sure why the SELECT
> >isn't working - is it defined in your /etc/lircd.conf?
> >
> >Nick
> >
> Ahh thanks Nick. The channel setup page could really do with some
> mouseovers or something so that you know what to put where.

Don't get me started on MythTV documentation ...!

> No SELECT it not defined and I dont need it, My STB changes the channel
> as soon as it recieves 2 digits All I need in the /etc/lircd.conf are
> the numbers. The cable provider in New Zealand wouldn't dream of giving
> us over 100 channels ;)

That's why you needed to comment out the last line of the script. Some
STBs need a final select (or it will speed up channel changing on the
STB) and so use the appropriate button name for SELECT to do that.
Because your lircd.conf did not have the SELECT name defined it was
failing.
 
> Thanks again

No problem

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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Scott Minneman
On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> >
> > lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> > been using the bttv driver.
> 
> OK, so card=10 I reckon. Now it's just finding the correct tuner
> (check my list earlier).
> 
> Nick
> ___

I tried every tuner on your list, using card=10.  None of them worked.
 I even checked dmesg after each change, to make sure that the bttv
driver re-loaded with the proper settings.  Any other ideas?

Thanks for your help thus far.

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


Re: [mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread James Ogle

Nick wrote:


I just had a thought that my channel setup might be wrong. The channel
setup window is very confusing with what goes where. I have the channel
number I want to change to external STB to in the Channel Number field
on the first page of channel setup. Should I also be putting it in the
Frequency box on the second page?
   



The freqid is the value that it passed to the channel change script,
not the channum. That should sort it. I'm not sure why the SELECT
isn't working - is it defined in your /etc/lircd.conf?

Nick

Ahh thanks Nick. The channel setup page could really do with some 
mouseovers or something so that you know what to put where.


No SELECT it not defined and I dont need it, My STB changes the channel 
as soon as it recieves 2 digits All I need in the /etc/lircd.conf are 
the numbers. The cable provider in New Zealand wouldn't dream of giving 
us over 100 channels ;)


Thanks again
-James

--
-- jamesOgle -- models -- wetaDigital --
 -- ext4589 -- 04.3875769 --

 ==   Here in the Models Dept, we pride ourselves in the  ==
 ==   sweetasery of both our hand crafted digital models, ==
 ==   and of our fine line of extreme sporting accessories.   ==


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


Re: [mythtv-users] Attention list owner(s)

2005-08-17 Thread Nick
On 8/18/05, Phill Edwards <[EMAIL PROTECTED]> wrote:
> > >Date: Wed, 17 Aug 2005 12:40:53 -0400 (EDT)
> > >From: [EMAIL PROTECTED]
> > >Sender: [EMAIL PROTECTED]
> > >X-Mailer: alumni_bounce v1.4
> > >X-Address-Used: Errors-to
> > >X-alumni_bounce_found:
> > >X-Originating-IP: [129.22.104.60]
> > >
> > >The mail you sent to Discussion about mythtv 
> > >with the subject
> > >
> > > Re: [mythtv-users] New MythDora v1.4
> > >
> > >is undeliverable because the user mailbox no longer exists and no
> > >forwarding address has been set.
> >
> > can someone track down and unsubscribe this address since I get at least
> > one of these each day
> 
> Yeah - I get that too.

Just got one a minute ago after I posted. I originally thought my
posts were not getting sent.

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


Re: [mythtv-users] Attention list owner(s)

2005-08-17 Thread Phill Edwards
> >Date: Wed, 17 Aug 2005 12:40:53 -0400 (EDT)
> >From: [EMAIL PROTECTED]
> >Sender: [EMAIL PROTECTED]
> >X-Mailer: alumni_bounce v1.4
> >X-Address-Used: Errors-to
> >X-alumni_bounce_found:
> >X-Originating-IP: [129.22.104.60]
> >
> >The mail you sent to Discussion about mythtv 
> >with the subject
> >
> > Re: [mythtv-users] New MythDora v1.4
> >
> >is undeliverable because the user mailbox no longer exists and no
> >forwarding address has been set.
> 
> can someone track down and unsubscribe this address since I get at least
> one of these each day

Yeah - I get that too.

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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/18/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> 
> lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
> been using the bttv driver.

OK, so card=10 I reckon. Now it's just finding the correct tuner
(check my list earlier).

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


Re: [mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread Nick
On 8/18/05, James Ogle <[EMAIL PROTECTED]> wrote:
> Nick wrote:
> 
> >On 8/17/05, James Ogle <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Hi,
> >>
> >>Last night I setup an IR blaster on my myth box (knoppmyth R5A16) using
> >>this guide, http://mysettopbox.tv/phpBB2/viewtopic.php?t=4462
> >>
> >>I got to the point of making a channel_change.sh script which works
> >>flawlessly on the command line. But when I put the change command into
> >>the correct box in myth-setup (and reboot to make sure it's picked up by
> >>mythbackend) It doesn't change the channels. The script has its
> >>permissions opened right up and is executable
> >>
> >>
> >
> >James,
> >
> >Please post your channel change script. It could be not using full
> >pathnames to irsend or something similar in the script, so that it
> >works from the script when run from the shell, but not from within
> >MythTV.
> >
> >Nick
> >
> >
> 
> Nick,
> 
> I dont think thats the problem, This is the script I'm using, its
> straight from the guide I used. Before I commented out the last line, I
> would get an error that SELECT wasn't a valid code in the command line,
> and the myth backend log would say that the script exited with error
> code somethingorrather.
> 
> #!/bin/sh
> STB_NAME=DCT2000
> for digit in $(echo $1 | sed -e 's/./& /g'); do
>   irsend --device=/dev/lircd1 SEND_ONCE $STB_NAME $digit
>   sleep 0.4
> done
> #irsend --device=/dev/lircd1 SEND_ONCE $STB_NAME SELECT
> 
> 
> I just had a thought that my channel setup might be wrong. The channel
> setup window is very confusing with what goes where. I have the channel
> number I want to change to external STB to in the Channel Number field
> on the first page of channel setup. Should I also be putting it in the
> Frequency box on the second page?

The freqid is the value that it passed to the channel change script,
not the channum. That should sort it. I'm not sure why the SELECT
isn't working - is it defined in your /etc/lircd.conf?

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


[mythtv-users] mythmusic issues

2005-08-17 Thread Stephen Cole
I've been using myth for a while and not had many problems with mythtv, 
mythvideo or mythdvd, but mythmusic has given me nothing but problems.  
It crashes about every other time I change the selected music.  I 
haven't seen many posts about mythmusic so maybe somebody out there is 
using and can give me some help.  Here's a list of problems, issues, 
requests, etc.
1) After selecting a bunch of songs, escaping back from the select music 
section and selecting "play music", mythfrontend crashes.  I can't find 
much in the log of any use.  This happens about every other time I 
select music.  I've got about 7000 songs in the database if that 
matters.  After the crash the two music tables are corrupted and need to 
be repaired.  If I try selecting again it usually works.  But then the 
next time I go in to select music and play it crashes.  Sometimes it 
crashes after playing a few songs, sometimes in the middle of a song and 
sometimes while changing songs.  The next song it tries to play will 
usually play the next time around, so it's not a corrupt file.
2) Going from the active play screen to the edit current playlist 
(option 3), works.  I can select some new stuff, unselect some current 
stuff.  But when i hit esc to go back to the play screen the current 
playlist is not changed from what I selected and sometimes the screen 
completely freezes and I have to kill the frontend to restart.  Which 
then leaves the tables corrupt and they have to be repaired.  It doesn't 
seem to matter if I change the selection in any specific way, the 
current playlist is never updated whether I add new songs or remove 
existing songs.  I suspect it might be related to the number of songs 
because as a test I wiped the database and pointed mytmusic to a 
different directory with only a few albums in it.  Things seemed to work 
better there and I could change the current playlist selection.
3) Often times when I escape out from playing music and am at the main 
music menu, I have no cursor.  Nothing is selected and I can't seem to 
get a cursor so have to restart the frontend.  I'm using blackbox and 
have checked and double-checked all the settings with what I've found 
posted here (FocusModel=SloppyFocus and focusNewWindows=true) am I 
missing something?
4) The editor for changing the cd information in the ripping utility 
works very poorly.  Tab and arrow keys are combined so that its not 
really possible to go through and change title and artist (for 
compilation cds).  I can't seem to select the title cell without erasing 
it, and I can't navigate to the artist cell without typing something 
into the title cell.  Then once i've done one row I can only go to the 
third column and can't get back or on to the next row, so I have to 
escape all the way out and come back in.
5) Compilation artist is a great feature but as I asked in an early post 
(and got no reply) it seems wrong to not display the actual artist name 
when the song is being played.  Can this be changed with a configuration 
option of some kind?
6) The edit tag info feature is nice, but why does it only work from the 
player screen?  Seems like it would be nice if it worked from the 
browse/select music screen.  Plus you could then edit an artist or album 
name and have it update all songs by that artist or all of the songs on 
an album.  It's also really annoying to have to arrow down to select 
"save to db and file", hit select, and arrow down again to hit yes I'm 
sure I want to save it to file.  Would it not be better to have some 
config option that said "keep db and files in sync, always save to db 
and files".


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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/18/05, Nick <[EMAIL PROTECTED]> wrote:
> On 8/17/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > Hey all, I'm (re)building my combined backend/frontend, which uses two
> > WinTV-Go cards.  I cannot for the life of me get the tuners to
> > function properly.  They do not autodetect (in FC3), so I have to use
> > modprobe.conf to set the card and tuner options.
> >
> > On the tuners themselves is printed NTSC 44981 Rev E199.  In dmesg,
> > tveeprom reports "tuner=".  Google searches have turned up
> > nothing useful, and the ftvco script (find_tvcardoptions.sh) also
> > failed to discover a working configuration.
> >
> > The most frustrating thing about it is that these same tuners have
> > worked for me before, until the system crashed.  Unfortunately, I was
> > backup-less (will never make that mistake again), so I can't go back
> > and look at the settings that worked then.
> >
> > Is anyone using this card, or have any suggestions for how to figure
> > out the proper settings?
> 
> From reading I think the tuner type should be set to 2 for NTSC if
> using the cx88 driver. Which chips do the cards use?
> 
> Nick

If you can take a look at the cards to identify its model number
(likely 190 or 191 for WinTV Go) and make of the tuner. If it's not
autodetecting it may be using the BT848 chip which can't be
autodetected. What's the output of lspci (as root)?

Therefore, it might be using the bttv driver instead (for 848/878
chips). For 848 cards, card=2, and for 878 cards, card=10 per the bttv
docs. For the tuner, possible NTSC tuners in the bttv driver are
2,6,8,17,21,27,31,36,39,42,43. You could try the 22 different combos
if you like.

Also, you may find more info here (the source docs contain all the
info on cards and tuners) - http://linux.bytesex.org/v4l2/drivers.html

If nothing works, try 'modprobe bttv' and 'modprobe cx88' and see if
any output is given. And if you still have the crashed machine's data,
you may be able to get to the modprobe info.

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


Re: [mythtv-users] Recommendations on project with ticker

2005-08-17 Thread Phill Edwards
> I am looking for any viable solution to display a video feed (.avi
> file on hard drive) with a side or bottom ticker that shows
> weather/news info always. I currently run myth at home and have read
> some addons for ticker display during video playback (caller id
> plugin).
> 

Could try mythtvosd. You can run this from a shell script that
receives the weather/news data from an external program. It''s very
simple to use. I have some examples of using it somewhere which I
could share with you if you need it.

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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Scott Minneman
On 8/17/05, Nick <[EMAIL PROTECTED]> wrote:
> On 8/17/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> > Hey all, I'm (re)building my combined backend/frontend, which uses two
> > WinTV-Go cards.  I cannot for the life of me get the tuners to
> > function properly.  They do not autodetect (in FC3), so I have to use
> > modprobe.conf to set the card and tuner options.
> >
> > On the tuners themselves is printed NTSC 44981 Rev E199.  In dmesg,
> > tveeprom reports "tuner=".  Google searches have turned up
> > nothing useful, and the ftvco script (find_tvcardoptions.sh) also
> > failed to discover a working configuration.
> >
> > The most frustrating thing about it is that these same tuners have
> > worked for me before, until the system crashed.  Unfortunately, I was
> > backup-less (will never make that mistake again), so I can't go back
> > and look at the settings that worked then.
> >
> > Is anyone using this card, or have any suggestions for how to figure
> > out the proper settings?
> 
> >From reading I think the tuner type should be set to 2 for NTSC if
> using the cx88 driver. Which chips do the cards use?
> 
> Nick


lspci reports "Brooktree Corporation Bt878 Video Capture", so I've
been using the bttv driver.

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


Re: [mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Nick
On 8/17/05, Scott Minneman <[EMAIL PROTECTED]> wrote:
> Hey all, I'm (re)building my combined backend/frontend, which uses two
> WinTV-Go cards.  I cannot for the life of me get the tuners to
> function properly.  They do not autodetect (in FC3), so I have to use
> modprobe.conf to set the card and tuner options.
> 
> On the tuners themselves is printed NTSC 44981 Rev E199.  In dmesg,
> tveeprom reports "tuner=".  Google searches have turned up
> nothing useful, and the ftvco script (find_tvcardoptions.sh) also
> failed to discover a working configuration.
> 
> The most frustrating thing about it is that these same tuners have
> worked for me before, until the system crashed.  Unfortunately, I was
> backup-less (will never make that mistake again), so I can't go back
> and look at the settings that worked then.
> 
> Is anyone using this card, or have any suggestions for how to figure
> out the proper settings?

>From reading I think the tuner type should be set to 2 for NTSC if
using the cx88 driver. Which chips do the cards use?

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Dennis Hand
I've just been informed that the autoks.cfg file is bad and thats why it's
not installing correctly if you choose Auto install. So please use the
custom install until I can get another ISO up. Sorry for the inconvience.

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


Re: [mythtv-users] Playing old bt8x8 recordings now I've upgraded to DVB and SPDIF sound

2005-08-17 Thread Nick
On 8/17/05, Phill Edwards <[EMAIL PROTECTED]> wrote:
> I have some old recordings on my MythTV box that were from the days
> when I had analogue bt8x8 cards with alsa sound coming out of the
> on-board sound card.
> 
> Since then I've upgraded to DVB-T cards and SPDIF sound.
> 
> The problem I have now is that when I try to playback those old
> recordings I get a message that says "Unable to set ALSA parameters"
> and it asks whether I want to continue without sound or go back to the
> menu. What do I need to do to be able to play these back with sound? I
> guess I've changed the sound setup when I went to SPDIF but I don't
> know what I need to do to make my setup support these old recordings.
> 
> And to make matters worse we've been saving these old recordings for
> my Mother-in-law who came round tonight and they didn't work, so the
> M-I-LAF is now very low :)(

Phill,

Are the recordings using 44kHz audio? If so I think you'll need to do
some ALSA configuring and use the plug plugin to resample the audio to
48kHz which the SPDIF wants.

There's Michael Dean's excellent article here which explains what's needed:

http://mythtv.info/moin.cgi/DigitalSoundHowTo

I've followed this article to understand it and have got my audio
working well now through my SPDIF playing all audio I throw at it. The
article gives you 4 possible output devices which is great - I use the
mixed-digital device with no problems.

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


Re: [mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread James Ogle

Nick wrote:


On 8/17/05, James Ogle <[EMAIL PROTECTED]> wrote:
 


Hi,

Last night I setup an IR blaster on my myth box (knoppmyth R5A16) using
this guide, http://mysettopbox.tv/phpBB2/viewtopic.php?t=4462

I got to the point of making a channel_change.sh script which works
flawlessly on the command line. But when I put the change command into
the correct box in myth-setup (and reboot to make sure it's picked up by
mythbackend) It doesn't change the channels. The script has its
permissions opened right up and is executable
   



James,

Please post your channel change script. It could be not using full
pathnames to irsend or something similar in the script, so that it
works from the script when run from the shell, but not from within
MythTV.

Nick
 



Nick,

I dont think thats the problem, This is the script I'm using, its 
straight from the guide I used. Before I commented out the last line, I 
would get an error that SELECT wasn't a valid code in the command line, 
and the myth backend log would say that the script exited with error 
code somethingorrather.


#!/bin/sh
STB_NAME=DCT2000
for digit in $(echo $1 | sed -e 's/./& /g'); do
 irsend --device=/dev/lircd1 SEND_ONCE $STB_NAME $digit
 sleep 0.4
done
#irsend --device=/dev/lircd1 SEND_ONCE $STB_NAME SELECT


I just had a thought that my channel setup might be wrong. The channel 
setup window is very confusing with what goes where. I have the channel 
number I want to change to external STB to in the Channel Number field 
on the first page of channel setup. Should I also be putting it in the 
Frequency box on the second page?


-James

--
-- jamesOgle -- models -- wetaDigital --
 -- ext4589 -- 04.3875769 --

 ==   Here in the Models Dept, we pride ourselves in the  ==
 ==   sweetasery of both our hand crafted digital models, ==
 ==   and of our fine line of extreme sporting accessories.   ==


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


Re: [mythtv-users] Problems when trying to tune in a non-existant channel

2005-08-17 Thread Nick
On 8/17/05, Jonathan Fors <[EMAIL PROTECTED]> wrote:
> Hello.
> 
> I have this problem with my PVR. If I am watching channel #1 with
> mythtv, and I press CH- on the remote, mythtv goes crazy. The frontend
> goes black with no ability to stop and crashes after a while, and the
> backend needs to be restarted. When I check the logs I see that the
> backend tries to tune in channel number ".", yes, that' channel number
> "dot". The frontend reports "waited too long to be allowed to read" and
> then dies after a while.
> 
> I had some problems with my initial tune-in of the program, and after
> each change in the channels dialog in the myth setup, I need to re-set
> the default channel to a valid channel number in the card setup, or else
> the card would tune in channel number "dot".
> 
> This seems like two bugs; first the "default channel" setting in the
> inital setup program is cleared after each change in the channel setup
> screen, and also that mythtv tries to tune in channel # "dot" when
> "default channel" is not set.
> 
> Running myth 18.1 and ubuntu hoary, tuner: Hauppauge Nova-T PCI
> (cx88_dvb driver)

Hopefully these bugs will be fixed in the big DVB update in progress
at the moment. Trying to tune to a non-broadcasting DVB channel will
also crash the frontend and require some editing to the DB I think
because the non-accessible channel is stored.

I'd recommend using something like phpMyAdmin to look at the database
and see if the channels are OK or if there are any obvious fields that
need to be corrected. Once the card has finished its scan and the
channels are setup correctly, you shouldn't have any issues with DVB.

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


Re: [mythtv-users] Celeron OK?

2005-08-17 Thread Nick
On 8/17/05, Anil Gupte <[EMAIL PROTECTED]> wrote:
> I am going to build a system with a Celeron 2.6 socket 775 - any known 
> problems
> with that?

For DVB (records stream directly to disk) and ivtv (PVR card encodes
video and audio) it'll be more than fine, as these cards work with
minimal CPU power. The only problem I can see is perhaps 1080i HDTV or
if you're doing excessive CPU-based tasks at the same time.

(Like Phill, I'm also running a 2.4 CelD with DVB and ivtv cards)

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


Re: [mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread Nick
On 8/17/05, James Ogle <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Last night I setup an IR blaster on my myth box (knoppmyth R5A16) using
> this guide, http://mysettopbox.tv/phpBB2/viewtopic.php?t=4462
> 
> I got to the point of making a channel_change.sh script which works
> flawlessly on the command line. But when I put the change command into
> the correct box in myth-setup (and reboot to make sure it's picked up by
> mythbackend) It doesn't change the channels. The script has its
> permissions opened right up and is executable

James,

Please post your channel change script. It could be not using full
pathnames to irsend or something similar in the script, so that it
works from the script when run from the shell, but not from within
MythTV.

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


Re: [mythtv-users] HELP Ati remote wonder on FC3

2005-08-17 Thread Tim Litwiller
For me it just worked like a second mouse in fedora core 2 3 and 4

and then follow the instructions from the LIRC section on my remote
wonder web page
http://www.litwiller.net/mythtv/remote.html

In Fedora core 3 and 4, I just put the /etc/modules.conf  lines near
the top of the modprobe.conf file

I need to edit that page it looks like.  I would appreciate someone
makeing/contributing a better ~/.mythtv/lircrc file that uses the
buttons better.


On 8/17/05, Ernie Lim <[EMAIL PROTECTED]> wrote:
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:mythtv-users-
> > [EMAIL PROTECTED] On Behalf Of Jack Trout
> > Sent: Wednesday, August 17, 2005 5:37 PM
> > To: Discussion about mythtv
> > Subject: Re: [mythtv-users] HELP Ati remote wonder on FC3
> >
> > > find / -name ati_remote.ko -print
> > >
> > > then mv any of those to ~/
> > >
> > > You'll still need the appropriate lircd.conf and .lircrc.
> > >
> > > I found it hard to get the appropriate device file created (I'm using
> > > devfs) without rebooting.
> > >
> > > Graham
> > >
> >
> > Thank you, seems I missed one, I was being lazy and using updatedb &&
> > locate ati_remote, found 2 out of 3 kernel modules, just the current
> > kernel I was using was listed should have realized this,
> >
> > after that and a reboot, I have come to another blocking point
> >
> > when I start now, I have /dev/lirc0 which I assume now is meaning that
> > lirc has found my remote, but I have never setup lirc with a usb
> > reciever, for a serial reciever I know you can test it by catting the
> > serial port or lirc port and pressing buttons on your remote, when I
> > start lircd -d /dev/lirc0 --nodaemon &, then irw, I get no response,
> >
> > my lircd.conf file contains the whole lircd.conf.atiusb file, which
> > seems to contain a code set for every version of ati remotes, do I
> > only need to select one from the file and erase the rest?
> >
> > or is there something else I am missing my remote model is 523600
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> You only need the relevant section in your lircd.conf file. Also check your
> lircd log for clues.
> 
> Make sure irw is looking at the right device.. I believe the correct syntax
> is irw /dev/lirc0. I don't think it looks there by default??
> 
> Good luck.
> 
> 
> 
> ___
> 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] Celeron OK?

2005-08-17 Thread Phill Edwards
> I am going to build a system with a Celeron 2.6 socket 775 - any known 
> problems
> with that?

I have a Celeron 2.4 with 2 DVB-T cards. Works great.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Dennis Hand

> Uh no, this is not a typical error. I've never had or seen this one
> before. How did
> you install, Custom or Auto? Was this from HTTP or Bittorent?

> Bittorrent download, MD5's check out
> I did the automatic graphical install on the following hardware:

> Nforce 2 chipset;
> Nvidia FX5200 AGP card;
> 512MB Ram;
> 120GB HDD;
> 2 x PVR250 Cards;

> I am trying again to see if a different installation method helps.
> Strange thing, when the installer first starts, it assumes an NFS
> installation, timesout trying to contact 192.168.1.5 then allows a change
of
> installation method to CDRom etc
> After this, it complains about a missing package "interactive"...

> Strange..


> Cheers,



> Pete.

Yes very strange. Try and install with the custom graphical instead
and see if you get any further. This will look just like any Fedora
Core install. When you get to the package list, uncheck EVERYTHING
and then pick and choose what you would like to install.

Dennis

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


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

2005-08-17 Thread Jesper Sörensen
The DVB code in SVN will now switch everyone over to record in TS 
format, since that has proven to have far less problems than the old PS 
format.


If this change causes problems for anyone you need to file a bug report 
about it so we can get it fixed. As a workaround you can go back to PS 
format with the following DB query:

"update capturecard set dvb_recordts = 0;"

PS recording support will most likely be removed completely, but I agree 
with Daniel that it shouldn't happen until after 0.19 is out.


Full story:
http://svn.mythtv.org/trac/ticket/222

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


[mythtv-users] Problems when trying to tune in a non-existant channel

2005-08-17 Thread Jonathan Fors
Hello.

I have this problem with my PVR. If I am watching channel #1 with
mythtv, and I press CH- on the remote, mythtv goes crazy. The frontend
goes black with no ability to stop and crashes after a while, and the
backend needs to be restarted. When I check the logs I see that the
backend tries to tune in channel number ".", yes, that' channel number
"dot". The frontend reports "waited too long to be allowed to read" and
then dies after a while.

I had some problems with my initial tune-in of the program, and after
each change in the channels dialog in the myth setup, I need to re-set
the default channel to a valid channel number in the card setup, or else
the card would tune in channel number "dot".

This seems like two bugs; first the "default channel" setting in the
inital setup program is cleared after each change in the channel setup
screen, and also that mythtv tries to tune in channel # "dot" when
"default channel" is not set.

Running myth 18.1 and ubuntu hoary, tuner: Hauppauge Nova-T PCI
(cx88_dvb driver)

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


[mythtv-users] Trouble with ir blaster from myth, fine in a shell

2005-08-17 Thread James Ogle

Hi,

Last night I setup an IR blaster on my myth box (knoppmyth R5A16) using 
this guide, http://mysettopbox.tv/phpBB2/viewtopic.php?t=4462


I got to the point of making a channel_change.sh script which works 
flawlessly on the command line. But when I put the change command into 
the correct box in myth-setup (and reboot to make sure it's picked up by 
mythbackend) It doesn't change the channels. The script has its 
permissions opened right up and is executable


This is the output from /var/log/mythtv/mythbackend.log It certainly 
looks like it's trying to run the program when I change the channel


Starting up as the master server.
2005-08-18 21:18:23.246 mythbackend: MythBackend started as master server
2005-08-18 21:18:23.262 New DB connection, total: 2
2005-08-18 21:18:23.705 New DB connection, total: 3
2005-08-18 21:18:24.731 ret_pid(3143) child(3143) status(0x0)
2005-08-18 21:18:24.736 External Tuning program exited with no error
2005-08-18 21:18:24.743 New DB scheduler connection
2005-08-18 21:18:24.752 mythbackend version: 0.18.1.20050510-1 www.mythtv.org
2005-08-18 21:18:24.754 Enabled verbose msgs : important general
2005-08-18 21:18:26.751 Reschedule requested for id -1.
2005-08-18 21:18:26.795 Scheduled 0 items in 0.0 = 0.04 match + 0.00 place
2005-08-18 21:18:26.800 scheduler: Scheduled items
2005-08-18 21:18:26.806 Seem to be woken up by USER
2005-08-18 21:18:34.757 mythbackend: Running housekeeping thread
2005-08-18 21:19:02.550 MainServer::HandleAnnounce Playback
2005-08-18 21:19:02.553 adding: ten as a client (events: 0)
2005-08-18 21:19:02.590 MainServer::HandleAnnounce Playback
2005-08-18 21:19:02.592 adding: ten as a client (events: 1)
2005-08-18 21:19:02.602 MainServer::HandleAnnounce Playback
2005-08-18 21:19:02.605 adding: ten as a client (events: 0)
2005-08-18 21:19:02.650 MainServer::HandleAnnounce Playback
2005-08-18 21:19:02.652 adding: ten as a client (events: 0)
2005-08-18 21:19:02.660 adding: ten as a remote ringbuffer
2005-08-18 21:19:02.671 Changing from None to WatchingLiveTV
2005-08-18 21:19:23.922 ret_pid(4094) child(4094) status(0x0)
2005-08-18 21:19:23.926 External Tuning program exited with no error
2005-08-18 21:19:30.886 ret_pid(4098) child(4098) status(0x0)
2005-08-18 21:19:30.904 External Tuning program exited with no error
2005-08-18 21:19:52.284 Changing from WatchingLiveTV to None
/var/log/mythtv/mythbackend.log


this is the output from a "tail /var/log/syslog -f &" You see that I run 
the change command first in a shell, then the last 20 lines are changing 
channel in myth, It's not calling lirc_serial at all


[EMAIL PROTECTED]:~# tail /var/log/syslog -f &
[1] 4382
[EMAIL PROTECTED]:~# Aug 18 21:36:28 ten kernel:  [pg0+516137561/1067987968]
lirc_ioctl+0x289/0x350 [lirc_serial]
Aug 18 21:36:28 ten kernel:  [pg0+513883578/1067987968]
irctl_ioctl+0x19a/0x200 [lirc_dev]
Aug 18 21:36:28 ten kernel:  [do_ioctl+70/112] do_ioctl+0x46/0x70
Aug 18 21:36:28 ten kernel:  [vfs_ioctl+83/448] vfs_ioctl+0x53/0x1c0
Aug 18 21:36:28 ten kernel:  [sys_ioctl+71/112] sys_ioctl+0x47/0x70
Aug 18 21:36:28 ten kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Aug 18 21:36:41 ten kernel: saa7115: decoder set picture bright=127
contrast=63 saturation=63 hue=0
Aug 18 21:36:41 ten last message repeated 3 times
Aug 18 21:36:42 ten kernel: saa7115: decoder disable output
Aug 18 21:36:42 ten kernel: saa7115: decoder enable output
[EMAIL PROTECTED]:~# /usr/local/bin/change_channel.sh  01
Aug 18 21:39:32 ten lircd 0.7.1pre2[2184]: accepted new client on /dev/lircd1
Aug 18 21:39:32 ten kernel: BUG: using smp_processor_id() in
preemptible [0001] code: lircd/2184
Aug 18 21:39:32 ten kernel: caller is lirc_ioctl+0x85/0x350 [lirc_serial]
Aug 18 21:39:32 ten kernel:  [smp_processor_id+140/160]
smp_processor_id+0x8c/0xa0
Aug 18 21:39:32 ten kernel:  [pg0+516137045/1067987968]
lirc_ioctl+0x85/0x350 [lirc_serial]
Aug 18 21:39:32 ten kernel:  [pg0+513883578/1067987968]
irctl_ioctl+0x19a/0x200 [lirc_dev]
Aug 18 21:39:32 ten kernel:  [do_ioctl+70/112] do_ioctl+0x46/0x70
Aug 18 21:39:32 ten kernel:  [vfs_ioctl+83/448] vfs_ioctl+0x53/0x1c0
Aug 18 21:39:32 ten kernel:  [sys_ioctl+71/112] sys_ioctl+0x47/0x70
Aug 18 21:39:32 ten kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Aug 18 21:39:32 ten kernel: BUG: using smp_processor_id() in
preemptible [0001] code: lircd/2184
Aug 18 21:39:32 ten kernel: caller is lirc_ioctl+0x289/0x350 [lirc_serial]
Aug 18 21:39:32 ten kernel:  [smp_processor_id+140/160]
smp_processor_id+0x8c/0xa0
Aug 18 21:39:32 ten kernel:  [pg0+516137561/1067987968]
lirc_ioctl+0x289/0x350 [lirc_serial]
Aug 18 21:39:32 ten kernel:  [pg0+513883578/1067987968]
irctl_ioctl+0x19a/0x200 [lirc_dev]
Aug 18 21:39:32 ten kernel:  [do_ioctl+70/112] do_ioctl+0x46/0x70
Aug 18 21:39:32 ten kernel:  [vfs_ioctl+83/448] vfs_ioctl+0x53/0x1c0
Aug 18 21:39:32 ten kernel:  [sys_ioctl+71/112] sys_ioctl+0x47/0x70
Aug 18 21:39:32 ten kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Aug 18 21:39:32 ten li

Re: [mythtv-users] Getting EIT (DVB Program Guide) working?

2005-08-17 Thread David Watkins
On 16/08/05, George Styles <[EMAIL PROTECTED]> wrote:
> It was because the networkID in dtv_multiplex was null.
> 
> I changed it to 9018 (for all mplexes) and it started getting listings :) :) 
> :)
> 
> ANyone know where 9018 came from? (I just grepped the log file for any
> SErviceID's and it came up with 9018...) i suspect I need different
> values for different mplexes.
> 
> Anyone on Crystal Palace who fancies dumping their channels and
> dtv_multiplex tables for me???
> thanks
> 
> george

Here you go - pretty much as they were scanned.  I'd changed BBC3 to
use xmltv (as a test).
-- phpMyAdmin SQL Dump
-- version 2.6.3-pl1
-- http://www.phpmyadmin.net
-- 
-- Host: 192.168.0.10
-- Generation Time: Aug 17, 2005 at 10:54 PM
-- Server version: 3.23.58
-- PHP Version: 4.3.11
-- 
-- Database: `mythconverg`
-- 

-- 

-- 
-- Table structure for table `channel`
-- 

CREATE TABLE `channel` (
  `chanid` int(10) unsigned NOT NULL default '0',
  `channum` varchar(5) NOT NULL default '',
  `freqid` varchar(10) default NULL,
  `sourceid` int(10) unsigned default NULL,
  `callsign` varchar(20) NOT NULL default '',
  `name` varchar(64) NOT NULL default '',
  `icon` varchar(255) NOT NULL default 'none',
  `finetune` int(11) default NULL,
  `videofilters` varchar(255) NOT NULL default '',
  `xmltvid` varchar(64) NOT NULL default '',
  `recpriority` int(10) NOT NULL default '0',
  `contrast` int(11) default '32768',
  `brightness` int(11) default '32768',
  `colour` int(11) default '32768',
  `hue` int(11) default '32768',
  `tvformat` varchar(10) NOT NULL default 'Default',
  `commfree` tinyint(4) NOT NULL default '0',
  `visible` tinyint(1) NOT NULL default '1',
  `outputfilters` varchar(255) NOT NULL default '',
  `useonairguide` tinyint(1) default '0',
  `mplexid` smallint(6) default NULL,
  `serviceid` mediumint(8) unsigned default NULL,
  `atscsrcid` int(11) default NULL,
  PRIMARY KEY  (`chanid`),
  KEY `channel_src` (`channum`,`sourceid`)
) TYPE=MyISAM;

-- 
-- Dumping data for table `channel`
-- 

INSERT INTO `channel` VALUES (1000, '1', NULL, 1, 'BBC ONE', 'BBC ONE', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 1, 4164, 0);
INSERT INTO `channel` VALUES (1001, '2', NULL, 1, 'BBC TWO', 'BBC TWO', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 1, 4228, 0);
INSERT INTO `channel` VALUES (1002, '7', NULL, 1, 'BBC THREE', 'BBC THREE', 'none', NULL, '', 'choice.bbc.co.uk', 0, 32768, 32768, 32768, 32768, 'Default', 1, 1, '', 0, 1, 4351, 0);
INSERT INTO `channel` VALUES (1003, '40', NULL, 1, 'BBC NEWS 24', 'BBC NEWS 24', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 1, 4415, 0);
INSERT INTO `channel` VALUES (1004, '51', NULL, 1, 'BBCi', 'BBCi', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 0, 1, 4479, 0);
INSERT INTO `channel` VALUES (1005, '30', NULL, 1, 'CBBC Channel', 'CBBC Channel', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 1, 4671, 0);
INSERT INTO `channel` VALUES (1006, '3', NULL, 1, 'ITV1', 'ITV1', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8261, 0);
INSERT INTO `channel` VALUES (1007, '34', NULL, 1, 'ITV3', 'ITV3', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8294, 0);
INSERT INTO `channel` VALUES (1008, '6', NULL, 1, 'ITV2', 'ITV2', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8325, 0);
INSERT INTO `channel` VALUES (1009, '4', NULL, 1, 'Channel 4', 'Channel 4', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8384, 0);
INSERT INTO `channel` VALUES (1010, '14', NULL, 1, 'E4', 'E4', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8448, 0);
INSERT INTO `channel` VALUES (1011, '193', NULL, 1, '705', '705', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 0, 2, 8452, 0);
INSERT INTO `channel` VALUES (1012, '41', NULL, 1, 'ITV News', 'ITV News', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 2, 8581, 0);
INSERT INTO `channel` VALUES (1013, '5', NULL, 1, 'five', 'five', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 3, 12866, 0);
INSERT INTO `channel` VALUES (1014, '16', NULL, 1, 'QVC', 'QVC', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 3, 13120, 0);
INSERT INTO `channel` VALUES (1015, '15', NULL, 1, 'abc1', 'abc1', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 1, 3, 14208, 0);
INSERT INTO `channel` VALUES (1016, '23', NULL, 1, 'bid tv', 'bid tv', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 0, 3, 14272, 0);
INSERT INTO `channel` VALUES (1017, '24', NULL, 1, 'price-drop tv', 'price-drop tv', 'none', NULL, '', '', 0, 32768, 32768, 32768, 32768, 'Default', 0, 1, '', 0, 3, 

Re: [mythtv-users] Upgrade to Newest MythTV

2005-08-17 Thread Cecil Watson

Hello,

Gerald J. Berg wrote:

We are all happy to see major releases of MythTV with its new features and
benefits.

Aren't we all?! :)


 


I am also happy to see MythTV runs successfully on so many Linux
implementations. It is a bit hard to keep up with the methods used by each
implementation for upgrading.

 


Can someone please offer a means for comparing the different ways to upgrade
MythTV?

As far as I'm aware, there are only two ways to update to a newer 
release.  Install the binaries (via Apt, RPM, etc) or compile from source.


 


Jerry


Regards,

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


RE: [mythtv-users] HELP Ati remote wonder on FC3

2005-08-17 Thread Ernie Lim


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:mythtv-users-
> [EMAIL PROTECTED] On Behalf Of Jack Trout
> Sent: Wednesday, August 17, 2005 5:37 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] HELP Ati remote wonder on FC3
> 
> > find / -name ati_remote.ko -print
> >
> > then mv any of those to ~/
> >
> > You'll still need the appropriate lircd.conf and .lircrc.
> >
> > I found it hard to get the appropriate device file created (I'm using
> > devfs) without rebooting.
> >
> > Graham
> >
> 
> Thank you, seems I missed one, I was being lazy and using updatedb &&
> locate ati_remote, found 2 out of 3 kernel modules, just the current
> kernel I was using was listed should have realized this,
> 
> after that and a reboot, I have come to another blocking point
> 
> when I start now, I have /dev/lirc0 which I assume now is meaning that
> lirc has found my remote, but I have never setup lirc with a usb
> reciever, for a serial reciever I know you can test it by catting the
> serial port or lirc port and pressing buttons on your remote, when I
> start lircd -d /dev/lirc0 --nodaemon &, then irw, I get no response,
> 
> my lircd.conf file contains the whole lircd.conf.atiusb file, which
> seems to contain a code set for every version of ati remotes, do I
> only need to select one from the file and erase the rest?
> 
> or is there something else I am missing my remote model is 523600
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

You only need the relevant section in your lircd.conf file. Also check your
lircd log for clues. 

Make sure irw is looking at the right device.. I believe the correct syntax
is irw /dev/lirc0. I don't think it looks there by default??

Good luck.

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Pete Clarke
Uh no, this is not a typical error. I've never had or seen this one 
before. How did

you install, Custom or Auto? Was this from HTTP or Bittorent?


Bittorrent download, MD5's check out
I did the automatic graphical install on the following hardware:

Nforce 2 chipset;
Nvidia FX5200 AGP card;
512MB Ram;
120GB HDD;
2 x PVR250 Cards;

I am trying again to see if a different installation method helps.
Strange thing, when the installer first starts, it assumes an NFS 
installation, timesout trying to contact 192.168.1.5 then allows a change of 
installation method to CDRom etc

After this, it complains about a missing package "interactive"...

Strange..


Cheers,



Pete. 



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


Re: [mythtv-users] HELP Ati remote wonder on FC3

2005-08-17 Thread Jack Trout
> find / -name ati_remote.ko -print
> 
> then mv any of those to ~/
> 
> You'll still need the appropriate lircd.conf and .lircrc.
> 
> I found it hard to get the appropriate device file created (I'm using
> devfs) without rebooting.
> 
> Graham
> 

Thank you, seems I missed one, I was being lazy and using updatedb &&
locate ati_remote, found 2 out of 3 kernel modules, just the current
kernel I was using was listed should have realized this,

after that and a reboot, I have come to another blocking point

when I start now, I have /dev/lirc0 which I assume now is meaning that
lirc has found my remote, but I have never setup lirc with a usb
reciever, for a serial reciever I know you can test it by catting the
serial port or lirc port and pressing buttons on your remote, when I
start lircd -d /dev/lirc0 --nodaemon &, then irw, I get no response,

my lircd.conf file contains the whole lircd.conf.atiusb file, which
seems to contain a code set for every version of ati remotes, do I
only need to select one from the file and erase the rest?

or is there something else I am missing my remote model is 523600
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Multiple tuners, multiple video sources, How to change channels in LiveTV?

2005-08-17 Thread Thomas Aeby
On Wed, 2005-08-17 at 12:09 -0700, Howard Cokl wrote:
> That's the way it works.  This behaviour changes in
> SVN and is much more user friendly.  In SVN you choose
> the channel in the EPG and myth automagically changes
> inputs.

Ok, then I can stop wasting my time and searching for some configuration
mistake. Maybe I'll give the leading-edge SVN version a try, since this
feature looks quite important to me.

Best regards,
Tom
-- 

Thomas Aeby, Kirchweg 52, 1735 Giffers, Switzerland, Tel: (+41)264180040
Internet: [EMAIL PROTECTED]   PGP public key available



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


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread Jonathan Fors
ons 2005-08-17 klockan 19:35 +0100 skrev jonny Linux:
> On 8/17/05, jonny Linux <[EMAIL PROTECTED]> wrote:
> > > I'm guessing the patch is out of date. You'll either need a new one or
> > > go look at the code and fix it up. Hopefully Martin will make rapid
> > > progress (No pressure :) )
> > 
> > I forgot to mention I'm using MythTV 0.18.1, so it should be the same
> > as Martin says he's using.
> > 
> > Jonny
> > 
> 
> Sorry to keep posting on this, but I think this might be important.
> mythtv-setup doesn't seem to be connecting to the database (although
> the frontend still plays old recordings).
> 
> mythtv-setup produces the following:
> 
> 2005-08-17 19:27:49.268 New DB connection, total: 1
> Total desktop width=1024, height=768, numscreens=1
> 2005-08-17 19:27:49.275 Using screen 0, 1024x768 at 0,0
> 2005-08-17 19:27:49.291 Switching to square mode (Myxer)
> mythtv: could not connect to socket
> mythtv: Connection refused
> lirc_init failed for mythtv, see preceding messages
> 2005-08-17 19:27:49.723 Joystick disabled.
> 2005-08-17 19:28:11.137 New DB connection, total: 2
> 2005-08-17 19:28:11.141 New DB connection, total: 3
> 2005-08-17 19:28:17.361 DVB#0 DVB SI Table Parser Started
> 2005-08-17 19:28:17.362 DVB#0 Using DVB card 0, with frontend DST DVB-T.
> 2005-08-17 19:28:17.362 DVB#0 DVB Signal Monitor Starting
> QMYSQLResult::data: column 1 out of range
> 
> Does that help diagnose the problem? Any ideas how I can fix it?
> 
Nope, that is an error with the lirc IR remote software. It tries to
connect to it. Perhaps this should be more visible than just a
"connectino refused" error. My $0.02

Jonathan
> Thanks,
> 
> Jonny
> ___
> 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] Mythfilldatabase gives a weird error

2005-08-17 Thread Jonathan Fors
Hello all.

I've just set up my first PVR system, and I am generally very impressed
by everything. There is one thing that is not working, and that are the
program listings. 
I am living in Sweden, and I use the swedb xmltv grabber, and I run the
latest and greatest versions of both it and myth. 
Now, when I run mythfilldatabase the listings are getting downloaded,
but when mythtv processes the information I get from the grabber, I
encounter this strange error:

$ mythfilldatabase
2005-08-17 22:54:37.331 New DB connection, total: 1
2005-08-17 22:54:37.775 New DB connection, total: 2
Refreshing Tomorrow's data
- Start of XMLTV output -
2005-08-17 22:54:37.822 New DB connection, total: 3
downloading listings: 100%
[]--
 End of XMLTV output --
Error in 122:47: letter is expected
Updating icons for sourceid: 1
2005-08-17 22:55:15.978 New DB connection, total: 4
Updated programs: 0  Unchanged programs: 0
Fetching data for ons aug 17 2005
- Start of XMLTV output -

Note the line "Error in 122:47: letter is expected".

It doesn't show anything else than that and fails silently, happily
continuing on the next day's listings. I get a raw XML dump if I run the
grabber manually, so I am sure that the error is in mythfilldatabase. 

Is there anybody here who could give me a clue about this? 

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


[mythtv-users] Recommendations on project with ticker

2005-08-17 Thread Lex Lethol
Lo everyone,

I am looking for any viable solution to display a video feed (.avi
file on hard drive) with a side or bottom ticker that shows
weather/news info always. I currently run myth at home and have read
some addons for ticker display during video playback (caller id
plugin).

I'd like to know from more experienced mythtv users if this is a good
option or if its a bit of overkill.  Other options would be running
the video feed with xine with a fixed size frame and worry about the
ticker running on desktop (maybe web-based feed or flash).

Any insight, links/reading material on the subject are greatly appreciated.

Thanks!

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Ryan Pisani
Nope that's a new one. What type of install did you do, and what is the
hardware configuration you're using?







>> even some of us that were here when it was first mentioned don't always
>> remember, either ... i kept thinking of someone's comment about "Dora
>> the Explorer" ;)
>
> I have downloaded and installed MythDora 1.4, but when rebooting I get the
> error :
>
> "Kernel panic - not syncing: No init found. Try passing init= option to
> kernel."
>
> Is this a typical error, or a new one? :-)
>
> Cheers,
>
>
> Pete.
>
>
> ___
> 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] New MythDora v1.4

2005-08-17 Thread Geoff Scott
On 8/17/05, Dennis Hand <[EMAIL PROTECTED]> wrote:
> >I have downloaded and installed MythDora 1.4, but when rebooting I get the
> >error :
> 
> >"Kernel panic - not syncing: No init found. Try passing init= option to
> >kernel."
> 
> >Is this a typical error, or a new one? :-)
> 
> >Cheers,
> 
> 
> >Pete.
> 
> Uh no, this is not a typical error. I've never had or seen this one before. 
> How did
> you install, Custom or Auto? Was this from HTTP or Bittorent?
> 
> Dennis
> 

..and did the MD5 sums check out?

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


Re: [mythtv-users] Multiple tuners, multiple video sources, How to change channels in LiveTV?

2005-08-17 Thread Howard Cokl


--- Dean Wilson <[EMAIL PROTECTED]> wrote:

> Sorry -- it's been a little while since I've read
> much on the mythtv list. 
> But this is one of the few complaints I've had about
> myth, so I'm curious:
> 
> What is SVN?
> 
> (Thanks!)

SVN is a replacement for CVS.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread jonny Linux
> Sorry to put a damper on it, but if you've no experience with patches and
> hacking C++ I'd recommend you hold off on this for now. I did have to make
> changes to the patch (as I said in my email). I can't remember what they
> were, but I'm sure they were small.

OK, Thanks Martin. I might have a bit of a look round to teach myself
a bit more about how the patch works, but I'll wait until its all a
bit more stable.

Good to know its possible anyway, and I'm looking forward to it being
in a full release version!

Thanks,

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


Re: [mythtv-users] Multiple tuners, multiple video sources, How to change channels in LiveTV?

2005-08-17 Thread Dean Wilson

Sorry -- it's been a little while since I've read much on the mythtv
list.  But this is one of the few complaints I've had about myth,
so I'm curious:

What is SVN?

(Thanks!)
On 8/17/05, Howard Cokl <[EMAIL PROTECTED]> wrote:
--- Thomas Aeby <[EMAIL PROTECTED]> wrote:> Hello,>> in my box, there are currently two tuners connected> to different> sources, therefore not providing the same channels.
> Now, if I'm> watching LiveTV I have to manually change tuners via> "Y" in order> to watch channels on the other tuner card.>> Is this intended behaviour? I'd expect to just
> choose the channel> number and MythTV selects a matching tuner card. I> intend to add> a few more tuners - will I have to explain my mother> she should just> press the "change tuner" button, then try if she
> gets the channel she> wants, if not, change tuner again, ... no, this> cannot be intended, can> it?>> Thanks in advance for any hint.>> Best regards,> Tom
>That's the way it works.  This behaviour changes inSVN and is much more user friendly.  In SVN you choosethe channel in the EPG and myth automagically changesinputs.Howard___
mythtv-users mailing listmythtv-users@mythtv.orghttp://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] New MythDora v1.4

2005-08-17 Thread Dennis Hand
>I have downloaded and installed MythDora 1.4, but when rebooting I get the 
>error :

>"Kernel panic - not syncing: No init found. Try passing init= option to 
>kernel."

>Is this a typical error, or a new one? :-)

>Cheers,


>Pete.

Uh no, this is not a typical error. I've never had or seen this one before. How 
did
you install, Custom or Auto? Was this from HTTP or Bittorent?

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Pete Clarke

even some of us that were here when it was first mentioned don't always
remember, either ... i kept thinking of someone's comment about "Dora
the Explorer" ;)


I have downloaded and installed MythDora 1.4, but when rebooting I get the 
error :


"Kernel panic - not syncing: No init found. Try passing init= option to 
kernel."


Is this a typical error, or a new one? :-)

Cheers,


Pete.


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


Re: [mythtv-users] Mythtv esd support - prelim patch / proof of concept

2005-08-17 Thread James Colannino

Mark Cooke wrote:


Hi all,

I've bolted together some ESD support, and it appears to work to a
first-order on my setup.

The patch is based around the artsd support, and the libao2 ESD module
from mplayer's CVS.  It's under GPL v2.
 



I'd try posting this to the mythtv-dev list :)

James

--
My blog: http://www.crazydrclaw.com/
My homepage: http://james.colannino.org/

"A well regulated militia being necessary to the security of a free
state, THE RIGHT of the people to keep and bear arms SHALL NOT BE
INFRINGED." --United States Constitution, Second Ammendment

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Jesse Kaufman


On Aug 17, 2005, at 3:11 PM, James Colannino wrote:


James Oltman wrote:

There have been other threads about MythDora in the past.  I knew 
exactly what it was.



But new people join the list all the time, so while you may have known 
what it was from past posts, many others do not.  That's why the 
poster should always give at least a short introduction, even if he's 
posted about it before.


even some of us that were here when it was first mentioned don't always 
remember, either ... i kept thinking of someone's comment about "Dora 
the Explorer" ;)


-g-

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread James Colannino

James Oltman wrote:

There have been other threads about MythDora in the past.  I knew 
exactly what it was.



But new people join the list all the time, so while you may have known 
what it was from past posts, many others do not.  That's why the poster 
should always give at least a short introduction, even if he's posted 
about it before.


James

--
My blog: http://www.crazydrclaw.com/
My homepage: http://james.colannino.org/

"A well regulated militia being necessary to the security of a free
state, THE RIGHT of the people to keep and bear arms SHALL NOT BE
INFRINGED." --United States Constitution, Second Ammendment

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Jesse Kaufman
Keep in mind that compressing the whole DVD isn't the best choice as 
sometimes you get 50% compression.  I did that with O Brother, Where 
Art Thou? and it looks pretty bad.  You can see the pixelation on 
screen and it gets annoying.  That would be one of those movies I 
would make into an uncompressed ISO and drop on my backend.  Good 
luck!


yeah, i'll prob strip all but one audio track and any extras to make as 
much space as possible ... if it's a movie where i really like the 
extras and want them in Myth, they can always be ripped separately :)


thanks again!  can't wait to get started! :)

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread James Oltman
On 8/17/05, Jesse Kaufman gLaNDix <[EMAIL PROTECTED]> wrote:
On Aug 17, 2005, at 12:56 PM, Ryan Steffes wrote:> mplayer dvd://1 -aid 128 -dumpstream -dumpfile video.mpg>>  I thought that that would work, but I wasn't 100% positive it was
> okay to just change vob/mpg so I didn't mention. I use that method,> without specifying tracks, to avoid certain DVD copying *ahem*> problems *ahem*.hmm, i thought VOB == MPEG ... am i wrong?

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread James Oltman
On 8/17/05, Jesse Kaufman gLaNDix <[EMAIL PROTECTED]> wrote:
On Aug 17, 2005, at 1:35 PM, James Oltman wrote:>  DVD Shrink primarily uses DVD discs. However, there is an OPEN files> button. It doesn't list out the type of files it is looking for. It> just says, SELECT FOLDER THAT CONTAINS DVD FILES. I have never tried
> that before. I assume the VOBs are what it is talking about. It> works wonders for me.hmm, interesting, i'll try it out ... wasn't sure, because a number ofprograms seem to require both VOB and IFO files ...
> You have the option to compress a DVD9 down to a DVD5 to fit on a> DVD-R.yeah, that's exactly what i want to do eventually ...> I compressing so I remove the menus, extras, any audio I don't want.
> On discs with both the DTS and DD5.1, I keep both. It doesn't> specifically say DD5.1 or DTS, but it says ENGLISH then gives the size> of the audio tracks. Obviously, the DTS will be bigger than the 
DD5.1> because there is more audio inforation there.hmm, i didn't know that :) ... can't recall, does xine support DTSpassthrough or just DD?  DD works great for me, i'm just curious :)> It is a SUPER easy program to use. After that's done, I go to BACKUP,
> and I save it to an ISO file, and on my MythBE, I have a samba share> setup. I just drop the file onto the MythBE and voila! Done and> Done.cool, sounds like exactly what i'm wanting to do (with the addition of
burning off the ISOs eventually)thanks for the info!!!___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Xine does support DTS passthrough because I have done it before with
the Predator Special Edition.  I saved the ISO file and it was
over 4.7 GBs without compression.  I just hate to compress. 
When I started watching in XINE, I right click and bring up the menu
and choose a different audio track and it worked.  Keep in mind
that compressing the whole DVD isn't the best choice as sometimes you
get 50% compression.  I did that with O Brother, Where Art Thou?
and it looks pretty bad.  You can see the pixelation on screen and
it gets annoying.  That would be one of those movies I would make
into an uncompressed ISO and drop on my backend.  Good luck!

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Phil Bridges
On 8/17/05, Jesse Kaufman gLaNDix <[EMAIL PROTECTED]> wrote:

> hmm, i didn't know that :) ... can't recall, does xine support DTS
> passthrough or just DD?  DD works great for me, i'm just curious :)

I have some DTS demos in .vob format that play fine in Xine.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Jesse Kaufman


On Aug 17, 2005, at 12:56 PM, Ryan Steffes wrote:





mplayer dvd://1 -aid 128 -dumpstream -dumpfile video.mpg


 I thought that that would work, but I wasn't 100% positive it was 
okay to just change vob/mpg so I didn't mention.  I use that method, 
without specifying tracks, to avoid certain DVD copying *ahem* 
problems *ahem*.


hmm, i thought VOB == MPEG ... am i wrong?

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Jesse Kaufman


On Aug 17, 2005, at 1:35 PM, James Oltman wrote:
 DVD Shrink primarily uses DVD discs.  However, there is an OPEN files 
button.  It doesn't list out the type of files it is looking for.  It 
just says, SELECT FOLDER THAT CONTAINS DVD FILES.  I have never tried 
that before.  I assume the VOBs are what it is talking about.  It 
works wonders for me.


hmm, interesting, i'll try it out ... wasn't sure, because a number of 
programs seem to require both VOB and IFO files ...



You have the option to compress a DVD9 down to a DVD5 to fit on a 
DVD-R.


yeah, that's exactly what i want to do eventually ...


I compressing so I remove the menus, extras, any audio I don't want.  
On discs with both the DTS and DD5.1, I keep both.  It doesn't 
specifically say DD5.1 or DTS, but it says ENGLISH then gives the size 
of the audio tracks.  Obviously, the DTS will be bigger than the DD5.1 
because there is more audio inforation there.


hmm, i didn't know that :) ... can't recall, does xine support DTS 
passthrough or just DD?  DD works great for me, i'm just curious :)



It is a SUPER easy program to use.  After that's done, I go to BACKUP, 
and I save it to an ISO file, and on my MythBE, I have a samba share 
setup.  I just drop the file onto the MythBE and voila!  Done and 
Done.


cool, sounds like exactly what i'm wanting to do (with the addition of 
burning off the ISOs eventually)


thanks for the info!!!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread Martin Ebourne
On Wed, 17 Aug 2005 16:07:23 +0100, jonny Linux wrote:
> The problem is, how do I apply the patch? I've never applied any patches
> before, but I guessed and ungz'd it and then did patch
> radiorecord-v2.patch. It gave warnings to say I should use -p, but I told
> it which files to modify when it asked for them.
>
> Any ideas?

Sorry to put a damper on it, but if you've no experience with patches and
hacking C++ I'd recommend you hold off on this for now. I did have to make
changes to the patch (as I said in my email). I can't remember what they
were, but I'm sure they were small.

I brought the patch up again (which I didn't write) because George Styles
and others seemed to be into hacking the code to make it work. I figured
they'd be able to tweak the patch and save a load of time. To be honest,
this stuff doesn't really belong on the users list. :;

Assuming Isaac is happy with what I do and accepts it, I'm hoping to get
the DVB radio stuff all in the next release.

Cheers,

Martin.

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


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread Martin Ebourne
On Wed, 17 Aug 2005 09:23:08 +0100, John Pullan wrote:
> That's really good news, but can I make the suggestion that you work
> against svn, the dvb code is in major flux just at the moment and it'll be
> a real pig to merge across. If you like I can send you an updated patch
> for svn. I would have done it last night but I was in a rush and stuff
> wasn't working quite right.

The DVB code being in such flux is the very reason I'm not working against
SVN! All development is done on the only myth system in the house, which
is also the only way of watching tv in the house (not even an old analogue
aerial available). Hence it has to work or I'll be in serious trouble from
my better half.

As soon as SVN looks stable again I'll upgrade & fix my changes up.
Obviously I can't submit a patch until that is the case, but I'm planning
to put the 18.1 version out as soon as I'm happy with it, for people to
try out.

Cheers,

Martin.


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


Re: [mythtv-users] Multiple tuners, multiple video sources, How to change channels in LiveTV?

2005-08-17 Thread Howard Cokl


--- Thomas Aeby <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> in my box, there are currently two tuners connected
> to different
> sources, therefore not providing the same channels.
> Now, if I'm
> watching LiveTV I have to manually change tuners via
> "Y" in order
> to watch channels on the other tuner card.
> 
> Is this intended behaviour? I'd expect to just
> choose the channel
> number and MythTV selects a matching tuner card. I
> intend to add
> a few more tuners - will I have to explain my mother
> she should just
> press the "change tuner" button, then try if she
> gets the channel she
> wants, if not, change tuner again, ... no, this
> cannot be intended, can
> it?
> 
> Thanks in advance for any hint.
> 
> Best regards,
> Tom
> 

That's the way it works.  This behaviour changes in
SVN and is much more user friendly.  In SVN you choose
the channel in the EPG and myth automagically changes
inputs.

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Geoff Scott
All the same, some info has been added on the home page of the site so
that people can quickly understand what is being offered.  More
information is usually not a bad thing... right?

I'd also like to take this opportunity to let everyone know that the
torrent for v1.4 is up and running, so now you can d/l via HTTP or BT.
 Users choice.

I'll also ask that if you go the BT route, pretty please with a cherry
on top, can you leave your client open.

As always, feedback (both positive and negative) are welcomed.  Please
post those comments on the forums at g-ding.tv.

gs

On 17 Aug 2005 09:39:50 -0700, Jim Reith <[EMAIL PROTECTED]> wrote:
> The very first selection in the list from plugging MythDora into Google
> states
> 
> http://www.pvrguide.no-ip.com/bbs/index.php?showtopic=4987
> 
> "MythDora is a FC3/OS with MythTV-0.18.1 all on one CD."
> 
> 
> At 12:31 PM 8/17/2005, you wrote:
> 
> On 8/17/05, Neil Davidson <[EMAIL PROTECTED]> wrote:
> 
> > At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
> > >The newest version of MythDora is out. It can be downloaded here
> > >http://g-ding.tv/?q=MythDora.
> > >And no Dora the Explorer puns please. 
> >
> > It occurs to me that nowhere in your announcement message or
> > on your Web page do you actually say what MythDora *does*.
> > Why should I download it?
> >
> > If your goal is to get as many people to use your program as 
> > possible, the first place to start is to summarize what it
> 
> 
>  
> 
> > is. Many useful open source programs get lost in obscurity
> > for the simple reason that their authors assume everyone 
> > knows what it is.
> > --
> 
> I agree. It took me a while of reading the like to work out is was a
> tailored Myth distroat least I think that's what it is :)
> 
> 
> 
> ___ 
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users 
> 
> 
> 
> There have been other threads about MythDora in the past.  I knew exactly
> what it was.
> ___
> 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 mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Celeron OK?

2005-08-17 Thread Anil Gupte
I am going to build a system with a Celeron 2.6 socket 775 - any known problems 
with that?


Thanx,
Anil Gupte

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


[mythtv-users] Multiple tuners, multiple video sources, How to change channels in LiveTV?

2005-08-17 Thread Thomas Aeby
Hello,

in my box, there are currently two tuners connected to different
sources, therefore not providing the same channels. Now, if I'm
watching LiveTV I have to manually change tuners via "Y" in order
to watch channels on the other tuner card.

Is this intended behaviour? I'd expect to just choose the channel
number and MythTV selects a matching tuner card. I intend to add
a few more tuners - will I have to explain my mother she should just
press the "change tuner" button, then try if she gets the channel she
wants, if not, change tuner again, ... no, this cannot be intended, can
it?

Thanks in advance for any hint.

Best regards,
Tom
-- 

Thomas Aeby, Kirchweg 52, 1735 Giffers, Switzerland, Tel: (+41)264180040
Internet: [EMAIL PROTECTED]   PGP public key available



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


[mythtv-users] Re: Debian sarge stable

2005-08-17 Thread Tony Lill
<[EMAIL PROTECTED]> writes:

> On 8/15/05, Tony Lill <[EMAIL PROTECTED]> wrote:
>> I compiled it on my xbox, which is mostly woody, with a few sarge
>> development libraries. So it will definitely compile on sarge. Just
>> need someone with a more mainstream system to build the debs and make
>> them available as the new versions come out.
>
> Actually, since mdz has done such a fine job of providing debianized
> source packages (
> http://dijkstra.csh.rit.edu/~mdz/debian/dists/unstable/mythtv/ ), all
> you really should need to do is:

When I run 

apt-get build-dep mythtv

it says

E: Build-dependencies for mythtv could not be satisfied.

And before you ask , I do have 'deb ftp://ftp.nerim.net/debian-marillat/
unstable main' in my source.list.

The problem is that one of the source deps is for xinerama-dev, which
does not exist in sarge. If you use 

apt-cache showsrc mythtv

install the dependancies by hand and just ignore any that don't exist,
you can compile on sarge
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread jonny Linux
On 8/17/05, jonny Linux <[EMAIL PROTECTED]> wrote:
> > I'm guessing the patch is out of date. You'll either need a new one or
> > go look at the code and fix it up. Hopefully Martin will make rapid
> > progress (No pressure :) )
> 
> I forgot to mention I'm using MythTV 0.18.1, so it should be the same
> as Martin says he's using.
> 
> Jonny
> 

Sorry to keep posting on this, but I think this might be important.
mythtv-setup doesn't seem to be connecting to the database (although
the frontend still plays old recordings).

mythtv-setup produces the following:

2005-08-17 19:27:49.268 New DB connection, total: 1
Total desktop width=1024, height=768, numscreens=1
2005-08-17 19:27:49.275 Using screen 0, 1024x768 at 0,0
2005-08-17 19:27:49.291 Switching to square mode (Myxer)
mythtv: could not connect to socket
mythtv: Connection refused
lirc_init failed for mythtv, see preceding messages
2005-08-17 19:27:49.723 Joystick disabled.
2005-08-17 19:28:11.137 New DB connection, total: 2
2005-08-17 19:28:11.141 New DB connection, total: 3
2005-08-17 19:28:17.361 DVB#0 DVB SI Table Parser Started
2005-08-17 19:28:17.362 DVB#0 Using DVB card 0, with frontend DST DVB-T.
2005-08-17 19:28:17.362 DVB#0 DVB Signal Monitor Starting
QMYSQLResult::data: column 1 out of range

Does that help diagnose the problem? Any ideas how I can fix it?

Thanks,

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread James Oltman
On 8/17/05, gLaNDix (Jesse Kaufman) <[EMAIL PROTECTED]> wrote:
James Oltman wrote:> I hate to say this, but I use WinBloze and DVD Shrink to do what you are> wanting to do.can you take just a straight VOB rip from myth and throw it into dvdshrink, or do you have to use DVD Shrink to actually rip the dvd and
everything?-g-
DVD Shrink primarily uses DVD discs.  However, there is an OPEN
files button.  It doesn't list out the type of files it is looking
for.  It just says, SELECT FOLDER THAT CONTAINS DVD FILES.  I
have never tried that before.  I assume the VOBs are what it is
talking about.  It works wonders for me.  You have the option
to compress a DVD9 down to a DVD5 to fit on a DVD-R.  I
compressing so I remove the menus, extras, any audio I don't
want.  On discs with both the DTS and DD5.1, I keep both.  It
doesn't specifically say DD5.1 or DTS, but it says ENGLISH then gives
the size of the audio tracks.  Obviously, the DTS will be bigger
than the DD5.1 because there is more audio inforation there.  It
is a SUPER easy program to use.  After that's done, I go to
BACKUP, and I save it to an ISO file, and on my MythBE, I have a samba
share setup.  I just drop the file onto the MythBE and
voila!  Done and Done.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Alex Cruz
I'll let you know later tonight. Downloading it now.

On Wednesday 17 August 2005 11:58 am, John Owens wrote:
> Has anyone tested this Distro?
>
> Jim Reith wrote:
> > The very first selection in the list from plugging MythDora into
> > Google states
> >
> > http://www.pvrguide.no-ip.com/bbs/index.php?showtopic=4987
> >
> > "MythDora is a FC3/OS with MythTV-0.18.1 all on one CD."
> >
> > At 12:31 PM 8/17/2005, you wrote:
> >> On 8/17/05, *Neil Davidson* <[EMAIL PROTECTED]
> >>
> >> > wrote:
> >> > At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
> >> > >The newest version of MythDora is out. It can be downloaded here
> >> > >http://g-ding.tv/?q=MythDora.
> >> > >And no Dora the Explorer puns please.
> >> >
> >> > It occurs to me that nowhere in your announcement message or
> >> > on your Web page do you actually say what MythDora *does*.
> >> > Why should I download it?
> >> >
> >> > If your goal is to get as many people to use your program as
> >> > possible, the first place to start is to summarize what it
> >> >
> >> >
> >> >
> >> >
> >> > is. Many useful open source programs get lost in obscurity
> >> > for the simple reason that their authors assume everyone
> >> > knows what it is.
> >> > --
> >>
> >> I agree. It took me a while of reading the like to work out is was a
> >> tailored Myth distroat least I think that's what it is :)
> >>
> >>
> >>
> >> ___
> >> mythtv-users mailing list
> >> mythtv-users@mythtv.org 
> >> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >> 
> >>
> >>
> >>
> >> There have been other threads about MythDora in the past.  I knew
> >> exactly what it was.
> >> ___
> >> 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 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] Cables and more space...ideas?

2005-08-17 Thread Ryan Steffes

mplayer dvd://1 -aid 128 -dumpstream -dumpfile video.mpg


I thought that that would work, but I wasn't 100% positive it was okay
to just change vob/mpg so I didn't mention.  I use that method,
without specifying tracks, to avoid certain DVD copying *ahem* problems
*ahem*.

Ryan

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


Re: [mythtv-users] Custom Record - First Episodes

2005-08-17 Thread John P Poet
On 8/16/05, Bruce Markey <[EMAIL PROTECTED]> wrote:
John P Poet wrote:...> I noticed your "First Episodes" template in "Custom Record".  This is> *really* cool.  I have been able to craft up a "Series Premier" rule> which finds new shows with categories I might be interested in.
Cool. Post it.

It is somewhat complicated, because I am listing off all the categories
I want to see.  I am going to play a bit more with it, and see if
I can simplify it without getting shows I will never be interested in.
 Ever since gigem invented kPowerSearch, it's apparent that there
will be lots of cool things we could do.

Thanks gigem!

A note on how I actually use this rule. You could set it to recordthen choose "Don't record" for the things that aren't interesting.
However, what I do is to go into "Recording Options" and set it toinactive. This way these premiers show up on my Upcoming Recordingslist in white with an "x" for Inactive. I can then choose "Record
anyway" for some things but I'll always see when all of these newseries are starting.

Cool idea.

One of my goals is to catch these programs, even when I am out of
town.  It is a balancing act to record new shows that I am
interested in, without recording a lot of garbage.
 > However, I have run into a problem.  When my "Series Premier" rule finds
> a show I know I am going to want to continue and record, how do I then> create a record rule just for that show?  When I do a "list episodes" on> the show, and then try to setup a record, I end up editing the "Series
> Premier" rule instead of the show-specific recording rule.Ya, this is a PITA.> Do I have to wait for the second episode to show up in the Guide, before> I can setup a show-specific recording rule?
Exactly. Wait until the show is almost due then press "O" to see thetitle proglist and set a rule on one of the other showings. If you setan "All" rule, your "Series Premier" rule will still take precedence
for the first showing (because it is also "All" but has a lowerrecordid). However, if you set a more specific type like Channel orTimeslot, your new rule will take precedence for that first showing
so your priority, Recording Profile, etc. will apply to the premier.

Okay, thanks.  I was just hoping there was something I was missing... 
--  bjm
Thanks Bruce,

John

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


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread jonny Linux
> I'm guessing the patch is out of date. You'll either need a new one or
> go look at the code and fix it up. Hopefully Martin will make rapid
> progress (No pressure :) )

I forgot to mention I'm using MythTV 0.18.1, so it should be the same
as Martin says he's using.

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread John Owens
Has anyone tested this Distro? 



Jim Reith wrote:

The very first selection in the list from plugging MythDora into 
Google states


http://www.pvrguide.no-ip.com/bbs/index.php?showtopic=4987

"MythDora is a FC3/OS with MythTV-0.18.1 all on one CD."

At 12:31 PM 8/17/2005, you wrote:

On 8/17/05, *Neil Davidson* <[EMAIL PROTECTED] 
> wrote:



> At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
> >The newest version of MythDora is out. It can be downloaded here
> >http://g-ding.tv/?q=MythDora.
> >And no Dora the Explorer puns please.
>
> It occurs to me that nowhere in your announcement message or
> on your Web page do you actually say what MythDora *does*.
> Why should I download it?
>
> If your goal is to get as many people to use your program as
> possible, the first place to start is to summarize what it


 


> is. Many useful open source programs get lost in obscurity
> for the simple reason that their authors assume everyone
> knows what it is.
> --

I agree. It took me a while of reading the like to work out is was a
tailored Myth distroat least I think that's what it is :)



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




There have been other threads about MythDora in the past.  I knew 
exactly what it was.

___
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 mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Attention list owner(s)

2005-08-17 Thread Jim Reith



Date: Wed, 17 Aug 2005 12:40:53 -0400 (EDT)
From: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
X-Mailer: alumni_bounce v1.4
X-Address-Used: Errors-to
X-alumni_bounce_found:
X-Originating-IP: [129.22.104.60]

The mail you sent to Discussion about mythtv 
with the subject

Re: [mythtv-users] New MythDora v1.4

is undeliverable because the user mailbox no longer exists and no
forwarding address has been set.


can someone track down and unsubscribe this address since I get at least
one of these each day



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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Jim Reith

At 12:33 PM 8/17/2005, you wrote:

James Oltman wrote:

I hate to say this, but I use WinBloze and DVD Shrink to do what you are
wanting to do.


arg, was hoping to stay away from that, mostly so i could just ssh into my
server and do what i needed to do :( ... oh well, at least i have a dual
boot on my main desktop and i'm in windoze when i need to use photoshop
and my fiance is using the ibook ...

-g-


for the iBook Roxio's Popcorn does a lot of the DVD Shrink functionality



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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Jim Reith


The very first selection in the list from plugging MythDora into Google
states
http://www.pvrguide.no-ip.com/bbs/index.php?showtopic=4987
"MythDora is a FC3/OS with MythTV-0.18.1 all on one
CD."
At 12:31 PM 8/17/2005, you wrote:
On 8/17/05, Neil Davidson
<[EMAIL PROTECTED]> wrote:



> At 3:51 PM -0400 8/16/05, Dennis Hand wrote:

> >The newest version of MythDora is out. It can be downloaded here

> >http://g-ding.tv/?q=MythDora.

> >And no Dora the Explorer puns please. 

>

> It occurs to me that nowhere in your announcement message or

> on your Web page do you actually say what MythDora *does*.

> Why should I download it?

>

> If your goal is to get as many people to use your program as 

> possible, the first place to start is to summarize what it


 


> is. Many useful open source programs get lost in obscurity

> for the simple reason that their authors assume everyone 

> knows what it is.

> --

I agree. It took me a while of reading the like to work out is was a

tailored Myth distroat least I think that's what it is :)


___ 

mythtv-users mailing list

mythtv-users@mythtv.org

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



There have been other threads about MythDora in the past.  I knew exactly what it was.
___
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] Cables and more space...ideas?

2005-08-17 Thread gLaNDix (Jesse Kaufman)

James Oltman wrote:
I hate to say this, but I use WinBloze and DVD Shrink to do what you are 
wanting to do.


can you take just a straight VOB rip from myth and throw it into dvd 
shrink, or do you have to use DVD Shrink to actually rip the dvd and 
everything?


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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread gLaNDix (Jesse Kaufman)

James Oltman wrote:
I hate to say this, but I use WinBloze and DVD Shrink to do what you are 
wanting to do.


arg, was hoping to stay away from that, mostly so i could just ssh into 
my server and do what i needed to do :( ... oh well, at least i have a 
dual boot on my main desktop and i'm in windoze when i need to use 
photoshop and my fiance is using the ibook ...


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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread James Oltman
On 8/17/05, Neil Davidson <[EMAIL PROTECTED]> wrote:
> At 3:51 PM -0400 8/16/05, Dennis Hand wrote:> >The newest version of MythDora is out. It can be downloaded here> >http://g-ding.tv/?q=MythDora.> >And no Dora the Explorer puns please.
>> It occurs to me that nowhere in your announcement message or> on your Web page do you actually say what MythDora *does*.> Why should I download it?>> If your goal is to get as many people to use your program as
> possible, the first place to start is to summarize what it
 > is. Many useful open source programs get lost in obscurity> for the simple reason that their authors assume everyone
> knows what it is.> --I agree. It took me a while of reading the like to work out is was atailored Myth distroat least I think that's what it is :)___
mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

There have been other threads about MythDora in the past.  I knew exactly what it was.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread John Pullan
On 17/08/05, jonny Linux <[EMAIL PROTECTED]> wrote:
> > I've been running this patch against 18.1 (think I had to tweak it a
> > little) and it works very well. I'm currently implementing live radio
> > and playback of recorded shows (mostly working now) in the hope we can
> > get this in mainline.
> >
> 
> Great - I've been waiting for someone to do this for ages!
> 
> The problem is, how do I apply the patch?
> I've never applied any patches before, but I guessed and ungz'd it and
> then did patch radiorecord-v2.patch. It gave warnings to say I should
> use -p, but I told it which files to modify when it asked for them.
> 
> Is this right?
> 
> Now when I compile it, I get an error saying:
> make[2]: Entering directory 
> `/usr/local/src/mythtv-0.18.1.radio/libs/libmythtv'
> g++ -c -pipe -march=pentium4 -Wall -W -O3 -Wall -Wno-switch
> -fomit-frame-pointer  `freetype-config --cflags` -D_REENTRANT -DPIC
> -fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT
> -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
> -DPREFIX=\"/usr/local\" -DUSING_XV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> -DQT_SHARED  -I/usr/lib/qt-3.3/mkspecs/default -I.
> -I../../../../include -I../../../../../in clude -I../.. -I../libmyth
> -I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg 2
> -I/usr/lib/qt-3.3/include -o siparser.o siparser.cpp
> In file included from siparser.cpp:10:
> atsc_huffman.h:376: warning: missing braces around initializer
> atsc_huffman.h:376: warning: missing braces around initializer
> 
> The warning repeats about 100 times, and then it appears to compile
> OK. But then when I do a channel scan in mythtv-setup, it searches
> through all the transport streams but doesn't find any channels (not
> even TV channels).
> 
I'm guessing the patch is out of date. You'll either need a new one or
go look at the code and fix it up. Hopefully Martin will make rapid
progress (No pressure :) )
-- 
John
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Jesse Guardiani

Fedor Pikus wrote:


On 8/17/05, gLaNDix (Jesse Kaufman) <[EMAIL PROTECTED]> wrote:
 



[...]

   


You should really consider sitting down some afternoon and playing with
mencoder's multipass variable bitrate settings in xvid, and seeing if
you can find something acceptable smaller, otherwise, there's really no
point in bothering at all.
 


i'd rather leave the video alone and just strip out what i don't want
   



mplayer dvd://1 -aid 128 -dumpstream -dumpfile video.mpg

Replace 1 and 128 with the title and audio channel you need. Perfect
copy, AC3 preserved if it's there (DVDs usually have AC3 streams but
don't have to). Subtitles will be gone, other audio gone, comments and
bonus materials also gone unless you pick that title (then main
feature will be gone :).

MPlayer can play the resulting file, don't know about other players.
 



Does anyone know how to strip out the AC3 so that the resulting file is 
something that the

mpeg2 decoder on a PVR 350 can understand?


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

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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread James Oltman
On 8/17/05, Fedor Pikus <[EMAIL PROTECTED]> wrote:
On 8/17/05, gLaNDix (Jesse Kaufman) <[EMAIL PROTECTED]> wrote:> Ryan Steffes wrote:> > Just removing the extra audio isn't going to save you very> > much space.  Your files are still going to be multigigabyte.
>> yes, i know, i'm fine with multi-GB files ... but i want to strip out> anything i'm not using so i'm not wasting space on stuff i don't care> about .. i'm more than willing to "waste space" on full video quality,
> however ... i just need to know how to rip the extra audio tracks out>>> > You should really consider sitting down some afternoon and playing with> > mencoder's multipass variable bitrate settings in xvid, and seeing if
> > you can find something acceptable smaller, otherwise, there's really no> > point in bothering at all.>> i'd rather leave the video alone and just strip out what i don't wantmplayer 
dvd://1 -aid 128 -dumpstream -dumpfile video.mpgReplace 1 and 128 with the title and audio channel you need. Perfectcopy, AC3 preserved if it's there (DVDs usually have AC3 streams but
don't have to). Subtitles will be gone, other audio gone, comments andbonus materials also gone unless you pick that title (then mainfeature will be gone :).MPlayer can play the resulting file, don't know about other players.
--Fedor G Pikus ([EMAIL PROTECTED])
I hate to say this, but I use WinBloze and DVD Shrink to do what you are wanting to do.

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


RE: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Neil Davidson

> At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
> >The newest version of MythDora is out. It can be downloaded here 
> >http://g-ding.tv/?q=MythDora.
> >And no Dora the Explorer puns please.
> 
> It occurs to me that nowhere in your announcement message or 
> on your Web page do you actually say what MythDora *does*. 
> Why should I download it?
> 
> If your goal is to get as many people to use your program as 
> possible, the first place to start is to summarize what it 
> is. Many useful open source programs get lost in obscurity 
> for the simple reason that their authors assume everyone 
> knows what it is.
> -- 

I agree. It took me a while of reading the like to work out is was a
tailored Myth distroat least I think that's what it is :)

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Richard Bronosky




Dan Wilga wrote:
At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
  
  The newest version of MythDora is out. It can
be downloaded here http://g-ding.tv/?q=MythDora.

And no Dora the Explorer puns please.

  
  
It occurs to me that nowhere in your announcement message or on your
Web page do you actually say what MythDora *does*. Why should I
download it?
  
  
If your goal is to get as many people to use your program as possible,
the first place to start is to summarize what it is. Many useful open
source programs get lost in obscurity for the simple reason that their
authors assume everyone knows what it is.
  
  

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

So is MythDora like KnoppMyth, but with Fedora instead of Debian?  If
so, since it has ivtv .3.6w is it more likely to work with my PVR-500
from scratch?  If so I'll try it.

-- 


	Thank you for your time,
	--==<< R i c h a r d   B r o n o s k y >>==--

Nearly all viruses and spyware are designed to use Microsoft internet products.  Protect yourself by avoiding Internet Explorer & Outlook/Outlook Express.


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


Re: [mythtv-users] running just mythcommflag on another linux host?

2005-08-17 Thread Tim Hamer
sure, you just have to make sure "allow commercial detection jobs" is 
unchecked in the setup of your master backend and checked on the slave 
backend. also make sure "allow flagging only on recording host" is 
unchecked.


unfortunately, this doesnt seem to work for transcoding. recordings are 
flagged on my 2.4GHz P4 frontend and then transcoded on my 866MHz P3 
backend. anyone know how to change that?


Jesse Guardiani wrote:

Hello,

I'm working with very limited processor constraints. I've got
a 733mhz P3 with a PVR-350 card as my frontend/backend.
This is fine for TV recording and playback as it's 100% hardware
accelerated, but it breaks down when I want to play DVDs, even
with the new 0.3.7d ivtv drivers with XV support. So I need to
offload as much CPU as possible.

This MythTV box mounts all it's storage directories over
100BaseTX NFS. The machine hosting my disk array and NFS
is a dual CPU 600mhz P3, and it's CPUs are idle 99% of the
time.

I'm going to migrate the MySQL database to my NFS server
tonight, but I doubt that will give me any useful performance benefits.
I'm mainly doing it to make sure my Myth DB is on the RAID-1
array for reliability reasons.

What I'd like to do is run mythcommflag on the NFS server. I've
notice mythcommflag chew up as much as 40% CPU, so this would
be a big win.

Is it possible to setup a slave backend on the NFS server that
doesn't have a tuner and only runs mythcommflag jobs and periodic
jobs like mythfilldatabase?

Thanks!


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


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread Fedor Pikus
On 8/17/05, gLaNDix (Jesse Kaufman) <[EMAIL PROTECTED]> wrote:
> Ryan Steffes wrote:
> > Just removing the extra audio isn't going to save you very
> > much space.  Your files are still going to be multigigabyte.
> 
> yes, i know, i'm fine with multi-GB files ... but i want to strip out
> anything i'm not using so i'm not wasting space on stuff i don't care
> about .. i'm more than willing to "waste space" on full video quality,
> however ... i just need to know how to rip the extra audio tracks out
> 
> 
> > You should really consider sitting down some afternoon and playing with
> > mencoder's multipass variable bitrate settings in xvid, and seeing if
> > you can find something acceptable smaller, otherwise, there's really no
> > point in bothering at all.
> 
> i'd rather leave the video alone and just strip out what i don't want

mplayer dvd://1 -aid 128 -dumpstream -dumpfile video.mpg

Replace 1 and 128 with the title and audio channel you need. Perfect
copy, AC3 preserved if it's there (DVDs usually have AC3 streams but
don't have to). Subtitles will be gone, other audio gone, comments and
bonus materials also gone unless you pick that title (then main
feature will be gone :).

MPlayer can play the resulting file, don't know about other players.
-- 
Fedor G Pikus ([EMAIL PROTECTED])
http://www.pikus.net
http://wild-light.com
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Cables and more space...ideas?

2005-08-17 Thread gLaNDix (Jesse Kaufman)

Ryan Steffes wrote:
From looking at the source, it looks like a perfect rip just dumps the 
vob you select into a file.  It should have all the audio and video 
information available, it largely just changes the extension from VOB 
and mpg.


hmm, last time i tried, it still is .VOB


Just removing the extra audio isn't going to save you very 
much space.  Your files are still going to be multigigabyte.


yes, i know, i'm fine with multi-GB files ... but i want to strip out 
anything i'm not using so i'm not wasting space on stuff i don't care 
about .. i'm more than willing to "waste space" on full video quality, 
however ... i just need to know how to rip the extra audio tracks out



You should really consider sitting down some afternoon and playing with 
mencoder's multipass variable bitrate settings in xvid, and seeing if 
you can find something acceptable smaller, otherwise, there's really no 
point in bothering at all.


i'd rather leave the video alone and just strip out what i don't want

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


Re: [mythtv-users] New MythDora v1.4

2005-08-17 Thread Dan Wilga

At 3:51 PM -0400 8/16/05, Dennis Hand wrote:
The newest version of MythDora is out. It can be downloaded here 
http://g-ding.tv/?q=MythDora.

And no Dora the Explorer puns please.


It occurs to me that nowhere in your announcement message or on your 
Web page do you actually say what MythDora *does*. Why should I 
download it?


If your goal is to get as many people to use your program as 
possible, the first place to start is to summarize what it is. Many 
useful open source programs get lost in obscurity for the simple 
reason that their authors assume everyone knows what it is.

--
Dan Wilga [EMAIL PROTECTED]
Web Administrator http://www.mtholyoke.edu
Mount Holyoke CollegeTel: 413-538-3027
South Hadley, MA  01075"Who left the cake out in the rain?"
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recording radio channels on DVB

2005-08-17 Thread jonny Linux
> I've been running this patch against 18.1 (think I had to tweak it a
> little) and it works very well. I'm currently implementing live radio
> and playback of recorded shows (mostly working now) in the hope we can
> get this in mainline.
> 

Great - I've been waiting for someone to do this for ages!

The problem is, how do I apply the patch?
I've never applied any patches before, but I guessed and ungz'd it and
then did patch radiorecord-v2.patch. It gave warnings to say I should
use -p, but I told it which files to modify when it asked for them.

Is this right?

Now when I compile it, I get an error saying:
make[2]: Entering directory `/usr/local/src/mythtv-0.18.1.radio/libs/libmythtv'
g++ -c -pipe -march=pentium4 -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer  `freetype-config --cflags` -D_REENTRANT -DPIC
-fPIC  -DMMX -Di386 -DUSING_IVTV -DUSING_DVB -DUSING_DVB_EIT
-DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-DPREFIX=\"/usr/local\" -DUSING_XV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED  -I/usr/lib/qt-3.3/mkspecs/default -I.
-I../../../../include -I../../../../../in clude -I../.. -I../libmyth
-I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg 2
-I/usr/lib/qt-3.3/include -o siparser.o siparser.cpp
In file included from siparser.cpp:10:
atsc_huffman.h:376: warning: missing braces around initializer
atsc_huffman.h:376: warning: missing braces around initializer

The warning repeats about 100 times, and then it appears to compile
OK. But then when I do a channel scan in mythtv-setup, it searches
through all the transport streams but doesn't find any channels (not
even TV channels).

Any ideas?

Thanks,

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


[mythtv-users] Tuner for WinTV-Go Card?

2005-08-17 Thread Scott Minneman
Hey all, I'm (re)building my combined backend/frontend, which uses two
WinTV-Go cards.  I cannot for the life of me get the tuners to
function properly.  They do not autodetect (in FC3), so I have to use
modprobe.conf to set the card and tuner options.

On the tuners themselves is printed NTSC 44981 Rev E199.  In dmesg,
tveeprom reports "tuner=".  Google searches have turned up
nothing useful, and the ftvco script (find_tvcardoptions.sh) also
failed to discover a working configuration.

The most frustrating thing about it is that these same tuners have
worked for me before, until the system crashed.  Unfortunately, I was
backup-less (will never make that mistake again), so I can't go back
and look at the settings that worked then.

Is anyone using this card, or have any suggestions for how to figure
out the proper settings?

TIA,
-Scott

--

Scott Minneman
J.D. Candidate, 2007
The George Washington University Law School
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


  1   2   >