Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller

Chris Petersen wrote:

I did. Doesn't show me anything even with --showprogress (I removed 
the 2>&1)
I assume that it's sitting there waiting for ffmpeg to pickup the 
audio and video streams from the tmp dir. Does mythranscode create 
the audio and video fifos in a tmp directory?



the "waiting for mythtranscode to set up fifos" (which was the last 
thing you said nuvexport printed before failing) comes from nuvexport, 
and means that mythtranscode has not yet created the fifo's in the tmp 
dir.  It won't start ffmpeg until those are created.


Or have you moved on to a completely different error?


no, not a different error. But, look at this:

--
Now encoding:  The Office:  Performance Review
Encode started:  Thu Nov 17 15:10:58 2005
First pass...
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed:  0 of 53820 frames (0.00%),   0.00 fps
ffmpeg finished.
processed:  0 of 53820 frames (0.00%),   0.00 fps

ffmpeg died early.Please use the --debug option to figure out what went 
wrong.

--

To me, this looks like there's something wrong with ffmpeg. Hey wait a 
minute, Why does -4mv do in ffmpeg? I don't see it in ffmpeg.pm. This is 
the 1st pass --debug:


$ /bin/nice -n19 ffmpeg -y -f s16le -ar 48000 -ac 2 -i 
/tmp/fifodir_4835/audout -f rawvideo -pix_fmt yuv420p -s 480x480 -aspect 
1.33 -r 29.970 -i /tmp/fifodir_4835/vidout -aspect 
1.33 -r 29.970 -deinterlace -croptop 10 -cropbottom 10 
-cropleft 10 -cropright 10 -padleft 2 -padright 2 -s 620x464  -vcodec 
xvid -b 960 -minrate 32 -maxrate 1920 -bt 32 -bufsize 65535 -lumi_mask 
0.05 -dark_mask 0.02 -scplx_mask 0.5 -4mv -part -pass 1 -passlogfile 
'/tmp/xvid.4835.log' -f avi /dev/null


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


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller

Chris Petersen wrote:


yes, I have actually read the link and the trouble tickets at nuvexport.
I compiled and installed the cvs of nuvexport to see if that would help.
Yes, I do read, search the archives and google before I send a msg.



Then why didn't you run mythtranscode to see why it's not creating the 
fifo's?



I did. Doesn't show me anything even with --showprogress (I removed the 
2>&1)
I assume that it's sitting there waiting for ffmpeg to pickup the audio 
and video streams from the tmp dir. Does mythranscode create the audio 
and video fifos in a tmp directory?
Assuming this is true, I start ffmpeg (configured from the --debug 
output) and after removing -hq and -4mv (because -hq is unsupported and 
-4mv is... uh... I don't remember) received this error:

"unable to find a suitable output format for '1'"
then ffmpeg exited.

I don't know much about any of these apps, so debugging is just guessing 
on my part.
If vidout and audout are the pipes for mythtranscode, it looks like it 
IS  creating the fifos.

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


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller

Brad Fuller wrote:


Chris Petersen wrote:


what is unusual about this:

forking:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1003 -s 
2005-11-15-21-30-00 -f "/tmp/fifodir_2923/" --honorcutlist 2>&1




Nothing, unfortunately.  Had you actually read the link I pasted you 
before (does no one read these things), you'd know what to do with 
that command.



yes, I have actually read the link and the trouble tickets at nuvexport.
I compiled and installed the cvs of nuvexport to see if that would help.
Yes, I do read, search the archives and google before I send a msg.


oppss.. I mean I installed the cvs of ffmpeg.. .sorry
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller

Chris Petersen wrote:


what is unusual about this:

forking:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1003 -s 
2005-11-15-21-30-00 -f "/tmp/fifodir_2923/" --honorcutlist 2>&1



Nothing, unfortunately.  Had you actually read the link I pasted you 
before (does no one read these things), you'd know what to do with 
that command.


yes, I have actually read the link and the trouble tickets at nuvexport.
I compiled and installed the cvs of nuvexport to see if that would help.
Yes, I do read, search the archives and google before I send a msg.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller

Chris Petersen wrote:


I did that and I still receive the error:
"waiting for mytranscode to setup the fifos"



http://svn.forevermore.net/nuvexport/wiki/debug

You should only need the "mythtranscode" part of the commands to see 
what's going on.


what is unusual about this:

Choose a function, or episode(s) to remove:  c
Where would you like to export the files to? [.]
Enable Myth cutlist? [Yes]
Enable noise reduction (slower, but better results)? [Yes] no
Enable deinterlacing? [Yes] no
Crop broadcast overscan (2% border)? [Yes]
Audio bitrate? [128]
Variable bitrate video? [Yes]
Multi-pass (slower, but better quality)? [Yes]
Video bitrate? [960]
Default resolution based on 4:3 aspect ratio.
Width? [624]
Height? [464]


To encode:  The Office:  Performance Review
Use the following commands:
First pass...

system call:
mkdir -m 0755 /tmp/fifodir_2923/

forking:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1003 -s 
2005-11-15-21-30-00 -f "/tmp/fifodir_2923/" --honorcutlist 2>&1


forking:
/bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i 
/tmp/fifodir_2923/audout -f rawvideo -pix_fmt yuv420p -s 480x480 -aspect 
1.33 -r 29.970 -i /tmp/fifodir_2923/vidout -aspect 
1.33 -r 29.970 -croptop 10 -cropbottom 10 -cropleft 10 
-cropright 10 -padleft 2 -padright 2 -s 620x464  -vcodec xvid -b 960 
-minrate 32 -maxrate 1920 -bt 32 -bufsize 65535 -lumi_mask 0.05 
-dark_mask 0.02 -scplx_mask 0.5 -4mv -part -pass 1 -passlogfile 
'/tmp/xvid.2923.log' -f avi /dev/null 2>&1

Final pass...

system call:
mkdir -m 0755 /tmp/fifodir_2923/

forking:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1003 -s 
2005-11-15-21-30-00 -f "/tmp/fifodir_2923/" --honorcutlist 2>&1


forking:
/bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i 
/tmp/fifodir_2923/audout -f rawvideo -pix_fmt yuv420p -s 480x480 -aspect 
1.33 -r 29.970 -i /tmp/fifodir_2923/vidout -aspect 
1.33 -r 29.970 -croptop 10 -cropbottom 10 -cropleft 10 
-cropright 10 -padleft 2 -padright 2 -s 620x464  -vcodec xvid -b 960 
-minrate 32 -maxrate 1920 -bt 32 -bufsize 65535 -lumi_mask 0.05 
-dark_mask 0.02 -scplx_mask 0.5 -4mv -part -acodec mp3 -ab 128 -pass 2 
-passlogfile '/tmp/xvid.2923.log' -f avi "./The Office - Performance 
Review.avi" 2>&1


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


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller




James Fidell wrote:

  Quoting Chris Petersen ([EMAIL PROTECTED]):
  
  

  What are people doing about the yuvdenoise problems? If I say "no" to 
'enable noise reduction' ffmpeg still bombs.
  

And the error it bombs with is important..  if it's the "missing -hq" 
one, you'll have to revert ffmpeg or edit nuvexport to remove the 
option.  The only ffmpeg versions available to us fedora users still 
require -hq, and I'm not going to switch my desktop over to kubuntu any 
time soon.

  
  
Chris kindly helped me with this the other day. I grabbed the sources
for ffmpeg (specifically ffmpeg-0.4.9-10_cvs20050612.rhfc4.at.src.rpm,
though I believe Chris is using 0.4.9-9) from atrpms and built from
them. It seems to work fine.

(Sadly, the xvid output is very poor compared to the recorded input,
but I guess that's a different problem :)

  

I'm using the CVS as of 14Nov - 3277056.
Maybe I need to go back several months.



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


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-17 Thread Brad Fuller




Ben Holt wrote:

  On 16/11/05, Chris Petersen <[EMAIL PROTECTED]> wrote:

  
  
And the error it bombs with is important..  if it's the "missing -hq"
one, you'll have to revert ffmpeg or edit nuvexport to remove the
option.  The only ffmpeg versions available to us fedora users still
require -hq, and I'm not going to switch my desktop over to kubuntu any
time soon.

  
  
This is what got me going when using the latest ffmpeg:

https://svn.forevermore.net/nuvexport/ticket/24

Basically you want to add -pix_fmt yuv420p to ffmpeg.pm wherever -f
rawvideo is passed to ffmpeg being aware that $videotype is set to -f
rawvideo and so should also be followed with -pix_fmt yuv420p.
  

I did that and I still receive the error:
"waiting for mytranscode to setup the fifos"







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


Re: [mythtv-users] Nuvexport problems ffmpeg finishes immediately.

2005-11-16 Thread Brad Fuller

Chris Petersen wrote:

It exhibits the same behavior that you are experiencing.  I did have 
to downgrade my copy of nuvexport to the nuvexport-0.2-0.20050317.cvs 
package, as the newer 20051117 build was dying on yuvdenoise errors.



the yuvdenoise errors are because yuvdenoise is either broken (it was 
for awhile) or has completely changed its cli options (which it also 
did).  Reverting nuvexport won't help that.


What are people doing about the yuvdenoise problems? If I say "no" to 
'enable noise reduction' ffmpeg still bombs.

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


Re: [mythtv-users] Trouble getting Fedora?

2005-11-15 Thread Brad Fuller

Blake wrote:


Hey, guys,

I decided to give up on KnoppMyth (for reasons discussed earlier) 
and try  FC4 with Jaro(e?)d's guide, but I'm having a helluvatime 
getting an FC4  that passes the media test. I've donwloaded the discs 
via BitTorrent, then  FTPed them from Fedora, and I'm getting discs 
that look good, that  boot--the torrent one even installs 
beautifully*--but that when FC checks  them, says they don't pass the 
media check. I just cracked open a new  stack of TDK CDs, and still 
got the media check failure. I've used at  least two different CD 
burners--one CD, one DVD, actually.


I don't know what the deal is. I'm using a CD Burner XP Pro to 
burn the  ISO images, which I've never had trouble with before. I used 
it for  Knoppmyth for example, with no problem, and Knoppix. Though, I 
didn't do  any media checks, I just booted them and they worked. 
(Well, not  KnoppMyth, but it didn't fail to install, just didn't do 
what I wanted  after the installation.)


I'm really at a loss, here. Short of going down and buying FC4 
from the  store.


* You might say, "Why do you care?" But I don't want to invest the 
time in  trying to make Myth work if I'm screwed from the start 
because I've got a  bad FC image.



you could try
http://iso.linuxquestions.org/

Don't know how great it is. They say it is ;-)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Interesting PC Frontend idea...

2005-11-15 Thread Brad Fuller

Robert Johnston wrote:


Has anyone tried one of these systems as a frontend?

http://www.littlepc.com/products_fanless_p4.htm

That machine's around the same size as a standard internal CD-Rom drive.
 


I didn't see any mpg2 encoding
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Hauppauge PVR-250 and PCHDTV-3000 with 2.6.14.2 kernel

2005-11-15 Thread Brad Dorner
So are you saying that the PCHDTV-3000 will not work with the 150 or 500
cards? I currently have that as my hardware setup and was looking to
setup the PCHDTV-3000 within the next few weeks. Now I'm not sure if it
is worth the effort. I don't want to break what I have, my wife wont
forgive me if I do that.

Brad

On Mon, 2005-11-14 at 20:14 -0800, Dustin Nicholas Jenkins wrote:
> Tony,
> 
>   Excellent, that worked!  Thank you very much.
> 
> Dustin
> 
> On 13-Nov-05, at 11:13 PM, Tony Lill wrote:
> 
> > Use the tveeprom that was built with the kernel, not the one that was
> > built with the ivtv driver. YOu only need that one for the 150 and 500
> > cards.
> > --
> > Tony Lill, [EMAIL PROTECTED]
> > President, A. J. Lill Consultantsfax/data (519) 650 3571
> > 539 Grand Valley Dr., Cambridge, Ont. N3H 2S2 (519) 241 2461
> > --- http://www.ajlc.waterloo.on.ca/ 
> > "Welcome to All Things UNIX, where if it's not UNIX, it's CRAP!"
> >
> 
> ___
> 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] lircd.conf

2005-11-14 Thread Brad Fuller




Folashade Adeyosoye wrote:

  Yes   /var/log/lircd




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Marty Ravell
Sent: Monday, November 14, 2005 8:51 PM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] lircd.conf

  
  
I just dug out my old file (found on an old backup) for the remote
which worked fine with the PVR-350 receiver and old black/grey remote:


  
  ...
(conf file removed for brevity)

I copied this file you sent over to /etc/lircd.conf (Used Ultraedit from my
PC to make sure it got the CR's right).

irw returns nothing on any button press now. Restarts of lircd with
/sbin/service don't have any effect.

Does lircd have a log file? I've not been able to find one so far.
  

I've always had to 
stop lircd
depmod -a
modprobe lirc_i2c
start lircd

to get lircd to work again.


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


Re: [mythtv-users] installing nuvexport - lve not compiling - like to have package

2005-11-14 Thread Brad Fuller

Chris Petersen wrote:


All of the packages that I found at various repos have a log showing the
build of lve broken. Does anyone know where I can get the lve package?
I'm having a terrible time trying to get lve to compile (avutil.h was
missing in some directories and so I copied it to all. Then, I get a
several errors so it won't make)



It does not compile with new gcc's...  install package with --nodeps 
and live without mpeg2cut.


yuck, really? I hate to install anything with --nodeps. That could cause 
problems later.

I guess a perl script isn't the worst in the world, though.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] installing nuvexport - lve not compiling - like to have package

2005-11-14 Thread Brad Fuller

nuvexport checks to see if lve is installed.

All of the packages that I found at various repos have a log showing the
build of lve broken. Does anyone know where I can get the lve package?
I'm having a terrible time trying to get lve to compile (avutil.h was
missing in some directories and so I copied it to all. Then, I get a
several errors so it won't make)

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


Re: [mythtv-users] lircd.conf

2005-11-14 Thread Brad Fuller




Marty Ravell wrote:

  
 

if mode2 works, that would seem to point at a bad lircd.conf. I 
personally didn't have any problem once I got mode2 to work. I believe I 
used a lircd.conf from jarods site although can't recall for sure.


  
  
For my particular remote (the older Grey and Black one) the FC3 page on
Jarod's site talks about using a file called : 

/usr/share/doc/ivtv-*/lircd-g.conf

I believe that this is the file I originally had working but for some reason
I don't have it now. If I cd to /usr/share/doc/ivtv-* I end up in
/usr/share/doc/ivtv-0.4.0 but there is no lircd-g.conf there.
  

you can find a lot for different remotes in:
/usr/share/doc/lirc-*/remotes/...


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


Re: [mythtv-users] MythTV Sharing Question

2005-11-14 Thread Brad Fuller

Gary Franczyk wrote:


I understand that it is a touchy subject.  I guess it would have to be a
plug-in.  


Of course, if I missed an episode of Mythbusters, it would be great to pull
it off of someone else's hard drive. 


On Monday 14 November 2005 01:51 pm, Gary Franczyk wrote:
 


Hi, is there a way I can share a MythTV system with my friends?


I mean, I would like to see the TV shows that my friends have recorded on
MY MythTv box  And perhaps select them to download to my box when I
want to watch them.   (even if I cant watch them right away and I have to
wait for the system to download the file
_

I'm not affiliated with the developers or anything, but I rather suspect 
MythTV having an official p2p function is less than likely since that would 
introduce the issues that plaque other p2p programs..


 

why can't you just copy their .nuv file and associated .png file and put 
it in your video directory?

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


Re: Installing older Kernel (was: Re: [mythtv-users] ivtv-kmdl andlirc-kmdl for 2.6.14-1.1637 missing)

2005-11-13 Thread Brad Fuller

Jos Hoekstra wrote:


Brad Fuller schreef:


what I did was:

* Google for  kernel-2.6.13-1.1532_FC4.i686.rpm
* Download it from http://rpmfind.net Hope this is no a mistake! I 
don't know this site! What an easy way to infiltrate with a virus)

* # yum localinstall kernel-2.6.13-1.1532_FC4.i686.rpm

This will install, along with dependencies if available, as a regular 
yum install. Now I have the older 11 version kernel, the newer 14 and 
this version.

So far, it works fine. I'm now going thru the jarod's install entirely.

brad


rpmfind.net is a legit site ;)
But wouldn't a graphical frontend to either apt-get or smart be a good 
thing?
It allows you to select a kernel you like and the drivers to accompany 
it.
I had troubles with apt-get on FC4 but smart zuits my needs pretty 
well :)

Just a suggestion,


yeah... I've used KYum on my FC3 boxes and it works quite well.

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


Re: Installing older Kernel (was: Re: [mythtv-users] ivtv-kmdl andlirc-kmdl for 2.6.14-1.1637 missing)

2005-11-13 Thread Brad Fuller




Korey Fort wrote:

  
  


  
  
  
   
  
  
  
  From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of Brad Fuller
  Sent: Sunday, November
13, 2005
12:26 PM
  To: Discussion about mythtv
  Subject: Re:
Installing older
Kernel (was: Re: [mythtv-users] ivtv-kmdl andlirc-kmdl for
2.6.14-1.1637
missing)
  
   
  Brad Fuller wrote: 
  Brad Fuller wrote: 
  Brad Fuller wrote: 
  Darren Coleman wrote: 
  This is good advice.
   
  I have learnt through previous trial-and-error to stop blindly using "yum
  update" to upgrade the kernel until I am sure ivtv-kmdl has been updated for
  the new kernel. :)
   
  Daz
      
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED]] On Behalf Of Jos Hoekstra
Sent: 13 November 2005 09:05
To: Discussion about mythtv
Subject: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637
missing
 
As usual we should give Axel a bit of time to get everything together,
he 's doing a great job building everything so we don't have to.
Paying back with a bit of patience is the least we can do ;)
 
Regards,
 
Jos
    
  
  Thanks all for replies. 
I honestly didn't know that I was using a kernel that was so new! I was
just
going through Jarod's guide.
Ok, what kernel is safe?
  
BTW, Axel sent this FYI:
  
  
  
  --
  ivtv is in the repo, but the generated links on the webpage broke since
  Nov. 5th. Thanks for reproting! Either add /all/ in the link or use
  smart/apt/yum etc.
   
  Finally alsa-driver is broken on 2.6.14, too. I'll upload 1.0.10rc3
  later today.
   
  On the long run I'll try to focus with v4l/ivtv/mythtv bits on RHEL4,
  and try to convince Jarod to rebase his guide (although 99% is the
  same as FC4). FC4 is upgrading the kernel far too often, including
  major upgrades and broken ones, too. And I'd like a more stable
  platform for productive systems, including PVRs.
  
  -- 
  Axel.Thimm at ATrpms.net
  ---
  
  When I do:
yum list kernel*
  
There are no other kernel's available but the ones I have installed
(2.6.14-1.1637_FC4 and the old 2.6.11-1.1369_FC4)
How can I go back a version with yum? (say 1532, seems appropriate?) 
  oh... I did try to manually
install the 1532 kernel
with rpm, but rpm complained that I had a newer kernel and refused to
install.
  
I don't know about kernels and versions AFA: can you install a kernel
with rpm
and then just update grub.conf to pick which one to boot with?  Will
all
kernels still be available IF you install them with 'rpm" rather than
'yum' or 'apt-get'? 
  
Put another way, does yum and apt-get have some magic of installing
multiple
kernels (in their unique dirs) that rpm does not?
  
Better would be if I could yum install kernel at some older level, but
none
seem to be available on the fedora sites. (per my last msg)
  
thanks for the help,
brad
  before you ask, yes, I used
rpm -i not -U to install
the older kernel rpm
   
   
  You could
always exclude the kernel’s
from being updated by yum and build a custom kernel [ www.kernel.org ] for your system. 
   
  "Let ye without segmentation
fault cast the first int!"
  
  
  

what I did was:

* Google for  kernel-2.6.13-1.1532_FC4.i686.rpm 
* Download it from http://rpmfind.net Hope this is no a mistake! I
don't know this site! What an easy way to infiltrate with a virus)
* # yum localinstall kernel-2.6.13-1.1532_FC4.i686.rpm

This will install, along with dependencies if available, as a regular
yum install. Now I have the older 11 version kernel, the newer 14 and
this version.
So far, it works fine. I'm now going thru the jarod's install entirely.

brad


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


Re: Installing older Kernel (was: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637 missing)

2005-11-13 Thread Brad Fuller




Brad Fuller wrote:

  
  
Brad Fuller wrote:
  


Brad Fuller wrote:

  
  
Darren Coleman wrote:
  
This is good advice.

I have learnt through previous trial-and-error to stop blindly using "yum
update" to upgrade the kernel until I am sure ivtv-kmdl has been updated for
the new kernel. :)

Daz


  -Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED]] On Behalf Of Jos Hoekstra
Sent: 13 November 2005 09:05
To: Discussion about mythtv
Subject: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637
missing

As usual we should give Axel a bit of time to get everything together,
he 's doing a great job building everything so we don't have to.
Paying back with a bit of patience is the least we can do ;)

Regards,

Jos


  
Thanks all for replies. 
I honestly didn't know that I was using a kernel that was so new! I was
just going through Jarod's guide.
Ok, what kernel is safe?
  
BTW, Axel sent this FYI:
  
  --
ivtv is in the repo, but the generated links on the webpage broke since
Nov. 5th. Thanks for reproting! Either add /all/ in the link or use
smart/apt/yum etc.

Finally alsa-driver is broken on 2.6.14, too. I'll upload 1.0.10rc3
later today.

On the long run I'll try to focus with v4l/ivtv/mythtv bits on RHEL4,
and try to convince Jarod to rebase his guide (although 99% is the
same as FC4). FC4 is upgrading the kernel far too often, including
major upgrades and broken ones, too. And I'd like a more stable
platform for productive systems, including PVRs.
-- 
Axel.Thimm at ATrpms.net
---


When I do:
yum list kernel*

There are no other kernel's available but the ones I have installed
(2.6.14-1.1637_FC4 and the old 2.6.11-1.1369_FC4)
How can I go back a version with yum? (say 1532, seems appropriate?) 
  
oh... I did try to manually install the 1532 kernel with rpm, but rpm
complained that I had a newer kernel and refused to install.
  
I don't know about kernels and versions AFA: can you install a kernel
with rpm and then just update grub.conf to pick which one to boot
with?  Will all kernels still be available IF you install them with
'rpm" rather than 'yum' or 'apt-get'? 
  
Put another way, does yum and apt-get have some magic of installing
multiple kernels (in their unique dirs) that rpm does not?
  
Better would be if I could yum install kernel at some older level, but
none seem to be available on the fedora sites. (per my last msg)
  
thanks for the help,
brad
before you ask, yes, I used rpm -i not -U to install the older kernel
rpm


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


Installing older Kernel (was: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637 missing)

2005-11-13 Thread Brad Fuller




Brad Fuller wrote:

  
  
Brad Fuller wrote:
  


Darren Coleman wrote:

  This is good advice.

I have learnt through previous trial-and-error to stop blindly using "yum
update" to upgrade the kernel until I am sure ivtv-kmdl has been updated for
the new kernel. :)

Daz

  
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED]] On Behalf Of Jos Hoekstra
Sent: 13 November 2005 09:05
To: Discussion about mythtv
Subject: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637
missing

As usual we should give Axel a bit of time to get everything together,
he 's doing a great job building everything so we don't have to.
Paying back with a bit of patience is the least we can do ;)

Regards,

Jos

  

Thanks all for replies. 
I honestly didn't know that I was using a kernel that was so new! I was
just going through Jarod's guide.
Ok, what kernel is safe?

BTW, Axel sent this FYI:

--
ivtv is in the repo, but the generated links on the webpage broke since
Nov. 5th. Thanks for reproting! Either add /all/ in the link or use
smart/apt/yum etc.

Finally alsa-driver is broken on 2.6.14, too. I'll upload 1.0.10rc3
later today.

On the long run I'll try to focus with v4l/ivtv/mythtv bits on RHEL4,
and try to convince Jarod to rebase his guide (although 99% is the
same as FC4). FC4 is upgrading the kernel far too often, including
major upgrades and broken ones, too. And I'd like a more stable
platform for productive systems, including PVRs.
-- 
Axel.Thimm at ATrpms.net
---

  
When I do:
yum list kernel*
  
There are no other kernel's available but the ones I have installed
(2.6.14-1.1637_FC4 and the old 2.6.11-1.1369_FC4)
How can I go back a version with yum? (say 1532, seems appropriate?) 

oh... I did try to manually install the 1532 kernel with rpm, but rpm
complained that I had a newer kernel and refused to install.

I don't know about kernels and versions AFA: can you install a kernel
with rpm and then just update grub.conf to pick which one to boot
with?  Will all kernels still be available IF you install them with
'rpm" rather than 'yum' or 'apt-get'? 

Put another way, does yum and apt-get have some magic of installing
multiple kernels (in their unique dirs) that rpm does not?

Better would be if I could yum install kernel at some older level, but
none seem to be available on the fedora sites. (per my last msg)

thanks for the help,
brad


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


Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637 missing

2005-11-13 Thread Brad Fuller




Brad Fuller wrote:

  
  
Darren Coleman wrote:
  
This is good advice.

I have learnt through previous trial-and-error to stop blindly using "yum
update" to upgrade the kernel until I am sure ivtv-kmdl has been updated for
the new kernel. :)

Daz


  -Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED]] On Behalf Of Jos Hoekstra
Sent: 13 November 2005 09:05
To: Discussion about mythtv
Subject: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637
missing

As usual we should give Axel a bit of time to get everything together,
he 's doing a great job building everything so we don't have to.
Paying back with a bit of patience is the least we can do ;)

Regards,

Jos


  
Thanks all for replies. 
I honestly didn't know that I was using a kernel that was so new! I was
just going through Jarod's guide.
Ok, what kernel is safe?
  
BTW, Axel sent this FYI:
  
  --
ivtv is in the repo, but the generated links on the webpage broke since
Nov. 5th. Thanks for reproting! Either add /all/ in the link or use
smart/apt/yum etc.

Finally alsa-driver is broken on 2.6.14, too. I'll upload 1.0.10rc3
later today.

On the long run I'll try to focus with v4l/ivtv/mythtv bits on RHEL4,
and try to convince Jarod to rebase his guide (although 99% is the
same as FC4). FC4 is upgrading the kernel far too often, including
major upgrades and broken ones, too. And I'd like a more stable
platform for productive systems, including PVRs.
-- 
Axel.Thimm at ATrpms.net
---


When I do:
yum list kernel*

There are no other kernel's available but the ones I have installed
(2.6.14-1.1637_FC4 and the old 2.6.11-1.1369_FC4)
How can I go back a version with yum? (say 1532, seems appropriate?) 


  
  

  
Brad Fuller schreef:
  
  
These two kernel modules do not appear to be available on ATRPMs.
A place for ivtv-kmdl for this kernel appears on the site, but no real
file exists when you click the link.
I didn't see lirc-kmdl at all.

Do you know where I could grab these?

  

  




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


Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637 missing

2005-11-13 Thread Brad Fuller




Darren Coleman wrote:

  This is good advice.

I have learnt through previous trial-and-error to stop blindly using "yum
update" to upgrade the kernel until I am sure ivtv-kmdl has been updated for
the new kernel. :)

Daz


  
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:mythtv-users-
[EMAIL PROTECTED]] On Behalf Of Jos Hoekstra
Sent: 13 November 2005 09:05
To: Discussion about mythtv
Subject: Re: [mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637
missing

As usual we should give Axel a bit of time to get everything together,
he 's doing a great job building everything so we don't have to.
Paying back with a bit of patience is the least we can do ;)

Regards,

Jos

  

Thanks all for replies. 
I honestly didn't know that I was using a kernel that was so new! I was
just going through Jarod's guide.
Ok, what kernel is safe?

BTW, Axel sent this FYI:

--
ivtv is in the repo, but the generated links on the webpage broke since
Nov. 5th. Thanks for reproting! Either add /all/ in the link or use
smart/apt/yum etc.

Finally alsa-driver is broken on 2.6.14, too. I'll upload 1.0.10rc3
later today.

On the long run I'll try to focus with v4l/ivtv/mythtv bits on RHEL4,
and try to convince Jarod to rebase his guide (although 99% is the
same as FC4). FC4 is upgrading the kernel far too often, including
major upgrades and broken ones, too. And I'd like a more stable
platform for productive systems, including PVRs.
-- 
Axel.Thimm at ATrpms.net
---




  


Brad Fuller schreef:



  These two kernel modules do not appear to be available on ATRPMs.
A place for ivtv-kmdl for this kernel appears on the site, but no real
file exists when you click the link.
I didn't see lirc-kmdl at all.

Do you know where I could grab these?
  

  




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


[mythtv-users] ivtv-kmdl and lirc-kmdl for 2.6.14-1.1637 missing

2005-11-13 Thread Brad Fuller

These two kernel modules do not appear to be available on ATRPMs.
A place for ivtv-kmdl for this kernel appears on the site, but no real
file exists when you click the link.
I didn't see lirc-kmdl at all.

Do you know where I could grab these?

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


Re: [mythtv-users] pass info for job queue status

2005-10-28 Thread Brad Benson
On 10/28/05, WiFi Fun <[EMAIL PROTECTED]> wrote:
I am working on a myth2ipod/portable script with some great help froma few others. I need some direction as to where to look for an exampleof providing progress information so that  the backend status onmythweb and system info can display progress. After poring through
scripts, I am stumped as to where to look for doing this. It would begreat to send a percentage complete, or fps of the encoding process sothe user can monitor this.
Some time again I made a few modifications to nuvexport to support
updating of the status when running user jobs.  I don't currently
have access to those mods as the machine holding them is currently down
so I can't really give many specifics at the moment.  However,
when you view the status of a job in mythweb and it shows percentage
complete, FPS, etc what it is displaying to you is the value in the
comment field of the jobqueue table in mysql.  So any status
information you want to pass to other apps should be inserted into
mythconverg.jobqueue.comment for the job it pertains to.

If the app you're writing is in C++ I believe you will find some
methods to update this field in jobqueue.cpp (don't recall offhand
where that file lives in the source tree).  If your app isn't in
C++ then you'll probably have to write your own methods to access the
DB and update that field.

Hope that helps,
Brad Benson

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


Re: [mythtv-users] Blank Screen PVR-150 and LiveTV

2005-10-24 Thread Brad Dorner
Try looking at the file permissions on /dev/video0. Something on my
system keeps changing my permissions. The result is a blank screen while
I try to view live tv. 

Brad

On Mon, 2005-10-24 at 16:54 -0400, Josh Boggis wrote:
> 
> 
> On 10/24/05, Hugues Belanger <[EMAIL PROTECTED]> wrote: 
> Hey All,
> 
> Well I've always been a big fan of MythTV, but I've yet to get
> it working properly...! 
> 
> I've tried two different capture cards and I get the same
> problem now I figure it must be something I just don't
> understand this is why I'm begging for help:
> 
> Hardware:
> 
> MediaReady 5000
> Via 1G CPU
> VIA S3 Unichrome w/tvOut 
> PVR 150
> 
> Software:
> 
> Ubuntu 5.04
> ivtv 0.38
> mythtb 0.18.1
> 
> Here's what I know:
> 
> ivtv works, mplayer /dev/outputs video and ptune.pl allows me
> to change channels. Not sure about the sound yet I have got
> that far. 
> I can play movies with mythvideo.
> 
> I configure mythtv-setup with the following
> 
> -capture card v4l
> 
> /dev/video0
> /dev/dsp
> /dev/vbi0
> tuner 0
> 
> - Configured Video Source starchoice (zapt2it) 
> 
> - Configured input Connnection
> /dev/video0 --> Tuner0
> 
> When I start Livetv I just get a blanck screen with the
> following in my mythbackend.log:
>  
>  
> I just setup MythTV this weekend with my PVR-150.  For capture card I
> used the MPEG-2, not v4l.  Works for me!
>  
> 
>  
> 
> ___
> 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] Re: run transcode on selected programs schedules

2005-10-19 Thread Brad
I want to transcode some shows automatically, but not all. This overlaps with another thread talking about adding support for the iPod 5G (w/ video). Look here:http://www.gossamer-threads.com/lists/mythtv/users/155586?#155586Brad___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Video iPod

2005-10-19 Thread Brad
I think you guys are arguing two different points. Some are saying that if using QuickTime, you need QuickTime Pro because the non-Pro version doesn't have the appropriate video encoding tools. Others are saying that you don't need either QuickTime or QuickTime Pro because open-source software is da bomb... (And some are saying you can use non-free programs like freeware or applications from vendors other than Apple.) You're all right, alright? Correct!I also agree the ffmpeg should do the trick. So, we need a method that the user can select which recordings should be "podcast-enabled". Seeing as transcoding is required, and could be beneficial for other uses besides podcasts, I think that it would be beneficial to take a little more generic path for implementation. For example, I don't have automatic transcoding enabled on my setup but I would find it useful if I could occasionally set one particular recording subscription to transcode from MPEG2 to DiVX (.avi). We could also facilitate this with this implementation.I think that it would make the most sense to add "Transcode/Podcast Options" to the Recording Options menu. Selecting it, the user should be able to:a) indicate this recording subscription is to be transcodedb) select between a few preset transcode qualities ("Quicktime for iPod", "H.264 for iPod" (not sure that ffmpeg can do that)). The user should be able to create or delete a custom transcode quality setting.c) indicate if the original non-transcoded item should be deleted or remain once transcoding is completed) indicate a location for the resulting transcoded file to be placed.e) indicate if the transcoded file should be podcastf) select a location for the RSS feed, which would either be created if it didn't exist, or the entries would be added to the existing RSS feed if it did exist. This also would allow the user to have multiple RSS feeds so, for example, each show could have its own RSS feed or xe* could have one feed for all shows.The user would then need to only add the URL for the RSS feed location to iTunes to have it automatically copy new recordings to the iPod 5G (in accordance with his podcast settings).I think this is seriously cool, btw, and I'm pretty sure this would have me buying (yet another) iPod in no time if it were implemented.  :-DBrad---* see http://www.braddolman.com/misc/xe.html___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Apple iMac Remote

2005-10-14 Thread Brad
One problem that I see with the Apple Remote is that it lacks number  
keys for changing the channel. I agree with their "simplification"  
stand -- the average remote is *way* to complicated for what it  
does... but scrolling through 60 channels isn't fun either. I think  
if they ever at TV/DVR functionality, they'll have to add a number  
pad to the remote (which would still leave it with less than 1/2 the  
number of buttons on a Media Center PC Remote) --- Although, I bet a  
scroll wheel


Joshua said:


Otherwise the iMac has built in Bluetooth, so I plan
on using my mobile phone as the remote.


Just FYI, some time ago, I wrote a script for use with Salling  
Clicker that lets you use a bluetooth phone as a remote for MythTV  
Frontend for Mac. Its very simple, but I use it all the time and am  
pretty happy with it... I keep meaning to polish it up, but I'm too  
busy watching TV. Anyway, I wrote it for my T616 but I think it  
should translate fairly well for most phones. You can download it  
from here:


http://homepage.mac.com/bdolman/FileSharing1.html
Obviously, it also requires Salling Clicker. ( http://www.salling.com/ 
clicker/ )


Comments, suggestions, improvements, or if anyone wants me to explain  
it - just drop me a note.


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


[mythtv-users] Re: Who wants to help me develop a new theme? It's time.

2005-10-12 Thread Brad
The gods of User Experience have spoken ( http://www.apple.com/imac/frontrow.html ) let's offer them the highest form of flattery. Lets see if we can get a hold of some full res screenshots, and put together a team to turn this out quickly. Please reply to this email with a list of your skills. My very first thought when I saw that was "Wow, that looks nice... I wonder if I could make a MythTV theme like that...".  That said, I don't think I can. :-) But I'd be willing to try. I've already done one MythTV theme - which I use everyday -- and love. Its a far cry from the silky goodness that Apple is serving up though.There's a Front Row walk-through here: http://www.apple.com/imac/tour/ . I'm not so sure about some of the sound effects, but certainly its the simplest and cleanest UI I've seen for this type of application. I love how your desktop transitions to Front Row... that's cool (although not necessary for MythTV). I really like how it is very iPod-like to step through various screens. I don't think we could get some of the eye-candy on my poor little Celeron -- I guess they are using Quartz Extreme for some of the reflections/transitions/etc.Brad___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: MythTV and the new video iPod -- how long do we have to wait? :)

2005-10-12 Thread Brad
> So, in light of this new announcement, I'm throwing the gauntlet down. ...> makes it possible to export mythtv recordings to the new video ipod in > 3 months time. (Let's say 1/31/2006). No doubt, I mean, seriously -- how long must we be forced to wait!  ;-)  Kidding aside, I would love to see this too - although I can't see myself getting a video iPod for sometime (I "just" got my photo - which I'm still thrilled about - and probably getting a nano for my gf first).Surely this is just another nuvexport profile??? So what your asking for is integration of nuvexport into myth, which is User Jobs??? Well, perhaps. I'm *very* happy to have nuvexport (*very*), but to be honest I not-so-secretly yearn for the day when we can *easily* transcode programs with nothing more than a remote control (*sigh*).If I were to have a video iPod, I would want to be able to mark specific recordings (such as "The Daily Show") to be transcoded with the appropriate settings and automatically sync'd to my iPod the next time it is connected. It would probably be fine if the actual syncing occurred through iTunes, as that is already used for syncing my music, podcasts, contacts, notes (my "read later" web pages), calendar, and photos. Hmmm... come to think of it, that would probably bump my priority on the purchase of a video iPod up a few notches. ;-)I think I'll download iTunes 6 now and see if I can figure out how it handles video syncing.-Brad___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] US Broadcast Flag

2005-10-11 Thread Brad Fuller
Those in the US, might want to send your rep a msg about how you feel 
toward recent MPAA and RIAAs tactics.


http://www.eff.org/deeplinks/archives/004047.php

the EFF article has a convenient way to contact your rep (see last link 
in article.) Or, you can always write your rep directly.


--
Brad Fuller
See me on O'Reilly: http://www.oreillynet.com/pub/au/2184

** Sonaural Audio Studios **

Hear us online: www.Sonaural.com



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


Re: [mythtv-users] Controlling a cable box that outputs only on a single channel.

2005-10-11 Thread Brad Benson
On 10/11/05, Steve <[EMAIL PROTECTED]> wrote:
I have a strange predicament, or at least I haven't stumbled upon
anyone else with it yet. I have a Scientific Atlanta 4200HD box. I am
using the cable out on the back of my cable box and it goes into my
second tuner card (PVR-250). Here's the problem:

 
The cable box's cable out only broadcasts on channel 3. So when
Myth has a listing for lets say... channel 5, it tunes from 3 to 5. Now
it only picks up static, however for it to work, it needs to stay tuned
on 3. The cable box can be on whatever channel needs to be recorded,
that's why I bought an IR Blaster, but getting that to work is a
problem for later. I hope most, or at least all of this, made sense.


___
When you run mythtv-setup and configure your capture cards you need to
tell myth not to change channels on the tuner that's connected to your
cable box.  I believe this setting is in the Input Connections
section.  You select Tuner0 for the 250 and tell it which source
is connected to that input.  There is a box towards the bottom of
that screen where you can enter an external channel changer
command.  This is where you put the full path to the script you'll
use to control the IR blaster and change channels on the cable
box.  Just below that there is a box labelled something like
'Preset tuner to channel'.  You want to enter 3 in that box. 
It tells myth to set its tuner to channel 3 whenever it uses that
input.  Obviously, you'll also need to get the IR blaster working
so myth can actually change the channel on the cable box.

As another alternative, you could use composite or s-video cables to
connect the cable box to the pvr-250.  This would completely
bypass the tuner on the 250 and prevent this problem, but you'll still
need to configure the external channel changing.

Hope that helps,
Brad


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


Re: [mythtv-users] OT: MythTV Home Automation

2005-10-11 Thread Brad Fuller




On 01:38 PM Thom Paine wrote:
> Since this isn't anything to do
with mythtv, feel free to email me off list and I'll gladly help you
out all I can.
> 

I'm interested though! Can you keep it on the list? Or, is there a list
to monitor?


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


Re: [mythtv-users] Fine tuning picture quality

2005-10-11 Thread Brad Fuller

Allan Mcintosh wrote:


Hey,

Can anyone suggest an  application or procedure to fine tune picture 
quality. IE Adjusting brightness, contrast color's and so forth? I am 
unable to do this manually.


Are there any linux apps to do this? Something similar to Avia.


For manual procedure:

http://www.videoessentials.com/index.php


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


[mythtv-users] Todd (was: Need suggestion for Frontend only fanless solution)

2005-10-08 Thread Brad
Todd Houle said:And I do run MythOnMac on my laptop - over wireless even. I have an old 802.11b router so I get a 1/2 second pause every 3 seconds of show. Kinda annoying, but to watch the game and keep up on the score while i wash dishes, it works just fine. Someday I'll get an 802.11g router and I hope that'll fix it. Hey Todd, just an aside that the pauses are most likely caused by your wireless network. Most likely, you're trying to send too much data over your poor 802.11b network. This was happening to me, even on 802.11g, because I had settings cranked so high that the captured image actually appeared better than the live feed.  ;-)  Anyway, just lower the bitrate setting for "LiveTV" setting or the appropriate recording settings until the problem goes away. You may sacrifice a bit of picture quality but get rid of that annoying pause.  :-)Cheers,Brad___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Need suggestion for Frontend only fanless solution

2005-10-08 Thread Brad
Just as point of reference, I occasionally use my Mac (a powerbook g4  
1.25Ghz) as a wireless frontend for MythTV. I'd have to say that it  
works great. I guess it is pretty comparable to (perhaps a little  
better than) the Mac Mini in terms of performance, and I have  
absolutely no problems with the MythFrontend binary for Mac. I'm only  
running SD but it works really well. I *think* I could run HD, but I  
have no real basis for that assumption. I think its reasonable to  
assume that a Mac Mini would not be able to do HD. Apple did,  
however, increase the RAM included with the mini - which should be  
sufficient for a frontend and OSX, they have two models with built-in  
WiFi and Bluetooth as well. Finally, there is a rumour currently that  
Apple is silently upgrading the processor speed as well. The official  
Apple page is here:  http://www.apple.com/macmini/


I've considered many of the other options that have been mentioned  
here as well. For me the Roku, although great in terms of size,  
price, and quietness - its a no-starter for me because it doesn't  
support the full MythFrontend functionality. I don't think its  
possible to get it to play MPEG4, DiVX, .AVIs, etc. which is probably  
60% of my usage.


I do have a Pundit (original, not "-R") and am very happy with it --  
but I'm not sure if those are still available. I asked a local shop  
about getting another one and they said they've been discontinued  
(although I think it may still be possible to track some down). I  
have my Pundit sitting, literally, 18 inches from my ear right now  
and I can barely hear a whisper from it. Although it is a little too  
loud with a DVD in it cranking away at 16X, but that's to be expected.


I like the Mac as a frontend and, if I couldn't source another  
original Pundit (which would be cheaper) then I would seriously  
consider getting a Mac Mini for this purpose. Its a little more  
expensive, but I haven't seen anything else that can compare in terms  
of form factor and looks. Also, it would take me about 15 minutes -  
tops - from taking the Mac Mini out of the box to have it working  
with my backend.  Even with all my experience with the Pundit, I  
would set aside an afternoon to get that configured, tweaked, and  
running.


Hope this info is helpful to someone!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Re: New MythMusic Theme - 4 bins

2005-10-07 Thread Brad

Phlepper,

Well, I don't think I have that in my version (.16.1) -- another  
reason to get around to upgrading, I guess. But what I was really  
"dreaming" about was that MythTV would just read the iTunes library  
natively thereby preserving all my iTunes playlists, ratings, and  
whatnot when accessing from MythTV. This would be my "Holy Grail" --  
having all my music in one place accessible through either MythTV or  
iTunes.


Brad

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


Re: [mythtv-users] Re: (Ciaran) - New MythMusic Theme - 4 Bins

2005-10-07 Thread Brad Benson
On 10/7/05, Graeme Hilton <[EMAIL PROTECTED]> wrote:
Ciaran wrote:> Hmm, perhaps my usage is strange behaviour then.  Effectively I'd like> it to 'use up' items on a playlist, so its busy playing random songs,> then I enqueue a song to play next, then one after, and then one after
> that, once its played one song on the 'queued' list it then plays the> next, then the next, but after that one, the 'queued' list is played> out and it just goes back to playing whatever it was going to do
> before, either part of a playlist or general random play.>> Often I'll have set up the playlist to play say some 'Muse', then> someone says, oh I was listening to this great track the other night,
> have you got  'Hey jude' . ...clickity click, hey jude comes up ,> plays through and then it automatically goes back to the 'muse'> playlist,>> But perhaps no-one else wants behaviour like this, and I just need to
> re-train myself ;)You're not the only person who would want this functionality.  It sounds like something I would use a lot of the time.Agreed. 
I would love something like this as well.  In fact, the software I
used before I built my Myth box had this exact functionality and it was
great for parties and similar gatherings.  When I use MythMusic
for parties no one really touches the playlist, they just bitch to me
if they don't like something that's playing and then I have to go
adjust the playlist.  This queueing functionality would be great
as it would let anyone add songs to the playlist very easily.

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


Re: [mythtv-users] Re: Comcast being coy?

2005-10-07 Thread Brad Benson
On 10/7/05, Steve Adeff <[EMAIL PROTECTED]> wrote:
Does comcast charge a DVR fee on top of the box charge?
No, I don't believe they do - just the $10/month for the DVR box.  

One other thing I forgot to mention about the craptasticness of the Comcast HD-DVR:

It apparently also requires a box at the head-end to function
correctly.  Last week the cable was out at my sister's place for
about 2 hours.  So we figured no big deal, we'll just watch
something that's already recorded. NOPE.  Turn on the TV and DVR
and what do we see?  A dialog box in the middle of the screen that
says "This channel should be available shortly".  No keypresses on
the remote or front of the DVR had any effect whatsoever.  I
couldn't even see what had been recorded, let alone watch
anything.  If the DVR doesn't work when the cable is out, doesn't
that effectively remove one of the best features of the system? 
That's just retarded if you ask me.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Can't seem to build Mythtv in SUSE 10 on a 64 bit amd system

2005-10-07 Thread Brad Dorner
Is there a problem with this type of setup? It seems to be looking in
the wrong location for the files.

Thanks
Brad

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


Re: [mythtv-users] Re: Comcast being coy?

2005-10-07 Thread Brad Benson
On 10/7/05, Marc Infield <[EMAIL PROTECTED]> wrote:
I was also impressed that they only charge $5 more for their DVR, arethey any good? I hope not, by the time you add up what I haveinvested in parts for all my Myth learning it would end being DVRrentals for about 10 years. :)

No, the Comcast HD-DVR is crap.  My sister has one and the storage
space is severely lacking.  I don't recall off hand how many hours
it can store, but it's not much more than 10, if that.  Also, they
seem to have a serious bug in them.  If the DVR is powered off and
it is scheduled to record a show it will actually begin the recording,
but not display to the user that it is powered on and working.  If
you then hit the power button while it is recording it will turn on and
display video so you can watch TV on the second tuner.  However,
the second tuner is MUTED.  I have yet to find a way to get it to
unmute other than turning off the DVR (which kills whatever recording
was in progress) and then turning it back on.  Also, it clearly
has two tuners since you can record and watch at the same time, but I
also haven't yet been able to get it to record two shows at once. 
If there's two tuners in there I see no reason why it shouldn't be able
to record two shows if I'm not using either of the tuners to watch TV.

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


Re: [mythtv-users] Audio echo/stutter

2005-10-07 Thread Brad Benson
I've been having this exact same problem.  I had been using ivtv
version 0.3.6w successfully for some time with a PVR-350 and a
PVR-500.  I could only get one tuner working on the PVR-500 and
finally figured out that it was bad hardware.  Hauppauge replaced
the 500 for me and sometime relatively shortly after replacing that
card 0.3.6w stopped working for me.  I don't recall now exactly
what the problem was that started occurring, but I ended up upgrading
to 0.3.8.  I've seen the exact problem you describe below with
0.3.8, 0.3.9 (various svn revisions including at least 2745 and 2738),
as well as 0.3.7 and various 0.3.7x (x = a-z) releases.  I've also
tried reverting to 0.3.6w which used to work, but now when I use 0.3.6w
I get zero-byte files from the second tuner of the PVR-500.  I
searched both the mailing list and google and the best I could come up
with was some info on the IOBOUND error messages that implied there may
be some sort of network problem as my video storage is mounted via
NFS.  My NFS server is a PII 266 so I thought that maybe it
doesn't have enough horsepower to do everything it needs to do. 
The thing that seems odd is that that file server hasn't never been a
problem before and it's been serving the video storage partition for
close to a year before this problem started.  The file server is
connected to the backend via 10/100 ethernet so it shouldn't be a
bandwidth problem that's causing this.  I've still using a cvs
version of myth from several months after 0.18.1 was released. 
Haven't tried a new SVN version yet since I was thinking that my
problem was ivtv related and not myth.  I also saw some list
traffic regarding problems with auto-expire in the latest SVN so I'm
hesitant to upgrade until that gets worked out.

Anyone else seeing similar problems or have any idea what the problem might be?
On 10/7/05, Dean <[EMAIL PROTECTED]> wrote:
Hi Users,I just upgraded from ivtv-0.3.3 to 0.3.8 and am getting an annoying echo in theaudio of recorded programs.  I can not track it down, but it *seems* to comefrom MythTV.I have a master backend with two pvr-500s and a frontened with an additional
500 for a total of 6 tuners.  So this isn't an issue with line-in echo.I extracted a short clip of the audio.  You can listen here:http://pics.deanandadie.net/choppy.mp2
  [238K]You can find my system logs at:http://pics.deanandadie.net/ivtv.probeBackend logs during recording of an echo-y program:
http://pics.deanandadie.net/recordingNothing much here.Some things I noticed.o The chop usually comes in about 20-30 minutes into a recording.o System load appears to have no effect - happened recording a single show this
  morning.o I did a simultaneous cat /dev/v4l/videoN of all my tuners for an hour and  found no stutter.  Captures directly from the v4l device contain no echo.o The tuner does not seem to make a difference.
o The echo does not happen all the time.o Sometimes I get "IOBOUND" messages, but it doesn't happen every time.  (Seethe recording messages above.)2005-10-06 18:35:58.420 IOBOUND - blocking in ThreadedFileWriter::Write()
2005-10-06 18:36:03.208 IOBOUND - blocking in ThreadedFileWriter::Write()I'm a little lost here.  Everything was working great on the previous drivers. Any suggestions?Thanks,--Dean - Unscrambler of eggs
--Take your time, take your chances[3278.7 km, 273.4] Apparent Rennerian--It matters not how strait the gate / How charged with punishment the scroll
I am the master of my fate / I am the captain of my soul.-- Invictus ----
William E Henley --___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Positive Experience with pcHDTV

2005-10-06 Thread Brad Fuller

Chuck Lloyd wrote:


I just had a great service experience with pcHDTV.

I bought an HD-3000 about four months ago. A few weeks
ago it died. I sent an email to pcHDTV and Jack sent me a
new one and a box to ship the old one back (with shipping label.)

Piece of cake. Nice job.


This is GOOD BUSINESS! Great Job, Jack.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Need suggestion for Frontend only fanless solution

2005-10-06 Thread Brad Fuller

Jon Vanderwoude wrote:


I've got a mini-mac I've used as a front end, technically there is
supposedly a fan in there but I've never heard it and I can't feel any
air moving around the vents in the back unless I put a cd/dvd in
there.
 


Do people with mac-minis put Linux on them? Or do you run OSX?

And, if you run Linux, was it easy to install?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Need suggestion for Frontend only fanless solution

2005-10-06 Thread Brad Fuller

Todd Ignasiak wrote:

One frontend I've been looking into is the "Roku Photobridge HD" ( 
http://www.rokulabs.com/products/photobridge/index.php ).   It's a 
media player for HDTV's.  It is Linux based, and has a hardware MPEG2 
decoder onboard.  They encourage open source developement on their 
platform, and someone has ported the MythTV frontend.


He has made some big improvements lately, and I'm thinking of picking 
up the Roku box to give it a try.  Check out "mythroku" at  
http://mythroku.blogspot.com/


Do you know what mpeg2 decoder chip they use? I didn't see the info at 
the site.

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


[mythtv-users] Re: New MythMusic Theme - 4 bins

2005-10-05 Thread Brad

Nick,

I'm SOOOo happy to see the work you are doing with the MythMusic  
theme. I find the old theme completely unusable -- at least in my  
case. It may have been good for navigating or creating playlists for  
a couple hundred songs, but my music library is over 2300 songs --  
most of those are 2 hr long sets -- and navigating the current theme  
is a nightmare.


At first glance, I like your theme much better. Unfortunately I can't  
try it until I update (I'm running .16.1) but I have a few comments  
to pass along, that hopefully you or someone else will find useful...


- I've always admired Apple's UI in iTunes' browse mode and thought  
that a derivative of that would work well in MythMusic -- simplified  
for remote control access, of course. In some ways, your theme seems  
to already provide some of those benefits. See an iTunes screen here:  
http://homepage.mac.com/bdolman/iTunes_Screen.png . In particular,  
the Playlists (which includes an all-music "Library" listing), Genre,  
Artist, and Album can easily be selected to narrow the list of Songs  
in the lower panel. This works incredibly well. You can narrow the  
listing by changing any of the panes from its default "All" setting  
and the other panes update to reflect the changed selection. For  
example, changing setting the artist to "Felix da Housecat" shows all  
songs by that artist and updates the Albums list to only the albums  
by that artist -- the song listing can be further narrowed by  
selecting one of the albums, which then only shows the songs from  
that artist on that album. See a screenshot here: http:// 
homepage.mac.com/bdolman/iTunes_Screen2.png


- For really long listings, I thought it would be beneficial if  
MythMusic let you use the remote as a keyboard to jump down the  
list... 2 = abc, 3 = def, 4 = ghi, etc. So highlighting one of the  
lists, such as artists, and pressing 8 twice would jump down to the  
beginning of artists that start with "U" ("Underworld"). Navigating  
the listing for a large number of songs is my number one complaint  
with the current theme (you try scrolling through several hundred  
songs from a remote!)


- I know I'm totally dreaming, but if MythMusic could read the  
playlist files generated by iTunes, particularly "smart" playlists,  
I'd be in heaven. I just store my entire iTunes library on my Myth  
box and connect to it over the network from my computer (works great  
and frees up lots of space on my computer). I manage all my playlists  
through iTunes anyway, so if MythMusic could just read those files it  
would take a lot of the burden off creating the perfect remote  
accessible interface. Smart playlists are amazing -- you can set a  
playlist that, for example, lists all songs by a particular artist  
which is updated automatically if you ever add more songs by that  
artist (basically these are playlists defined by rules instead of a  
fixed list).


Ok, I've written enough. Sorry for the long post... I just got  
excited... I love the changes you've made so far. I can't wait to  
check it out!


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


[mythtv-users] trying to control one-touch record (feature request)

2005-10-05 Thread Brad
I would also like to see a feature like this. It would also be beneficial when recording from other sources (without the EPG) such as a VCR which, currently, is a big enough PITA to justify avoiding completely.  ;-)I was wondering if there's any way I can control one-touch record, perhaps through some script... I guess this would be a feature request... What I mean by "control" is, I'd like to have the ability to press "R" to start a recording, and then quickly setup the length of the recording, without having to go out of liveTV and into the manual record scheduler. For example, some VCRs have a feature that if you press record multiple times, it will start cycling the record time, say 30 minutes, 1 hour, 1:30, and so on. ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythTV on Kanotix based Debian for HD-3000

2005-10-05 Thread Brad Fuller

Steve Adeff wrote:


thanks for the reply Mark!

Does anyone run an x64 distro or is Myth basically just for ix86 distro's?
 

I do, FC2. I had to compile most of it and not all of it worked back in 
the FC2 days. I'm going to upgrade to FC4 soon. I think I'll start over 
from scratch, though.  I'm still want to go the 64bit route. But, if 
32bit is easier, maybe I'll do that.


Anyone running FC4 with AMD64 successfully? There were a few threads a 
ways back about success and problems. Any updates?


brad


Steve
got my new PCIXpress video card installed and my HD-3000 card installed, time 
to start playing! wish me luck ;-)


On Wednesday 05 October 2005 13:51, Mark Linford wrote:
 


Steve:

I don't know if this will help, but I had similar problems trying to
compile source on Fedora x64, so I got the latest source via svn, which
seemed to fix this compiling issue.

BTW, I had other problems with my x64 install, so eventually I gave up
and went back to the i386 distro :(

Mark


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


[mythtv-users] updated parts / software list for HD Myth

2005-10-05 Thread Brad Cerenzia
Hi,

I just joined this group and I apologize early if this gets asked by
everyone who's new or if it's forbidden (please be kind, oh wise ones!), but
I'm looking for a complete set of hardware / software components that are
required and suggested for building out an HD MythTV box (if I can record
one channel and watch a different channel at the same time, that's a plus).


After spending 2 weeks reading and analyzing hardware/software suggestions,
I'm at the point where I need final expert opinions.  I have seen some
outdated lists, a lot that isn't related to HD requirements, and a lot of
back-and-forth bickering about 'that drive is crap' or 'that video card
sucks', so I'm turning to the experts to settle the score.

For your consideration, I have a Comcast HD digital cable box, DVID and
optical out and an HDTV w/ DVID in.  It would be helpful to get a list of
hardware components required, and a list of the other hardware / software
components you've found helpful and would suggest.  If you point me to a
current list for HDTV/MythTv, that would be great, otherwise just respond
and I'll compile the list and post it.  (And yeah, I know that I could cull
the hardware list from the 200k postings on 100 different boards, but you
all are the pros and I wanted to cut through the bickering and get
building!).

Thanks in advance!
Brad

PS - I've hacked my series1 TiVo to pieces and modded my xbox, so I'm pretty
familiar with hardware/software/linux, but please feel free to treat me like
a dummy and make any suggestions you have. :-)


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


[mythtv-users] Changing channels causes frontend to crash on PVR-150

2005-10-04 Thread Brad Karal
Hi friends:

I am getting frequent crashing when I change channels in live TV mode. It seems to be most 
likely to happen when I hit channel up or channel down.  OS is KnoppMyth R5A12 (Debian Sarge,
2.6.9 custom kernel with Myth 0.16

I've seen a couple of posts about this subject, such as: 

http://www.gossamer-threads.com/lists/mythtv/users/99944?search_string=change%20channel%20crash;#99944

for example, but couldn't find any resolutions or workarounds. 

What's more, the other posters were usually using DVB cards, and I'm not-I'm using a Hauppauge 
PVR-150 analog card.

The author of KnoppMyth was not aware of any problems relating to this symptom inherent
in KnoppMyth as a result of his own work. 

What's the current status of this problem? Does anyone have any suggestions, other than 
a complete new upgrade to a newer version of Myth?  Would that even help?


Thanks

Brad Karal

---
Abit NF7-S ver. 2
AMD Athlon XP Mobile 2500+
256MB GEiL RAM
Nvidia Geforce 6600GT AGP 128MB
Samsung SATA 120GB HD
Hauppauge PVR-150
NEC ND-3520A DVD/CDRW
Seasonic Super Tornado 350 P/S
Silverstone LC-03B case




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


[mythtv-users] nuvexport/transcode problem

2005-10-01 Thread Brad
I'm trying to transcode a recording with nuvexport but it keep  
stopping part way through a specific recording (I've done others  
successfully). I used --debug and run the resulting command directly  
with the same results, so i guess this is really a problem with  
transode. At any rate, I've looked at the file and the cutpoints and  
all looks well. I'm attaching the output in case someone else can  
provide me with any clues as to what the problem/solution is. This is  
running on MythTV .16.1, FC1, with content captured from a PVR-250 in  
MPEG2 converting to XVID. Thanks in advance for any advice!


---
$ nice -n 19 transcode -V -i /video/recordings/ 
1049_2005072316_2005072317.nuv -x mpeg2 -j 10,10,10,10 -J  
skip="13891-17731 22696-26356 31276-35851 52666-56356 71191-75796  
88291-92326 107656-107790" -J smartyuv -J yuvdenoise=mode=2  -y  
xvid4  -Z 472x354 -N 0x55 -b 128,0,2,0 -R 3 -w 6 -o "./Survivorman - 
Behind the Scenes.2.avi" 2>&1
transcode v0.6.12 (C) 2001-2003 Thomas Oestreich, 2003-2004 T.  
Bitterberg
[transcode] (probe) suggested AV correction -D 1 (33 ms) | AV 49 ms |  
15 ms
[transcode] auto-probing source /video/recordings/ 
1049_2005072316_2005072317.nuv (ok)

[transcode] V: import format| MPEG-2  (V=mpeg2|A=vob)
[transcode] V: AV demux/sync| (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 480x480  1.00:1  encoded @ 4:3
[transcode] V: clip frame (<-)  | 460x460
[transcode] V: zoom | 472x354  1.33:1 (Lanczos3)
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: single-pass  | (mode=3) constant quantizer/quality  
(quant=6)

[transcode] V: Y'CbCr   | YV12/I420
[transcode] A: import format| 0x50MPEG layer-2 [48000,16,2]   
192 kbps
[transcode] A: export format| 0x55MPEG layer-3 [48000,16,2]   
128 kbps

[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame  | 6408 (6406.40)
[transcode] A: adjustment   | [EMAIL PROTECTED]
[transcode] V: IA32 accel mode  | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer | 10 @ 480x480
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/ 
PCM | (subtitle)

[import_mpeg2.so] v0.4.0 (2003-10-02) (video) MPEG2
[filter_skip.so] v0.0.1 (2001-11-27) skip all listed frames
[filter_skip.so] skipping frames 13891-17731 22696-26356 31276-35851  
52666-56356 71191-75796 88291-92326 107656-107790
[filter_smartyuv.so] (MMX) 0.1.4 (2003-10-13) Motion-adaptive  
deinterlacing

[filter_yuvdenoise.so] Using extended MMX SIMD optimisations.
[filter_yuvdenoise.so] v0.2.1 (2003-11-26) mjpegs YUV denoiser
[export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka  
API 4.0) | (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/video/recordings/ 
1049_2005072316_2005072317.nuv" -t vob -d 0 -S 0 | tcdemux -a  
0 -x mp3 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mp2 -d 0 |  
tcdecode -x mp2 -d 0
[import_mpeg2.so] tcextract -x mpeg2 -i "/video/recordings/ 
1049_2005072316_2005072317.nuv" -d 0 | tcdecode -x mpeg2 -d 0  
-y yv12

[export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg'
[export_xvid4.so] found. Default settings will be used instead.
Audio: using new version
Audio: using lame-3.96 MMX
[encoder.c] Delaying audio (0)],   4.17 fps, EMT: 0:00:00, ( 5| 1| 3)
[encoder.c] Delaying audio (0)],   5.08 fps, EMT: 0:00:01, ( 0| 1| 8)
[demuxer.c] (pid=9838) '0xba01' not yet supported1:05, ( 0| 0| 8)
(extract_mpeg2.c) missing start code at 0xf14 0:11:13, ( 0| 0| 8)

clean up | frame threads | unload modules | cancel signal | internal  
threads | done
[transcode] encoded 16344 frames (0 dropped, 0 cloned), clip length  
545.34 s

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


Re: [mythtv-users] OT: Phone Concentrator(?)

2005-09-30 Thread Brad Benson
On 9/30/05, Jesse Guardiani <[EMAIL PROTECTED]> wrote:
It would be nice if messages from mythosd would show up when you'relooking at the menus/mythmusic/mythweather/etc too. I'm not ALWAYSwatching TV, but I usually have myth ON in some form or fashion.

Look into YAC and xYAC.  If you search the archives for yac you
should turn up a thread related to that.  At least I remember
seeing one here a while back.  xYAC allows you to popup messages
and callerid info using X and they display over anything - Myth menus,
xine, mplayer, ogle, whatever.  I was looking into doing this
myself, but I just haven't picked up a modem with callerid yet.

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


Re: [mythtv-users] Cutoff point for upcoming recordings?

2005-09-30 Thread Brad Benson
On 9/30/05, Niklas Brunlid <[EMAIL PROTECTED]> wrote:
Is there any way to see, in the upcoming recordings screen in Mythfrontendor Mythweb, when the disk space will run out given the current scheduleand recording profiles?
No, there's nothing like that to my knowledge.  However, if Myth
is set up correctly you should NEVER run out of disk space. 
That's what auto-expire is for.  If you're like me there are some
shows you record because you really want to watch them and there are
other shows you record as filler (like Cops, Simpsons, Blind Date,
etc).  I set all those 'filler' type shows to auto-expire and the
shows I really want (Modern Marvels, Law and Order, etc) to not
auto-expire but to have an episode limit (i.e. no more than 6 episodes
of Law and Order).  Once the episode limit is reached Myth won't
record any more showings of that program until an episode is deleted
(or it will delete the oldes episode and replace that with the newest
one, depends how you set it up).

It takes a little bit of setup time up-front and a little bit of
calculating how often your favorite shows are on and how much total
disk space you have, but once you get it set up correctly you should
never have to worry about disk space unless you start archiving large
numbers of shows.

Would be very nice if, like me, you went on a business trip for two weekswith no contact with your Mythbox (
i.e. sitting on a secure networksomewhere with no internet access). :)/ Niklas___mythtv-users mailing list
mythtv-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] Client no shutdown aviable...

2005-09-23 Thread Brad Fuller




Jochen Kühner wrote:

  
  
  
  On my Client, wich is no Slave
Backend, no shutdown is aviable in the menu!
   
  Maybe in the Database it is set to a
slave backend, where is that setting??
   
  What shutdown command is used by the
menu? because im not using init, i use initng, can it be changed??


Are you referring to the Mythtv menu?  That's an "exit"
Maybe you are referring to the KDE/Gnome/whathaveyou menu?

If you want to shutdown from the terminal, as root you can use:

# halt after shutdown
/sbin/shutdown -h now

#reboot after shutdown
/sbin/shutdown -r now

see man shutdown
you can sub a time for "now". Again, see man shutdown for the options

---
also:
there is:  halt, reboot, poweroff

see man reboot for more info

reboot


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


Re: [mythtv-users] HDTV MythTV parts list

2005-09-14 Thread Brad Fuller




Brandon Beattie wrote:

  On Wed, Sep 14, 2005 at 08:25:23PM +0100, Nick wrote:
  
  
On 14/09/05, Brian McEntire <[EMAIL PROTECTED]> wrote:


   Video Card: MSI FX5200-TD128LF Geforce FX5200 128MB DDR AGP 4X/8X
  

you're watching. I think a 5200-based card would be fine for HDTV -

  
  
Just to help spread the word, stay away from the NVidia 6xxx and 7xxx
series video cards -- they do not support XV Video Overlay anymore.
NVidia only supports VMR overlay on the 6xxx and 7xxx (newer) cards
which is to replace XV Video Overlay, but there's no support for it
under XFree or Xorg (And I can't find any information on XFree or Xorg
going to at it yet).  What this means is you'll get tearing when
watching video and performance playback will be far less than perfect.
  

That's a good tip. Which   nvidia card should be used -- or, what's the
best one - especially for HDTV. My be/fe is a AMD3200 running in 64bit
mode.


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


Re: [mythtv-users] Could we install/run Mythtv without X-windows

2005-09-09 Thread Brad Fuller

Blake wrote:

On Fri, 09 Sep 2005 12:41:52 -0700, Brian J. Murrell  
<[EMAIL PROTECTED]> wrote:


Besides, people will start using the 'tv-out' less and less, as 
they  start buying newer tvs.  Digital's the way to go.


Not to sound dense, but what is the distinction being made here? What 
is  "tv-out" versus "digital"? (I would've thought anything that 
connected  from the PC to the TV was TV-OUT.) 


He's probably referring  composite or S-video.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


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

2005-09-09 Thread Brad Benson
On 9/8/05, Alex Brekken <[EMAIL PROTECTED]> wrote:
Now I fully understand that Myth should only record 1 of the 2 showings
since they're the exact same episode, however I can't figure out why
it's electing to record Monday's episode instead of Friday's since
Friday is an earlier date.  There's no other recording happening
on Friday at the same time which would interfere.  (I've got dual
tuners, so that wouldn't matter anyway)  What I would expect to
see is that Myth would record Friday's episode, and skip Monday's with
an indication on Monday's schedule of "P" for "previously
recorded."  

Does this seem like a problem to anyone else, or am I just misunderstaning how the behavior is supposed to work?  


Yes, there's a fine point of Myth's scheduler that you're
missing.  When attempting to determine which showing of an episode
should be recorded, Myth looks at many factors (tuner priority,
priority for that specific recording rule, channel priority,
etc).  I'm going to assume here that you've set the same priority
for both of your recording rules.  Since the rest of the details
of those two rules are the same, then both the Friday and Monday
episodes would have the exact same priority.  When Myth sees two
showings with the same priority, it prefers the one that matches the
recording rule that was added first.  Since you set up the Monday
recordings prior to setting up the Friday recordings it's most likely
choosing the Monday recording because that rule was entered
first.  Incidentally, you might want to remove one of those
duplicate recording rules and set the other one to "Find and record one
showing of this title each week".  That would allow Myth to record
one episode each week and still choose between the Friday and Monday
showings to avoid conflicts.

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


Re: [mythtv-users] Archive Searching

2005-09-09 Thread Brad Benson
On 9/9/05, DSanchez <[EMAIL PROTECTED]> wrote:
Wouldn't a regular web forum be easier for people to find what they are looking for?
Sorta like the one used by Linuxnewbie.org or 
linuxquestions.org?

Just a thought.

I'd suggest treading lightly on the topic of a web forum.  Search
the archives for "web forum" and you can probably spend several days
reading all the posts in the argument of mailing list vs web
forum.  Pay particular attention to the ones from Isaac, who
maintains the list, that say "there will be no web forum, end of
discussion".
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Can't choose CD recording device in Setup

2005-09-09 Thread Brad Karal
Hi 
friends:

 

I can RIP 
CDs, but I have the following 
problem:

 

When I go into the Setup Menu, and go to Media 
Settings--> Music Settings--> General Settings--> CD 
Recording Settings--> CD Recording Device The CD Recording Device 
is set to my hard drive (sda). I try to change it to my DVD/CDROM combo 
drive (hdc), but I cannot-it remains fixed on my hard drive. I've tried typing over it, but

I can't insert 
the text cursor.Anyone have any suggestions? Thanks 
in advance. Brad


 

 

_Abit NF7-S Athlon XP 
Mobile 2500+ Hauppauge PVR-150 Retail Hauppauge PVR-150MCE nVidia 
Geforce 6600GT 256MB DDR3500 RAM Samsung Spinpoint SATA 120GB 
NEC ND-3520A DVDSeasonic Super Tornado 350BTC 5113 Wireless Keyboard

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


Re: [mythtv-users] Reverse Commercial Skip

2005-09-07 Thread Brad Benson
On 9/7/05, Ryan Steffes <[EMAIL PROTECTED]> wrote:
Any chance anyone can recommend a simple way to reverse the commercial
cutlist so I can transcode out an avi of JUST commercials?  
Suggestions?


http://svn.mythtv.org/trac/browser/trunk/mythtv/keys.txt

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


[mythtv-users] A/V Sync issues in recorded programs from PVR-500/PVR-350

2005-09-07 Thread Brad Benson
For the past several weeks I've been getting A/V sync issues in some
(but not all) recordings from my myth box.  It was working great
for over a year with just a single 350 doing recording.  I added a
500 to the system and that was also functioning well for several
months.  Over that time I was using various versions of the ivtv
driver from 0.3.2 up through 0.3.6w.  I finally settled on running
0.3.6w and that was working for about 2-3 months with no
problems.  Suddenly, out of the blue one day, I noticed a few
recordings with A/V sync issues.  It appears that, at some random
point during the recording, a small piece of video is missing but the
audio is fine.  This causes the video to be slightly ahead of the
audio (anywhere from <1 to about 2 seconds).  At the time I
noticed this I hadn't made any recent changes to the system.

Since this started I have discovered that one of the tuners on the
PVR-500 is bad.  I got that card replaced by Hauppage and, as of
last week, installed the replacement 500.  I was hoping that maybe
the bad card had something to do with the issues I'm seeing, but last
night I found another recording with the exact same issue.  I need
to go through and check the log files when the recording is happening,
but it's been difficult to determine exactly when things were recorded
and on which tuner.  

I know I haven't provided much information as I'm not at home at the
moment, but I can provide any log files that might be helpful in
looking into this problem.  Has anyone seen similar sync issues on
recordings?  Oh, these are straight MPEG2 directly from the card,
no transcoding is being done, only commercial flagging.  Of the
8-12 recordings a day from my myth box I tend to see this problem on
anywhere from 0 to 3 or 4 of the shows.  I'm now running ivtv
0.3.8 and still seeing the exact same behavior.

Any insight anyone might have is greatly appreciated.

Brad Benson

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


Re: [mythtv-users] Media MVP Setup Guide

2005-09-06 Thread Brad Benson
On 9/6/05, Josh Owen <[EMAIL PROTECTED]> wrote:
I'm running FC3, but I assume these parts should still be relevant:
1.) in Fedora Core 4 there is no dhcp.conf in the /etcdirectory. If I create a new one my dhcp server will
not start. Where is this file located or what am Idoing wrong here
The file should be called /etc/dhcpd.conf.  If you can't find
that, try ls -l /etc/dhcp* and see what files show up.  Failing
that, stop and restart your dhcp server and look in /var/log/messages
for output from the server.  That might give you some hints as to
where it's looking for a config file.  If that still doesn't help,
try 'man dhcpd' or 'man dhcp'.

2.) Fedora always sets the tftp server to be a defaultof off. Where is the file to turn the default to "on"

If you installed tftp from an rpm I believe it gets set up to run under
xinetd.  Look in /etc/xinetd.d.  There should be a file
called tftp (maybe tftpd).  There should be several lines in this
file that set various things.  One of those lines should look like
this:

disabled = yes

Change that yes to a no and restart xinet (/etc/rc.d/init.d/xinetd restart)

3.) I have both the donble.bin and the dongle.bin.confin the /tftpboot directory so if my tftp server is
running I should have to configure anything else.Correct?
Correct, that should be all you need to do assuming that your DHCP and tftp servers are set up correctly. 
4.) Which dongle.bin.conf way are you using NFS configuration:rdate -s 
192.168.10.50mkdir /varmkdir /var/myth/mount -t nfs -onolock,rsize=4096,wsize=4096,nfsvers=3192.168.10.50:/var/myth/ /var/myth/
mvpmc -f /etc/helvR10.fnt -s 192.168.10.50-r /var/myth/video & Or standard configuration:rdate -s 192.168.10.50
mvpmc -f /etc/helvR10.fnt -s 192.168.10.50&
I'm using the standard configuration.  My reasoning for this is
that I read somewhere that mvpmc sometimes has A/V sync issues during
playback and I believe it mentioned something about this being related
to NFS.  So I figured I'd just avoid the NFS mount and stream the
video straight from the backend.  I haven't been using it long
enough to tell if it's having A/V sync issues or not so YMMV.

Brad Benson

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


Re: [mythtv-users] Upgrading FC3 -> FC4?

2005-09-02 Thread Brad Fuller

Monkey Pet wrote:


There was a thread on this awhile back:
http://www.gossamer-threads.com/lists/mythtv/users/141406

Basically, I have had no major problems and I have upgrade to from 
almost every fedora release.


The last msg in the above thread (actually replying to me) said that he 
used ISO CDs to install FC4.

Is there anyway to upgrade w/o using CDs?

Also, people have mentioned that they have better luck moving up the 
fedora releases (FC1->FC2->FC3->FC4)
I'm running FC2 right now. Anyone successfully upgrade by skipping a 
release?


brad

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


Re: [mythtv-users] safely exposing mythweb to the net.

2005-09-02 Thread Brad Benson
And it also requires that you access mythweb via port 5080 which may or
may not be an option for some people depending on where they plan to be
connecting to mythweb from (i.e. behind a firewall at work that only
allows port 80 outbound).  Using apache as a proxy allows you to
still access mythweb on the standard port 80 which should pretty much
always be accessible.On 9/2/05, Brady <[EMAIL PROTECTED]> wrote:
Wow! Everybody loves complicated solutions!Try this one out:As root run this command on the firewall,iptables -A PREROUTING -t nat -p tcp -i  --dport 5080 -j DNAT--to 
Replacing  with the interface, like eth0 or eth1, of the Internetcard, and ipaddress:port with the ip address and port of the mythwebserver.Then to get really secure you can setup a .htpassword and .htoptions
file in the mythweb's /var/www/html directory in order to require apassword to use mythweb. This helps prevent random modification ofyour settings.I use this extensively and it works great =)It also requires much, much less overhead than running apache as a proxy.
On 9/1/05, Brett Grice <[EMAIL PROTECTED]> wrote:> I would also seriously consider using something like> mod_security with apache you can find it here
> http://www.modsecurity.org.>> Also lots of info on locking down apache correctly.>> just my 2 cents worth>> Brett.>>
> --- Marty Ravell <[EMAIL PROTECTED]> wrote:>> > This maybe a little O.T. but I'd like to open up> > MythWeb to the net as well.
> > The issue for me however is that my Myth box sits> > inside my Home LAN with> > another Linux box being my Firewall. Now I do run my> > personal website on the> > firewall and am wondering how to go about letting
> > Myth through when there is> > already a webserver on the machine that is the> > gateway to the internet.> >> >> >> > Would it be possible perhaps to use the firewall's
> > Apache to talk to the> > Myth box for MythWeb? Does the MythWeb web server> > need to be on the same> > machine as the MythTV installation?> >> >> >
> >> >> >> >> > Regards> >> > Marty> >> >> >> >> >> >> >> >> >
> >> >> > > ___> > mythtv-users mailing list> > mythtv-users@mythtv.org> >
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users>  Send instant messages to your online friends 
http://au.messenger.yahoo.com> ___> mythtv-users mailing list> mythtv-users@mythtv.org> 
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users>___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Front end choice: Mac Mini versus VIA EPIA. Mac OS X remote control?

2005-08-31 Thread Brad
I don't have a Mac Mini, but have also considered getting one to use as a front-end. I agree that they seem to be cheaper than comparably equipped PCs, and considerably nicer. As for being quiet, they definitely are that. There seems to be some people that are reporting loud fans in some situations, but when I tried doing a few things with one I couldn't even tell there was a fan. I do think that the DVD drive may be pretty noisy though. Although, I currently have a Pundit frontend with a DVD and I don't think it could be louder than that... and even its bareable.As for remotes, there are several available - just Google and you'll turn up a bunch. I've been using my Powerbook as an occasional front-end and use Salling Clicker so that I can control it from my bluetooth phone. I also wrote a very basic action suite for Clicker that gives you basic control of MythTV, its available here (http://homepage.mac.com/bdolman/FileSharing1.html) if you want to check it out.Finally how quiet is the Mac Mini? It has a fan, which I couldn't hear in the shop, but then shops are noisy. EPIA 8000s are truly silent. ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Network, FC4, and APT issues

2005-08-28 Thread Brad Fuller

Peter Judge wrote:


2. I just upgraded from FC3 to FC4 (via disc) on my backend/frontend.
Now when I try to run APT, I get an error that 'The program version
4.3 doesn't match environment version'. I updated the sources.list
file to reflect FC4, but this didn't fix the problem.

I also get an error about a lot of unmet dependencies when I try
"apt-get dist-upgrade". It recommends running "apt-get --fix-broken",
but when I do that it implies that it is going to uninstall half of my
system. Note that when I try to run yum I get the same type of errors.
   



I had the same problem on my other box. I ended up installing from
scratch (and learning a valuable lesson wrt backups along the way).
 

Same here. I tried to "upgrade" to FC4, but had all kinds of problems 
with incompatibilities. So, I backed up, and installed fresh. So far, no 
problems.


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


[mythtv-users] Re: iNeed!!!

2005-08-27 Thread Brad
Actually, its mostly the screen that I like... I dream of being able to check the weather and start MythMusic without turning on my TV. It'd be cool to have it display pictures from the photo library when it was idle too. Also, the screen can be turned off - and it probably wouldn't be too difficult to do that in software as well -- such as when starting a movie.It's pretty big, but I'm looking for an upgrade from my current Pundit setup anyway. Need more HDs... and tuners...  ;-)On 8/28/05, Joe Votour <[EMAIL PROTECTED]> wrote: > I don't like the look of it either, but it's the > built-in screen that I don't like. > > I see it as a distraction, especially if you're > watching a movie (or TV) with the lights dimmed/off. Totally agreed. While the gimmick factor is high, after the lights go out you'll want it off PDQ. > But then again, I prefer the minimalist look, I have a > SilverStone LC10, no VFD. Just a plain looking case. I'd like to see quality cases with well thought-out thermal zoning and heatsinking, dimmed LEDs, suitably located storage bays, and including the small extras that show the manufacturer is going the extra mile. Nick ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] iNeed!!!

2005-08-27 Thread Brad
Unfortunately, this case is priced outta my consideration (at least  
for the moment ;-) but, good gawd, this looks like the perfect home  
for MythTV:


http://htpcnews.com/main.php?id=x15

I wonder if the touch screen would work from Linux/Myth?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Picture size on TV

2005-08-22 Thread Brad
Answered my own question. I found an option in myth settings that
starts the picture in 16:9 Zoom mode which fills my 4:3 PAL TV o.k.

I guess this doesn't help with burning DVD's though as the initial
picture is still the same size.



On 8/18/05, Brad <[EMAIL PROTECTED]> wrote:
> 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  "

Re: [mythtv-users] Redhat 9

2005-08-19 Thread Brad Fuller

Zak wrote:

Not a direct answer, but I just tried to upgrade from .16->.18.1 on 
FC1 last week, and it didn't work (mythplugins error).  Point being, 
even if you were on Fedora, you might still have issues.  I couldn't 
find an answer, so I'm installing FC3+.18.1 this week.  That said, I 
am doing everything via ATrpms and don't want to build anything 
myself.  I might have been able to fix it with a kernel upgrade, but, 
frankly, I'm a neophyte at best.


why not move on to FC4 now while you got the chance?
___
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] Burning DVDs from mpeg2/nuv

2005-08-12 Thread Brad Fuller



Mike wrote:


Brad Fuller wrote:


What do most people do when they want to make a DVD from a show?

I don't want anything fancy, and I'm not archiving. I just have a 
show (PVR 250 mpeg2) that I want to make a playable DVD out of (so 
that it can be burned, placed into a commercial DVD player, push play 
and viola).


I searched the archives, but most discuss fancy edits and archiving. 
I have yet to update my old mythtv install so I don't have the fancy 
mythtv tools. Just need something in linux that'll work.


thanks,

brad




Maybe you would be looking for something like this

http://mythburn.sourceforge.net/

If your using something newer than mythtv 0.15 then you need to get it 
from cvs.


that'd be nice if I had mythtv on my local machine, but I don't.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Burning DVDs from mpeg2/nuv - nuvexport and ffmpeg error

2005-08-12 Thread Brad Fuller

Brad Fuller wrote:


Chris Petersen wrote:

I tried the --debug option. Didn't see anything that was a problem. 
Could mythtranscode be at fault? Perhaps it's an timing issue? In 
the script, mythtranscode is forked off (and nuvexport does say it's 
waiting for mythtranscode to set up the files. It states this twice 
before continuing) and then ffmpeg starts and ends abruptly.


Anyone know what I can do?


Search the mailing list for the error and find about a billion 
explanations of the issue.


http://www.gossamer-threads.com/lists/engine?list=mythtv&do=search_results&search_forum=all&search_string=pipe%3A%3A+Error+while+opening+file&search_type=AND 



but for good measure and repetition...  you're likely missing 
yuvdenoise, or are using a too-new unstable release of mjpegtools, in 
which yuvdenoise is broken.



nope, it wasn't broken nor missing. But, I did upgrade to the newer 
mjpegtools. Now it's broken (!)


I wasn't aware (obviously) that this was such a problem. I have no 
problems with nuvexport on the backend, so I thought it was a remote 
issue.


I'll keep searching. BTW: with the new mjpegtools, nuvexport bypasses 
yuvdenoise because it's broken. Now, nuvexport says that "ffmpeg died 
early"


Starting nuvexport in --debug to start ffmpeg individually i find that I 
get the error:


"could not find codec parameters"*
* 
There seems to be a couple of solutions to this problem in the archives. 
But, the latest one started ffmpeg up successfully for me.  Martin 
posted this for xvid:


edit /usr/local/share/nuvexport/export/ffmpeg.pm
find the line "-f $videotype"
and add "-pix_fmt yuv420p"

the new ffmpeg requires this new switch.
beware though. if you have this problem, i have also had my mythtranscode
demon break and haven't gotten it fixed yet.

I don't know what this will do to a DVD export (his was an Xvid solution)
So far, it's transcoding. I'll let you know if it works or not.

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


Re: [mythtv-users] Burning DVDs from mpeg2/nuv - nuvexport and ffmpeg error

2005-08-12 Thread Brad Fuller



Chris Petersen wrote:

I tried the --debug option. Didn't see anything that was a problem. 
Could mythtranscode be at fault? Perhaps it's an timing issue? In the 
script, mythtranscode is forked off (and nuvexport does say it's 
waiting for mythtranscode to set up the files. It states this twice 
before continuing) and then ffmpeg starts and ends abruptly.


Anyone know what I can do?



Search the mailing list for the error and find about a billion 
explanations of the issue.


http://www.gossamer-threads.com/lists/engine?list=mythtv&do=search_results&search_forum=all&search_string=pipe%3A%3A+Error+while+opening+file&search_type=AND 



but for good measure and repetition...  you're likely missing 
yuvdenoise, or are using a too-new unstable release of mjpegtools, in 
which yuvdenoise is broken.


nope, it wasn't broken nor missing. But, I did upgrade to the newer 
mjpegtools. Now it's broken (!)


I wasn't aware (obviously) that this was such a problem. I have no 
problems with nuvexport on the backend, so I thought it was a remote issue.


I'll keep searching. BTW: with the new mjpegtools, nuvexport bypasses 
yuvdenoise because it's broken. Now, nuvexport says that "ffmpeg died early"




-Chris
___
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] Burning DVDs from mpeg2/nuv - nuvexport and ffmpeg error

2005-08-12 Thread Brad Fuller



Donald Oakes wrote:

Try using nuvexport (https://svn.forevermore.net/nuvexport) to export 
to mpeg-2 for burning onto DVD.  It has a bunch of dependencies but 
once it's working it's super convenient.


- Don


thanks don. I use nuvexport for making avis on the backend all the time. 
What I would like is to use it on another machine other than the backend.


I tried nuvexport on a separate, networked machine - made a symlink to 
the mythtv store directory from my local /mnt/store and nuvexport 
started up fine and found the remote mythtv recordings.

But, ffmpeg failed when trying to export. The error:

ffmpeg had critical errors:
pipe:: Error while opening file

I tried the --debug option. Didn't see anything that was a problem. 
Could mythtranscode be at fault? Perhaps it's an timing issue? In the 
script, mythtranscode is forked off (and nuvexport does say it's waiting 
for mythtranscode to set up the files. It states this twice before 
continuing) and then ffmpeg starts and ends abruptly.


Anyone know what I can do?

brad



Brad Fuller wrote:


What do most people do when they want to make a DVD from a show?

I don't want anything fancy, and I'm not archiving. I just have a 
show (PVR 250 mpeg2) that I want to make a playable DVD out of (so 
that it can be burned, placed into a commercial DVD player, push play 
and viola).


I searched the archives, but most discuss fancy edits and archiving. 
I have yet to update my old mythtv install so I don't have the fancy 
mythtv tools. Just need something in linux that'll work.


thanks,

brad
___
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] Burning DVDs from mpeg2/nuv

2005-08-11 Thread Brad Fuller

What do most people do when they want to make a DVD from a show?

I don't want anything fancy, and I'm not archiving. I just have a show 
(PVR 250 mpeg2) that I want to make a playable DVD out of (so that it 
can be burned, placed into a commercial DVD player, push play and viola).


I searched the archives, but most discuss fancy edits and archiving. I 
have yet to update my old mythtv install so I don't have the fancy 
mythtv tools. Just need something in linux that'll work.


thanks,

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


Re: [mythtv-users] Can not get SVIDEO to work with GF4MX 440

2005-08-11 Thread Brad Fuller



Mark J. Small wrote:


On August 11, 2005 01:49 pm, Tom wrote:
 


Hi Mythtv users

Got a problem with my GF4MX card, i can not get SVIDEO to work with
it. Composite works fine. I also got the feeling, that the resolution
is only 640x480, everything looks a little bit pressed together.

I am using Ubuntu with nvidia drivers; how can I check which version?
Does it matter?

Here is the device and screen part of my xorg.conf:


Section "Device"
   Identifier  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Driver  "nvidia"
   BusID   "PCI:1:0:0"
   Option  "NoLogo"
   Option  "ConnectedMonitor" "TV"
   Option  "TVStandard""PAL-G"
   #Option "TVOutFormat"   "SVIDEO"
   Option  "TVOutFormat"   "COMPOSITE"
   Option  "TVOverScan""0.6"
   Option  "RenderAccel"   "0"
   Option  "NvAGP" "1"
EndSection

Section "Screen"
   Identifier  "Default Screen"
   Device  "NVIDIA Corporation NV17 [GeForce4 MX 440]"
   Monitor "tv0"
   DefaultDepth24
   SubSection "Display"
   Depth   1
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   4
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   8
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   15
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   16
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   24
   Modes   "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Any ideas anyone? Thanks!
   




Try turning off GLX.  Comment out the "Load GLX" line in the modules section. 
It worked for me on my debian system.  I never figured out why, but its worth 
a shot.  

I don't have a composite out on my card, so I don't know if your problem is 
the same.  I was finding that whenever I tried to use the SVideo out, X would 
crash with a signal 11 until I disabled the GLX module.


Let me know if it works.  It would be nice to know that somebody else on earth 
was having the same problem as me.


Mark
 

it used to be that the nvidia instructions dictated to comment out GLX. 
I assume that is still the case.


BTW: Do you have two outputs on the card: an S-Video and a composite? 
Kinda strange since they are basically the same thing.

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


Re: [mythtv-users] dish network + mythtv (Press SELECT to continue)

2005-08-09 Thread Brad Fuller

Jesse Guardiani wrote:


In the morning, it says "Press SELECT to continue", in
a bouncing screen saver sort of thing. The only way to
continue is to press SELECT, so it blocks scheduled
recordings unless I manually press SELECT on the
remote each morning.

For those of you with Dish, is there any way to disable
this behavior? Or do I pretty much just need to write
a quick cronjob that sends SELECT via my IR Blaster
every night at 4am? How does everyone else handle
this?


I've never seen this and I don't think it should happen. Updates should 
be transparent.

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


Re: [mythtv-users] Experiences with XvMC

2005-08-02 Thread Brad Fuller



Todd Ignasiak wrote:


Is Unichrome2 different than Unichrome Pro?


that was my question too! I didn't find it on the VIA site either.
I dnl'd the latest user donc of K8M800-MLVF and it mentions UniChrome2 
not Pro




The Abit KV-80 specs say: "Integrated UniChrome Pro Graphics with
2D/3D/Video controller"

http://www.abit-usa.com/products/mb/techspec.php?categories=1&model=238

The VIA pages on their chipsets with "Unichrome Pro" make plenty of
mention of MPEG2 decode, and HDTV:
http://www.via.com.tw/en/products/chipsets/p4-series/pm800/


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


Re: [mythtv-users] Experiences with XvMC

2005-08-02 Thread Brad Fuller



Todd Ignasiak wrote:


Is there anywhere all of this current status info is covered?  The
K8M800 has "Unichrome Pro" integrated graphics,  and I see mentions of
XvMC support for Unichrome Pro.  But, will these two work together?
 


Yeah, it would be nice to know more about this.
I have a K8M800-MLVF and I couldn't get the video working on itat all  
for Mythtv l(ast october.) So, I got a cheap MX440 board with SVideo and 
used that.

I still have FC2 running on it but will upgrade soon.

The K8M800 doc states the following for the Onboard Graphics features:

Integraded UniChrome2 3D/2D graphics controller
Integrated S3 Graphics with 2D/3D acceleration

no mention about "Unichrome Pro" nor MPEG2.

brad





On 8/2/05, David Collett <[EMAIL PROTECTED]> wrote:
 


BEWARE:

   


decoding.  From the unichrome sourceforge project site says:  "It
provides support for VIA CLE266 and KM400/KN400. K8M800 and
PM800/CN400 support is still limited."  I'm not sure if that
statement is up to date.  I have seen messages from people using the
CN400.
 


That statement is refering to the Unichrome X driver, NOT XvMC
specifically, the next paragraph refers to Unichrome XvMC, and only
explicitly mentions CLE266.

I have a KM400, which is a great board for the price, but it does not
have MPEG2 hardware accel (XvMC). It does have working Xv, though it
is still a relatively new driver and may not work out-of-the-box in
some distributions.

Dave

   


___
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] Re: Windows Viewing Solutions?

2005-07-31 Thread Brad Fuller



Michael T. Dean wrote:


Steve Nuffer wrote:

I have tried using the MythWeb and changing the URL to the samba 
share.  The URL that I'm using is FILE://location/file.nuv 
.  When I do that, the file browser tries 
to download the whole file even if its a share.   If I put the same 
URL in MS Explorer at the top, it immediately plays.  I have tried 
different combinations but can't get around the download.


Anybody know a way around that.

The only way to get the browser plug-ins to start playing it 
immediately is to "stream" the file from the webserver.  This requires 
some extra software--something like VLC.  The MythStreamTV plugin will 
allow you to do this (using VLC).


or use dsmyth:

http://dsmyth.sourceforge.net/

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


Re: [mythtv-users] [OT] UPS's and 24x7 MythBoxen...

2005-07-27 Thread Brad Fuller



[EMAIL PROTECTED] wrote:


On Wed, Jul 27, 2005 at 07:50:35PM -0300, Paul Pick wrote:
 

BTW: I'll second the opinion that apcupsd is better than the 
apc power* software.
   



Heh.  I didn't even know that APC had their own Linux software.  The
only complaint I have with the apcupsd package is that I have a laser
printer that causes brown-outs on the basement circuit, so every time
someone in the house prints anything I get about 6 broadcasts and a
bunch of email messages.  Every time the apcupsd package is updated I
have to go back in there and comment out the wall calls.
 

That's not a problem with apcupsd, that's a problem with your printer or 
your service. If it's a new-ish printer, then I'd look at your service 
box to see if you have a problem. A printer starting up should not draw 
that much  current.

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


[mythtv-users] Re: Re: Fixing my "no data" problem in EPG

2005-07-27 Thread Brad
Thanks Chris & Michael,I don't think I'm suffering from the 11 vs 14 day problem you describe -- although I've hardly ever had a full set of EPG data, so I may be having that problem too and just haven't seen noticed it yet.The threshold that you both mention seems like the culprit to me. I checked my current listings and I have 35 channels reporting "no data" and 26 with data. So, even though there are a lot of missing channels, I guess that it is returning a high number of programs for after 6pm, so the listing isn't updated.Unfortunately, I'm not compiling from source. So I don't think I can fix this easily. I guess I'll just keep flushing my database and restore every few weeks when it starts bothering me again. Perhaps Michael's change should be merged into the release in an effort to improve this area? It seems to me that the threshold is set unnecessarily high currently.Thanks again and regards,Brad> Other solutions would be to find a way to adjust the threshold > percentage at which a day's schedule is considered complete, or to find > a way to make a certain range of future dates mandatory updates (so > that the percentage of filled time slots is not considered beyond day > 10, for example, meaning that days 2, 11, 12, 13 and 14 are all > downloaded every night). Those probably require hacking the sources. This is what I have had to recently do. mythfilldatabase was checking that there where at least 4 times as many programs starting after 6pm for a given source as there are channels. This is in programs/mythfilldatabase/filldata.cpp . After changing the code to require only twice as many programs starting after 10pm as there are channels, my problem was fixed. (My data was only missing for cable channels after 10pm). If you search for "d 18" in that file, that is the sql line that gets the number of programs starting after 6pm (18:00), and about twelve lines down is a line that ends in "chancnt * 4", that decides if there are enough programs for that source. I ran the query manually against filled schedules, and broken schedules, to come up with the timespan and multiplier that fixed my issue. ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Nuv file screen size

2005-07-27 Thread Brad
nah, I have been using file copy software to transfer to my main
windows box. I am going to try the first post idea about setting my X
config file. I will let you know how I go. Same if you find out send
me an email.

Cheers

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


Re: [mythtv-users] [OT] directory structure for myth backend / storage server

2005-07-26 Thread Brad Fuller



[EMAIL PROTECTED] wrote:


Hi,

I'm putting together a storage server for my house.  I'd like to
integrate it with the mythbackend, since that seems logical.  I would
like some advice on how to logically set up the directory structures.
I'm not too familiar with the Linux standard directories (like /usr and
/etc) and so am a little confused where to put things.

My main idea is to use most of the disk space as an XFS LVM and mount
that somewhere.  This partition would hold myth recordings, mp3s,
digital photos, and any other type of storage I can think of.  Would it
be logical to place this under the /usr/share directory, like
/usr/share/media or something?
 

I have a separate disk for content. I called it... uh content 
(original, huh?)

It's accessible from  /.

I placed mythtv recordings at:

/content/video/mythtv

I placed transcoded files at:

/content/video/transcode

Audio at:

/content/audio

... I'm sure you get the picture.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Nuv file screen size

2005-07-25 Thread Brad
When I view a recorded show I have to change view to zoom 16:9. This
way it fills the whole TV screen without stretching or distortion.
When I transfer this .nuv file onto my windows box and burn to DVD the
picture has a black border around it , making the movie/show too small
to see properly.
It is being recorded with a visionplus DVB-T card (PAL
standard-Australia). The resoloution of the file seems to be
720xsomething. Should I be changing something so that it is recorded
in an easier to view format for PAL. Maybe this cannot be changed ?

Thanks in advance

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


Re: [mythtv-users] tv_grab_au script from this list. Anyone else hadproblems today?

2005-07-25 Thread Brad
Is the ninmsn grabber better than the d1.com.au ?  If so do you know
where I could download it from. Also a clue on how to install if time
permits.

Thanks

Brad

On 7/25/05, Matthew Carle <[EMAIL PROTECTED]> wrote:
> I havn't noticed ay error messages (but I havn't looked too hard). I am
> however missing detailed information for Saturday and Sunday (I just have
> the program titles). A visit to the ninemsn page shows that it is ninemsn
> that is missing the information - the grabber isn't the problem.
> 
> Matthew.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of David Whyte
> > Sent: Monday, 25 July 2005 8:55 PM
> > To: Discussion about mythtv
> > Subject: [mythtv-users] tv_grab_au script from this list.
> > Anyone else hadproblems today?
> >
> > Received the following error in mythweb...
> >
> > Last mythfilldatabase run started on 2005-07-25 18:54 and ended on
> > 2005-07-25 18:58. mythfilldatabase ran, but did not insert
> > any new data into the Guide. This can indicate a potential
> > grabber failure.
> > There's guide data until 2005-07-31 08:00 (6 days).
> >
> > When I run it from the console I get...
> >
> > /var/local/tv_grab_au/31072005/12396398.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12394350.html is too short,
> > removing and trying again Giving up on
> > /var/local/tv_grab_au/31072005/12409886.html
> > /var/local/tv_grab_au/31072005/12396398.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12394350.html is too short,
> > removing and trying again Giving up on
> > /var/local/tv_grab_au/31072005/12396398.html
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12394350.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again Giving up on
> > /var/local/tv_grab_au/31072005/12394350.html
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again
> > /var/local/tv_grab_au/31072005/12409880.html is too short,
> > removing and trying again Giving up on
> > /var/local/tv_grab_au/31072005/12409880.html
> > writing file
> > done
> >
> > I wonder if the format of the HTML pages has changed.  This
> > is from NineMSN.
> >
> > Cheers,
> > Whytey
> > --
> > --
> > GMAIL is 'da bomb babyYEAH
> >
> > I have GMail invites, if you want one, email me direct.
> > ___
> > 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] Re: Fixing my "no data" problem in EPG

2005-07-23 Thread Brad
Thanks for the response, Patrick. I'm using the mythfilldatabase scheduler built into MythFrontend (Settings>General) - as per the documentation. If I execute mythfilldatabase from terminal, this is the output:---Your subscription expires on 07/28/2005 10:36:50 PMGrab complete.  Actual data from Sun Jul 24 07:00:00 2005 to Mon Jul 25 07:00:00 2005 (UTC) Clearing data for source...Clearing from Sun Jul 24 00:00:00 2005 to Mon Jul 25 00:00:00 2005 (localtime)Data for source cleared...Main temp tables populated.  Updating myth channels...Updating icons for sourceid: 1Channels updated..  Updating programs...Data is already present for Sat Jul 23 2005, skippingData is already present for Mon Jul 25 2005, skippingData is already present for Tue Jul 26 2005, skippingData is already present for Wed Jul 27 2005, skippingData is already present for Thu Jul 28 2005, skippingData is already present for Fri Jul 29 2005, skippingData is already present for Sat Jul 30 2005, skippingData is already present for Sun Jul 31 2005, skippingData is already present for Mon Aug 1 2005, skippingData is already present for Tue Aug 2 2005, skippingData is already present for Wed Aug 3 2005, skippingData is already present for Thu Aug 4 2005, skippingData is already present for Fri Aug 5 2005, skippingAdjusting program database end times...0 replacements made.2005-07-23 13:54:44 mythfilldatabase: Listings Download Finished---So, it appears that it is working correctly just that it *thinks* it has data for all the channels (which it does not) and skips them. Not sure why it always has all the data for the next 2 days - as it appears to be skipping those as well.Anymore ideas would be appreciated.I'm a noobie, but have you setup mythfilldatabase in cron? If so, maybe the cron job isn't working correctly. Try running mythfilldatabase from the command line and see if it populates the database. On my connection, it takes FOREVER to download the channel guide data. That it works after resetting the database suggests that the database and mtyh setup is good, just the database isn't getting populated. > My EPG (TV Guide) shows "no data" for a large number of channels when > viewing further that 2 days into the future. So far, I've been > correcting this by doing the following: > > - run "mythtvsetup" > - erase program data when prompted (DO NOT erase capture card settings) > - create Zap2It profile > - assign to input > - exit > - run "mythfilldatabase" > > I will then have EPG data for all channels for 12-14 days. But day by > day, this dwindles down until there is only 2 days of data for most > channels. Any idea how to fix this? > > I am running MythTV 16.1, FC1, using Datadirect. > > Thanks for any insights anyone has. ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Fixing my "no data" problem in EPG

2005-07-22 Thread Brad
My EPG (TV Guide) shows "no data" for a large number of channels when viewing further that 2 days into the future. So far, I've been correcting this by doing the following:- run "mythtvsetup"- erase program data when prompted (DO NOT erase capture card settings)- create Zap2It profile- assign to input- exit- run "mythfilldatabase"I will then have EPG data for all channels for 12-14 days. But day by day, this dwindles down until there is only 2 days of data for most channels. Any idea how to fix this?I am running MythTV 16.1, FC1, using Datadirect.Thanks for any insights anyone has.___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Query for the scheduled recording

2005-07-22 Thread Brad Fuller



[EMAIL PROTECTED] wrote:


Myth's built-in auto shutdown/wakeup does exactly that but there are some 
situations where it is not invoked and I would like to have a way to shut the 
machine down.
 

really? I thought you needed a separate app running because of the 
different ways MBs write to NVRAM. Is that wrong? I remember trying to 
get this to work (I have an old mythtv version) and my motherboard was 
not supported by the app.



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


Re: [mythtv-users] Myth tv ready for FC-4 ?

2005-07-20 Thread Brad Fuller



Monkey Pet wrote:


I upgraded from fc2->fc3->fc4 without any major problems. Haven't
lost my shows yet, knock on wood.


Any particular magic? Did you install using standard FC* CD ISOs?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Anyone tried MPEG2 to MPEG2 transcoding?

2005-07-20 Thread Brad Fuller

Phill Edwards wrote:


Just an update on this for future reference. It appears that the
transcoding from MPEG2 to MPEG2 is now wokring. I'm no longer getting
jobs showing up as failed in the system status screen, and the files
are being transcoded to a smaller size. I have no idea why they were
failing before. Even though the files are a lot smaller, the quality
of them is still great so I'm very pleased with this outcome. As an
example a 2.28GB file transcoded to a 0.982 GB file which was good
quality.


Can you give us a run down on what you did?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Q: Using MythTV as a router

2005-07-15 Thread Brad Fuller



Arno Puder wrote:


Hi,

I would like to use MythTV in the following way:

- run MythTV on a PC without a monitor
- capture the video signal and stream it into the
 Internet.
- use another machine as a client to watch the stream.
- possibly change channels remotely.

Can this be done with MythTV?
 


Do you want something more than a backend and a separate frontend?
That's what your requirements sounds like.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Can I setup a 'wish list' keyword?

2005-07-13 Thread Brad Templeton
On Fri, Jul 01, 2005 at 03:13:26PM +0100, George Styles wrote:
> Hi,
> 
> Im using quite an old version of MythTV (just before the big DVB
> patch, as I want to be able to record radio from DVB).
> 
> I dont use the mythfrontend at all, instead I use mythweb to schedule
> shows, and a custom script to rip them out as mp3/divx/mpeg.
> 
> Is there any way to tell MythTV to record all shows (even those not
> yet in the listings) containing a given keyword (eg everything that
> has "Open University" in the title?
> 
> If so, i assume I would need to either delve into mythfrontend, or
> insert the SQL manually to do so.
> 
> If this is possible, would the programs show up in the scheduled
> recordings listings in mythweb?


You can do this with tvwish, which should still work with 0.16, though I
must admit I don't test it against that version any more.


www.templetons.com/brad/myth/tvwish.html

(bad news, web server currently hacked, should be up later today)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Help with lirc_i2c - nothing happens..

2005-07-08 Thread Brad Fuller



Michael Jones wrote:


I've got this thing *almost* working.

One exception though.. lirc_i2c

I have 2 separate hauppauge controllers.. a PVR150MCE and a PVR250.  I'm
trying to use the remote for the PVR250 (which is the second card,  the 150
is 0 and the 250 is 1)

Everything with lirc seems to start and work correctly, but when I use the
/usr/bin/irw program to check communication nothing works.

Here's my modrobe.conf file

alias char-major-61 lirc_i2c
alias eth0 r8169 Gigabit Ethernet driver 1.1.2
alias eth1 sis900
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
# nvidia kernel module
alias char-major-195 nvidia-1_0-7174
alias nvidia nvidia-1_0-7174
# ivtv (PVR-150MCE)
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias tveeprom tveeprom-ivtv
alias tuner tuner-ivtv
alias msp3400 msp3400-ivtv
#options cx25840 no_black_magic=1
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
lirc_i2c

I've followed wilson.net instructions and even double/triple/quadruple
checked everything and can't seem to find an issue..

I'm using the control file from the web site for the grey and black (older?)
remote.. 


Any help would be appreciated.
 

Did you try to get just the 250 to work first? If not, you might try 
that first.

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


Re: [mythtv-users] Feature request

2005-07-07 Thread Brad Benson
On 7/7/05, Robert Edwards <[EMAIL PROTECTED]> wrote:
> I searched the archives for pre-roll and early/late bute didn't see
> this exact request.  I know we can stop late and start early, but how
> about a stop early and start late?  With the darn networks doing
> everything they can to stop us DVR'ers i don't mind if i lose the
> first 1-2 min of a show, but i can't schedule two shows that overlap
> by a min or two.  If i could get the later show to wait 1-2 min before
> starting, that would be better.

You can enter negative values into the start/stop early fields.  (or
start/stop late, I can't remember exactly how they're labeled).  Start
early by -2 minutes effectively means start late by 2 minutes.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] "Feature Idea - P2P" Bad Idea

2005-07-07 Thread Brad Benson
On 7/7/05, Matt Grommes <[EMAIL PROTECTED]> wrote:
> One of
> the pvrs _will_ have an integrated way to get net content, you can be
> sure of that. If Myth doesn't have it, it'll be one more reason for
> people not to use it.
> 

Perhaps you're missing a large point here.  Most of the developers of
Myth don't care if you use it or not.  They're working on it because
they want to use it or they enjoy working on it.  Yes, a larger user
base provides better testing and some other benefits, but remember
that this is not a commercial venture.  This is Isaac's pet project
that has taken off into something that many people want to use.  He's
happy to share that with those of us who want to use it.  If you'd
rather use something else, knock yourself out.  I'm certainly not
going to lose any sleep over it and I'm sure Isaac won't either.

> This is exactly the kind of chilling of innovation the media companies
> want. They don't have to make a technology illegal if everybody pees
> themselves with fear when they come within arm's length of it. There's
> already enough legal content to make this argument invalid and there's
> only going to be more in the coming months/years.

The argument may be invalid, but that still doesn't stop any of those
media companies from bringing a lawsuit against the Myth
community/developers.  They don't have to prove that anything illegal
was done, they just have to force the defendant to pay fees (lawyer,
etc) that are more than the defendant can afford.  Maybe if you
provide, up-front, the massive cash reserves that would be needed to
defend that court case someone will consider developing this, but I
doubt it.  Until then, I think it's very clear that the majority of
the folks involved with Myth don't wany any parts of any P2P app
associated with Myth and Isaac has certainly made his views on that
topic very clear on repeated occasions.  It's his project.  If you
want to play with it, you play by his rules.  If you don't like those
rules, find another project.

I know some of that message sounds pretty harsh.  I don't intend it to
be insulting or anything like that.  It's just that this P2P
discussion comes up frequently enough that it's getting annoying to
me.  It has been repeatedly made clear that the people behind Myth
don't want this in the current environment so why does this discussion
keep happening?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] "Feature Idea - P2P" Bad Idea

2005-07-06 Thread Brad Fuller




Man... have
to tread lightly here... I sure don't want MythTV in any crosshairs.

    -+-    I Like My MythTV   -+-


(ooppss.. hope I don't get sued for that...)

Evan Alter wrote:

  The only thing I want to add to this is that although actively promoting
stealing of copyrighted material is a terrible terrible idea for MythTV
to become a part of we have to keep our minds open to the legal use.
For example http://www.systm.org is an online TV show that is
distributed over bittorrent. So long as any p2p software is geared
towards allowing people to get that kind of content is fine.

On Wed, 2005-04-06 at 13:54 -0400, dean collins wrote:
  
  
Feature Idea - NEW 

I'm sitting here downloading a few torrents when an idea for a mytTV 
feature popped into my head (it's prolly because of the heat). 

The idea of combining a media sharing applet into mythTV based on the 
torrent model. 

In other words, as you're watching a particular TV channel, you become
a seed where others can watch the same channel you're watching. As
others connect to your server to watch the stream, they themselves become
servers which others can connect to, and the video stream would remain intact
so long as the original seed continued to watch a particular station. 

I don't know if I'm explaining this well, or if I am, if what I'm
thinking is possible, but if it were, the idea of being able to increase the
number of channels you have available to could be quite exciting. 

Just a thought 

-joe 

___ 
mythtv-users mailing list 
[EMAIL PROTECTED] 
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
 
I agree with what everyone else posted about this in that it is a
really bad idea to open Myth tv to P2P ?Cease and desist? orders.
Having said that ? this feature is really similar to the Cybersky.tv
software from germany, they have won quite a few cases in the EU
courts recently because they don?t actually cache the content only
pass it on.

Like I said bad idea, we don?t have the funding to fight these court
cases.

Cheers,

Dean

  



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


Re: [mythtv-users] Sound issues and PS-TS mode

2005-07-05 Thread Brad
err I meant brother sorry  :-)

On 7/5/05, Brad <[EMAIL PROTECTED]> wrote:
> NIck, Your not Jacinda's sister are you ???
> 
> On 7/4/05, Nick Tan <[EMAIL PROTECTED]> wrote:
> >
> >
> > On 27/06/2005, at 9:34 PM, Phill Edwards wrote:
> >
> > >> I'm assuming you mean for a DVB card?  The setting is in mythtvsetup
> > >> under advanced in the capture card settings if I remember correctly.
> > >
> > > I changed my settings to TS and I found that this caused an increase
> > > in poor recordings. The symptoms were momentary pixellations
> > > throughout the recording plus occasional  spits and pops  in the
> > > sound. I've now changed back to PS to confirm this is what caused it.
> > >
> > > I _think_ that the bad recordings may have been when there was bad
> > > weather. Could it be that TS is more picky about the signal quality
> > > than PS?
> > >
> > > Regards,
> > > Phill
> > >
> >
> > I found that I had these moments of pixellation and spits and pops with
> > PS and TS. I believe its my signal level that is the problem.  But I've
> > found that TS mode is better at recovering from these moments, whereas
> > with PS mode it will lose the audio track.
> >
> > Also, is there a way from within the frontend to show the signal
> > strength of the DVB signal?
> >
> > Thanks,
> >
> > Nick
> >
> >
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> >
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Sound issues and PS-TS mode

2005-07-05 Thread Brad
NIck, Your not Jacinda's sister are you ???

On 7/4/05, Nick Tan <[EMAIL PROTECTED]> wrote:
> 
> 
> On 27/06/2005, at 9:34 PM, Phill Edwards wrote:
> 
> >> I'm assuming you mean for a DVB card?  The setting is in mythtvsetup
> >> under advanced in the capture card settings if I remember correctly.
> >
> > I changed my settings to TS and I found that this caused an increase
> > in poor recordings. The symptoms were momentary pixellations
> > throughout the recording plus occasional  spits and pops  in the
> > sound. I've now changed back to PS to confirm this is what caused it.
> >
> > I _think_ that the bad recordings may have been when there was bad
> > weather. Could it be that TS is more picky about the signal quality
> > than PS?
> >
> > Regards,
> > Phill
> >
> 
> I found that I had these moments of pixellation and spits and pops with
> PS and TS. I believe its my signal level that is the problem.  But I've
> found that TS mode is better at recovering from these moments, whereas
> with PS mode it will lose the audio track.
> 
> Also, is there a way from within the frontend to show the signal
> strength of the DVB signal?
> 
> Thanks,
> 
> Nick
> 
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


<    1   2   3   4   5   6   7   8   9   10   >