Re: [mythtv-users] Air2PC firmware location

2005-02-05 Thread Tom E. Craddock, Jr.
Brian Foddy wrote:
-snip-
I've double checked /etc/hotplug/firmware.agent and
FIRMWARE_DIR=/usr/lib/hotplug/firmware
and ll /usr/lib/hotplug/firmware/
-rw-r--r--  1 root root 5908 Feb  5 23:03 dvb-fe-nxt2002.fw
I'm stumped.  Any ideas?
Brian
 

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


Re: [mythtv-users] Air2PC firmware location

2005-02-05 Thread Brian Foddy
On Friday 04 February 2005 10:13 pm, Tom E. Craddock, Jr. wrote:
> David George wrote:
> James Armstrong wrote:
> > I was up til 1am fighting the install and this was one of the
> > problems. I can confirm that /usr/lib/hotplug/firmware is the correct
> > location for FC2 2.6.10/11
> >
> > - James
>
> I see where I had made my problem.  I had made /lib/firmware as a file,
> not a dir.  I deleted that file, mkdir /lib/firmware and put the
> firmware in that folder, and it started working.  Thanks everyone for
> your help, it was just my own stupidty.
>
> Tom
>

Well its 1:30am and I'm still fighting this problem..
Using Mandrake 10.0, 2.6.10 kernel with dvb-kernel patch.  I've followed 
http://www.rsmas.miami.edu/personal/angel/mythtv/air2pc-howto.html
except Mandrake 10.0 still uses devfs instead of udev.  
I modprobe skystar2 and get:

ll /dev/dvb/adapter0/
total 0
crw---  1 root root 212, 4 Dec 31  1969 demux0
crw---  1 root root 212, 5 Dec 31  1969 dvr0
crw---  1 root root 212, 3 Dec 31  1969 frontend0
crw---  1 root root 212, 7 Dec 31  1969 net0

/var/log/syslog:
Feb  6 01:25:01 fodvo kernel: PCI: Found IRQ 11 for device :02:04.0
Feb  6 01:25:01 fodvo kernel: PCI: Sharing IRQ 11 with :01:00.0
Feb  6 01:25:01 fodvo kernel: IRQ routing conflict for :02:04.0, have irq 
10, want irq 11
Feb  6 01:25:01 fodvo kernel: PCI: Sharing IRQ 11 with :02:08.0
Feb  6 01:25:01 fodvo kernel: drivers/media/dvb/b2c2/skystar2.c: 
FlexCopIIB(rev.195) chip found
Feb  6 01:25:01 fodvo kernel: drivers/media/dvb/b2c2/skystar2.c: the chip has 
38 hardware filters
Feb  6 01:25:01 fodvo kernel: DVB: registering new adapter (SkyStar2).
Feb  6 01:25:01 fodvo kernel: DVB: registering frontend 0 (Nextwave nxt2002 
VSB/QAM frontend)...

I don't have the saa7115 line, maybe significant.  I don't have any saa7115 
module to load, the closest is saa7114 which doesn't seem to help.
If I go on...
/usr/local/bin/azap KARE 
yields:
azap KARE
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 59900 Hz
video pid 0x, audio pid 0x
status 00 | signal fff0 | snr ea60 | ber  | unc  |
status 00 | signal fff0 | snr ea60 | ber  | unc  |
status 00 | signal fff0 | snr ea60 | ber  | unc  |

with /var/log/syslog:
Feb  6 01:26:27 fodvo kernel: nxt2002: Waiting for firmware upload 
(dvb-fe-nxt2002.fw)...
Feb  6 01:26:37 fodvo kernel: nxt2002: Waiting for firmware upload(2)...
Feb  6 01:26:37 fodvo kernel: nxt2002: no firmware upload (timeout or file not 
found?)
Feb  6 01:26:39 fodvo kernel: nxt2002: timeout error writing tuner
Feb  6 01:26:50 fodvo last message repeated 4 times


I've double checked /etc/hotplug/firmware.agent and
FIRMWARE_DIR=/usr/lib/hotplug/firmware
and ll /usr/lib/hotplug/firmware/
-rw-r--r--  1 root root 5908 Feb  5 23:03 dvb-fe-nxt2002.fw


I'm stumped.  Any ideas?
Brian
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Slightly OT: 802.11G video stutter - not fast enough?

2005-02-05 Thread Per Åge Sørvik
> Anyone else have issues with 802.11G and MythVideo?
> 
Depends om what videoplayer you are using. The "Internal" videoplayer
stutters for me over 802.11g to, but mplayer works fine.


--  

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


Re: [mythtv-users] Script to create human readable symlinks

2005-02-05 Thread Darren Hart
Steven wrote:
On za, 2005-02-05 at 07:03 -0800, Darren Hart wrote:
I spent a couple hours writing a script to create human readable 
symlinks to the mythtv named recordings.  I find this useful when 
creating DVDs of shows, or just looking at the files from something 
other than MythTV.  Right now it isn't at all polished but it does work. 
 The paths are fixed (but easy to change at the top of the file) to 
/mnt/mythtv/recordings and /mnt/mythtv/links.  I am still running 0.15, 
so I', not sure if the relevant parts of the db schema have changed or not.

It creates links of the form (in decreasing order of preference):
title - preference_seq.mpeg
title - description(0-15)_seq.mpeg
title - starttime_seq.mpeg
original file name
where seq is a sequence number in case the same name comes up twice.  I 
use a PVR-250 so it calls them all mpegs.

I thought I'd post it in case anyone else might find it useful.  Have I 
mentioned that I hate perl?  If not, let me get that out of the way: I 
hate perl.  :-)  If there are some perl gurus on the list that would 
like to point out all the things I did wrong or in an amateur fashion, 
please do so - I wouldn't mind being a better perl programmer - even if 
I do hate it.  If you do use it and improve upon it, please post it back 
to me and or the list so we can benefit from your improvements as well.


I'm afraid you could have saved yourself some time. A script that does
this is already in the contrib folder :
http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/contrib/mythlink.sh?rev=1.2&view=log
Steven
Doh, that would have been a better starting point.  And I run into Chris 
yet again (first on Cajun, now on Myth - I am seeing a pattern... :-) 
The script I submitted does try a little harder to handle missing and/or 
redundant metadata (with multiple link naming schemes and sequence numbers).

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


[mythtv-users] RE: mythtv-users Digest, Vol 25, Issue 20

2005-02-05 Thread Bene Martin
> >Try removing the redirects to /dev/null from mpeg2cut for 
> the avidemux2
> >commands to see what's going wrong.
> Here's my output...  It's long, sorry.

> ... and here's the output from tcprobe -i
> 
> **
> [tcprobe] MPEG transport stream (TS)
> (ts_reader.c) Pids: 0x0 0x30 0x31 0x34
> [tcprobe] summary for 1012_2005012420_20050124210300.nuv, 
> (*) = not 
> default, 0 = not detected
>no audio track: use "null" import module for audio
> **

Does that file play ok in mythtv? I ask because both tcprobe and
avidemux are unableto find an audio stream in the recorded file.

Indexing / video extraction with avidemux seems to have completed. I can
only imagine that  avidemux is quite unhappy trying to cut an audio
stream that isn't there.

if the file actually plays with audio in mythtv I'd say your best bet is
to conatct the avidemux2 developers with the output and try to get their
help.

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


[mythtv-users] Re: Slightly OT: 802.11G video stutter - not fast enough?

2005-02-05 Thread CrAzY mAD
Signal strength is at 99%.  The AP and bridge are
about 20ft. apart from each other right now.  Firmware
is the latest.  Both AP and bridge are operating on "G
only"

I tried all the settings and configs on the AP and
bridge without any luck.  Ran a cat6 wire to my
livingroom for Myth, but I'd still like to get this
solved for the family room.  

Anyone else have issues with 802.11G and MythVideo?



__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Backing up and restoring myth

2005-02-05 Thread mary wright
Hello


> backup your mythconverg database - I usually use webmin to back it up,
> and then when the db is recreated as part of the myth install run the
> backup file as sql on the database.

I was just a little curious of how you would "run the backup file"

Sorry if I am a bit slow

it's just I have seen alot on how to backup but not so much on the restoring

thanx Mary


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


[mythtv-users] FC3/PVR-350 No Sound

2005-02-05 Thread Ronald Kohsman








Machine

P4 1.8 (Intel on board video and AC’97 audio)

512 MB RAM

350GB HDD

PVR-250

PVR-350

SBLIve

 

2.6.9-1.724_FC3

Installed all with apt-get following: http://wilsonet.com/mythtv/fcmyth.php

 

Video works out to the monitor, nothing is hooked up to the
350 out

 

Using the tuner onthe 350

The audio out from the 350 is going to the line in on the
sblive

 

I can hear the mythmusic, but no live tv or recorded.

 

I run the cat /dev/video0 > test.mpg

The use the mplayer and no sound as well.

 

I have shut off artsd and played with the kmix.

Capture on all the way up and line in on and all the way up

 

I feel it is something stupidly simple….I just can not
figure it out.

 

I would appreciate any and all help. 

 

Thanks in advance.

 

-r






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


[mythtv-users] Testing mailing list..

2005-02-05 Thread Isaac Richards
Sorry for the spam - we've changed the config of the mailing list around a 
bit, and I need to test the latency now..

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


Re: [mythtv-users] Thank You

2005-02-05 Thread Robin Smith
While not as directly insulting as the NYT article, this article still
gets it all wrong. Where do you read anything  complimentary about the
MythTV community? I sure don't see it.

I am curous where all of these reporters and so called "experts" get
the notion that MythTV gives you TV for free? MythTV is NOT about
stealing cable or satellite. Its a technological advancement of the
VCR.

It was okay to schedule a VCR to videotape a show and watch it later.
It was okay to fast forward through the commercials. How is MythTV any
different than this, its just using technology to do it better and
"cooler".

While I can (sort of) understand their argument against automated 
commercial skip (and I would theorize thatthe  people who want to skip
commercials are not the people the commericals are going to profit
from anyway), all of the other features of MythTV have nothing to do
with any illegal or immoral activity. Hell, since it takes so long to
nuvexport a show, I seriously doubt many of the "pirated" shows being
shared through P2P networks are a result of MythTV rips.

So, if someone knows how I can make my MythTV box give me the free
cable/satellite these "experts" are talking about, I'd appreciate them
letting me know. Is that a feature in the soon to be released 0.17?

On Sat, 05 Feb 2005 14:51:14 +, Allan Stirling
<[EMAIL PROTECTED]> wrote:
> Colin Smillie wrote:
> >>Thank you?!?!? Why, do you like being called a thief?
> >>
>  > Allan, I think you should read the link below, its not the NYT Article...
>  >
>  
> >http://advancedmediacommittee.typepad.com/emmyadvancedmedia/2005/01/mythtv_a_nonmyt.html
>  >
> 
> I did, and it still calls me and you a thief.
> 
> Quote:
> So the conversation has to turn to why.  Why do people want free TV?  Is
> is because TV is too expensive?  Yes.  Is it because the current
> commercial structure is so emotionally unsatisfying that people will do
> anything to skip commercials? Yes.  Is it that programming mostly sucks
> and individuals who can take control of their viewing experiences will
> take control? Yes.  In fact, is there any possible reason that someone
> who could change the way they consume television wouldn't change it? No.
> ---
> 
> Now, if he'd said free (Libre), then I might have agreed with you. This
> does _not_ seem to be what he's saying.
> 
> Cheers,
> 
> Allan.
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] New MythTV special interest group at Multiply.com

2005-02-05 Thread John Williams
On Sat, 5 Feb 2005 21:18:01 -0500, Magnus Meinfretr <[EMAIL PROTECTED]> wrote:
> For those of you who are members of the Multiply.com community, I've
> created a MythTV special interest group there.
> 
> http://mythtv.multiply.com/

So what is multiply? What are its advantages?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Loren H. Burlingame
On Sat, 5 Feb 2005 17:13:46 -0500, Jay R. Ashworth <[EMAIL PROTECTED]> wrote:
> I wouldn't recommend the solution *some* people implement, which is to
> return goatse on img requests with referers outside your own domains,
> but...

goatse is the best anti-leech pic of all timefollowed closely by tubgirl


-- 
Loren H. Burlingame <[EMAIL PROTECTED]>
GPG Key ID: 0x112DCF4F
"Irony can be pretty ironic sometimes."
   -William Shatner (a.k.a. Buck Murdock)
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Pundit-R TV out working finally

2005-02-05 Thread Alex Harford
Is this news to anyone?

After buying a PVR-350 and then realizing that it's not that great for
DVD playback, I decided to try and get the ATI 9100 IGP working, and I
finally did it.

There was a lot of talk on the various boards about using the 3.12
driver to get TV out working, but that didn't work with FC3 because
the 3.12 driver didn't work with XOrg 6.8.

But some smart person (not me) tried using the old 3.12 driver with
the hex edit trick, and it works.  I don't know if it works 100%
because I was so stoked to have it working I thought I would post
here.

Basically what you do is install the 8.8.25 drivers from ATI, but
replace the /usr/X11R6/lib/modules/drivers/fglrx_drv.o with the hex
edited 3.12 file.  You can extract it from the rpm with a script like
rpm2tgz .

You also need to set the bios setting to TV only.

I'm off to try some DVD playback now. :)

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


Re: [mythtv-users] Slightly OT: 802.11G video stutter - not fast enough?

2005-02-05 Thread Michael Starks
On Sat, 2005-02-05 at 14:19 -0800, CrAzY mAD wrote:
> I just installed Myth on a remote machine and have it
> connected via a Netgear 802.11G bridge.  MythTV and
> recorded TV shows play fine, but my avi movies in
> MythVideo stutter every 2 seconds.  

How is the signal strength?  The speed will decrease with weaker
signals.

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


[mythtv-users] New MythTV special interest group at Multiply.com

2005-02-05 Thread Magnus Meinfretr
For those of you who are members of the Multiply.com community, I've
created a MythTV special interest group there.

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


Re: [mythtv-users] Australian Setup Help Needed

2005-02-05 Thread David Whyte
Where in AU are you Hugh?


On Sun, 6 Feb 2005 12:52:40 +1100, Hurgh <[EMAIL PROTECTED]> wrote:
> Ok, I have had a look at that page, but I cant seem to work out how I
> can use that in Myth to make my stuff work.
> 
> Does anyone know how I do this? Do I need to manually enter this
> information for channels or what?
> 
> Any australian users out there able to give me a hand?
> 
> Thanks
> 
> -Hurgh-
> 
> On Sun, 6 Feb 2005 08:44:23 +1100, Hurgh <[EMAIL PROTECTED]> wrote:
> > Thanks Daniel,
> >
> > I had done a few searches but could not find anything like that, what
> > did you search for??
> >
> > Thanks
> >
> > -Hurgh-
> >
> >
> > On Sun, 6 Feb 2005 00:39:34 +1100, Daniel Parnell
> > <[EMAIL PROTECTED]> wrote:
> > > G'day Hurgh,
> > >
> > > I did a quick search on the net and came up with the following PDF file.
> > >
> > > http://www1.jaycar.com.au/images_uploaded/austtv.pdf
> > >
> > > It contains the channel frequencies for all the channels in Australia
> > >
> > > Daniel
> > >
> > >
> >
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 


-- 
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] Australian Setup Help Needed

2005-02-05 Thread Hurgh
Ok, I have had a look at that page, but I cant seem to work out how I
can use that in Myth to make my stuff work.

Does anyone know how I do this? Do I need to manually enter this
information for channels or what?

Any australian users out there able to give me a hand?

Thanks

-Hurgh-



On Sun, 6 Feb 2005 08:44:23 +1100, Hurgh <[EMAIL PROTECTED]> wrote:
> Thanks Daniel,
>
> I had done a few searches but could not find anything like that, what
> did you search for??
>
> Thanks
>
> -Hurgh-
>
>
> On Sun, 6 Feb 2005 00:39:34 +1100, Daniel Parnell
> <[EMAIL PROTECTED]> wrote:
> > G'day Hurgh,
> >
> > I did a quick search on the net and came up with the following PDF file.
> >
> > http://www1.jaycar.com.au/images_uploaded/austtv.pdf
> >
> > It contains the channel frequencies for all the channels in Australia
> >
> > Daniel
> >
> >
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] reliable australian EPG

2005-02-05 Thread David Whyte
I have found the grabber that was posted on this list before XMAS is
very reliable.  The only thing that is unreliable now, is that the
commercial stations do not stick to the schedule and short of
recording 10+ minutes after the end of each recording, I have no idea
how to solve this problem.

The next stage should be some live update to the EPG when stations get
off schedule :P


On Sat, 5 Feb 2005 09:10:26 -0800 (PST), Ben Dash <[EMAIL PROTECTED]> wrote:
> > i'd really like to see an australian EPG that can be
> > relied upon and
> > has comprehensive info, so i'm hoping i can make
> > this a reality. the
> > crucial factor though is how many people would sign
> > up for it.
> 
> Fortunatly for me in in the US so I have access to a
> reliable EPG.
> 
> However, back before I was using myth I had actually
> paid money for an EPG for my Creative DPVR, but they
> went bust anyway.  I've forgotten who the company was
> now.
> 
> Something that I thought would be a good idea is an
> EPG created like a wiki, i.e. updated by the user
> community.  Preferably there would be no monthly fee,
> since the maintenance costs would be low due to so
> much of the work being done for free by the users.
> Sort of like freedb.org.
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail - Find what you need with new enhanced search.
> http://info.mail.yahoo.com/mail_250
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 


-- 
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


Re: [mythtv-users] Re: FW: New Source Forge Project MythStreamTV

2005-02-05 Thread Robert Denier
I have not looked at MythStreamTV although if I ever get a useful 
internet connection it sounds fun.  That being said here is just some 
general ideas that may or may not apply.

The original material is probably interlaced.  I don't know what your 
other settings are so its hard to tell what, if anything is the 
problem.  However for anything that has a prayer of being broadcast over 
the internet 320x240 is probably a reasonable max picture size.  If you 
set your capture resolution to that it will most likely only capture a 
single field of video thus preventing any interlacing artifacts that do 
not encode well.  (Ignore for now that you could possibly get an even 
better picture by taking vga resolution video and deinterlacing it with 
something adaptive and then reducing the resolution via something like a 
bilinear filter.  Thats good for when you have lots of cpu time to kill, 
but I'm not sure if this application supports it.)   The main thing is 
to get a clean picture without any interlacing artifacts before feeding 
it into your secondary codec.  You also want to avoid any black bars on 
the outside of the picture if feasible.  Any hard transition is going to 
take more bandwidth to encode.  Similarly any fast moving action scene 
will take more bandwidth.  Finally the final size should be a multiple 
of 8 or 16 probably for the most efficient operation.

One thing I don't understand though, if you are using the highest 
settings, you shouldn't have that much pixelization regardless although 
the compressoin might be horribly inefficient.  Maybe i'm missing 
something, or maybe the highest settings really aren't that high.  What 
is the actual bitrate of the video you are encoding?


Dennis Hand wrote:
I've gotten MythStreamTV up and running. Very nice work :-). My 
question is, is there a way to make the video quality any better. I 
have really bad pixelization. I'm using the highest settings 
available using either Divx3 and WMV2. My recordings are from a 
PVR-250 and I'm streaming them to WMP9 on a Windows 2000 box. My 
network is more than fast enough to handle this. Any suggestions?
 
Dennis


___
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] Which Window Manager?

2005-02-05 Thread M Smith
Donavan Stanley wrote:
On Wed, 19 Jan 2005 19:39:35 -0500, M Smith <[EMAIL PROTECTED]> wrote:
Sorry - I've always been curious - what's so wrong with KDE?

Simple, run MythVideo under KDE and when your player exits Myth will
not receive the focus back thus requiring you to alt-tab to it.

I've never had that occur - MythVideo/MPlayer/Myth all work fine w/ lirc 
under KDE.  There's never been any focus issues.  Maybe I'm missing what 
you're refering to.

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


Re: [mythtv-users] mythweb cvs video error

2005-02-05 Thread Kevin Kuphal
Chris Petersen wrote:
I'm getting this in a bunch of different places.  Since this isn't a 
default option enabled for PHP is there a workaround for those of us 
using RPM distributions or will PHP compiled from source be required 
for future releases?

Not sure what you mean by "rpm distributions"..  I'm running fc1 and 
it works fine for me.  What distro are you using?

That routine was added by the japanese translator in order to support 
multibyte text in the video filenames, so I guess you could just 
remove that function call if it's causing problems.  I don't really 
know of a workaround.
RH9
Name: php  Relocations: (not relocatable)
Version : 4.2.2 Vendor: Red Hat, Inc.
Release : 17.2  Build Date: Sun 29 Jun 2003 
03:38:15 PM CDT
Install Date: Sat 07 Aug 2004 08:51:20 AM CDT  Build Host: 
stripples.devel.redhat.com
Group   : Development/Languages Source RPM: 
php-4.2.2-17.2.src.rpm
Size: 3822152  License: The PHP License
Signature   : DSA/SHA1, Tue 01 Jul 2003 11:29:45 AM CDT, Key ID 
219180cddb42a60e
Packager: Red Hat, Inc. 
URL : http://www.php.net/
Summary : The PHP HTML-embedded scripting language. (PHP: Hypertext 
Preprocessor)
Description :

I believe this is the latest released bundle for RH9 from apt-get and 
atrpms at least.

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


[mythtv-users] Re: Anybody gotten DVB-C to work in the Netherlands

2005-02-05 Thread belcampo
I do have a KNC1 adapter with a CI a CAM and the smartcard I received with the 
set-topbox from Casema.

Look at www.sat4all.com, there are some people who amanaged to get it working 
although not with the current Irdeto smartcards but with older ones, I don't 
know which ones.

Henk Schoneveld
>have to provide a network-number, which in my case, Casema, is .
>When I do a search I see that Casema is found but it searches network 0500 
and 
>soon after that it hangs.
>
>Henk Schoneveld
>  
>
>  
>
What kind of DVB-C hardware do you use ?

I am trying to get TV-Home into my mythbox but can not find out what 
hardware is suitable.
The old Siemens card I have lying around should be able but I could not 
get it to work.
(tried with various windows and linux tools)
How do you tackle the smartcard problem?

Having asked Essent how to get digital access to their DVB-C network 
resulted in: we don't know you have to contact a dealer... (duh)

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


Re: [mythtv-users] Passively-cooled FX5200 DVI-out video cards?

2005-02-05 Thread Joe Votour
I'm going to second Wendy's mention of the eVGA card
(Light Version).  I picked one up today (I live near a
couple of Central Computers locations), and as a
bonus, it's on sale until the end of tomorrow (for
those of you in the SF Bay Area).

The card has the GeForce 5200FX chipset, with DVI, VGA
and S-Video outputs, and the package included an
S-Video cable and a DVI to VGA adaptor (so you could
do dual-VGA if you want).

The picture looks pretty good, much better than the
GeForce 440MX it replaced.  I agree with Jarod's
(Wilson) contention that with the flicker-filter
enabled in the nVidia driver (and de-interlacing
disabled in MythTV), the picture is pretty smooth,
except for the odd jitter in slower scrolling screen
messages (fast scrolling is pretty choppy though).

-- Joe

--- Didde Brockman <[EMAIL PROTECTED]> wrote:

> On 04 feb 2005, at 09.00, Brandon Beattie wrote:
> 
> > On Thu, Feb 03, 2005 at 11:48:04PM -0500, Robert
> Tsai wrote:
> >> Can anyone identify passively-cooled (heatsink
> only, no fan) FX5200
> >> graphics cards with DVI output?
> >>
> >> I've only been able to identify the Gainward
> Pro/660 (VGFX5200DTL) on
> >> the manufacturer website:
> >> http://www.gainwardusa.com/products/vga_660dt.htm
> . Unfortunately,
> >> this card seems to be rather hard to find (out of
> stock at most of the
> >> big online retailers).
> >>
> >> I've seen hints of others (Inno3D Tornado, Asus
> V9520-X/TD-128), but
> >> I'd like to be sure, because there is variation
> even within a
> >> manufacturer. For example, the eVGA website shows
> passive heatsinks in
> >> all their pictures, but when I ordered one, I
> discovered that it had a
> >> fan. So now I don't trust website pictures
> without text; only
> >> Gainward's website specifically identifies the
> passive cooling
> >> mechanism.
> >>
> >> Thanks,
> >> --Rob
> >
> > Active cooling is not always bad.  If you have a
> location in your case
> > where air movement is stale, active is a good
> idea.  A good case won't
> > have a dead spot and so passive is prefered mostly
> because it's one 
> > less
> > thing to go bad, as noise on it is so minor.
> 
> Well, I used ASUS version of the 5200 with active
> cooling and let me 
> tell you – its noise was _far_ from "minor".
> Actually, I had to buy a 
> new cooling kit for it as the noise level was
> intolerable (for me). 
> YMMV as usual though.
> 
> 
> Kindly,
> Didde
> 
> > ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Tuning DVB-S channels

2005-02-05 Thread Leandro Dardini
While I can watch satellite TV using dvbstream and mplayer, I cannot tune
any channel. Doing Scanning, scanning activity stops at 10% with the
following debug on console. No new channels are added.
I try to look at tables to insert manually, but I cannot find the old dvb*
tables present in old mythtv versions.

Any help appreciated.

Leandro

:/var/lib/mysql/mythconverg# mythtv-setup
2005-02-05 23:38:31.806 Joystick disabled.
2005-02-05 23:40:18.939 SIParser: About to do a reset
2005-02-05 23:40:18.939 SIParser: Closing all PIDs
2005-02-05 23:40:18.939 SIParser: Using DelAllPids from SIParser which does
nothing
2005-02-05 23:40:18.939 SIParser: Resetting all Table Handlers
2005-02-05 23:40:18.939 SIParser: SIParser Reset due to channel change
2005-02-05 23:40:18.939 DVB#0 DVB SI Table Parser Started
Setting DB in siparser
2005-02-05 23:40:18.939 SIParser: Starting DVB Section Reader thread
2005-02-05 23:40:18.940 SIParser: Table[5]->RequirePIDs() == true
2005-02-05 23:40:19.015 DVB#0 Using DVB card 0, with frontend ST STV0299
DVB-S.
2005-02-05 23:40:19.529 DVB#0 ERROR - CA: Failed to initialize CI handler
2005-02-05 23:40:19.529 DVB#0 DVB Signal Monitor Starting
2005-02-05 23:40:19.633 SIParser: About to do a reset
2005-02-05 23:40:19.633 SIParser: Closing all PIDs
2005-02-05 23:40:19.942 SIParser: Resetting all Table Handlers
2005-02-05 23:40:19.942 SIParser: SIParser Reset due to channel change
2005-02-05 23:40:19.942 SIParser: Table[5]->RequirePIDs() == true
2005-02-05 23:40:19.974 DVB#0 DVB signal a4f8 | snr 9cf9 | ber dde0 | unc
0
2005-02-05 23:40:20.184 DVB#0 Signal Locked
2005-02-05 23:40:20.284 DVB#0 Status: LOCK.
2005-02-05 23:40:20.284 SIParser: Requesting PAT
SI Standard = 1
2005-02-05 23:40:20.290 SIParser: Starting SIScanner
2005-02-05 23:40:20.945 SIParser: Table[0]->RequirePIDs() == true
2005-02-05 23:40:20.955 SIParser: Adding PID0 Filter  0 Mask ff
2005-02-05 23:40:20.956 SIParser: Table[2]->RequirePIDs() == true
2005-02-05 23:40:20.956 SIParser: Adding PID 1ffb Filter ff Mask  0
2005-02-05 23:40:20.956 SIParser: Table[3]->RequirePIDs() == true
2005-02-05 23:40:20.956 SIParser: Adding PID 1ffb Filter ff Mask  0
2005-02-05 23:40:20.956 SIParser: Table[6]->RequirePIDs() == true
2005-02-05 23:40:20.956 SIParser: Adding PID   10 Filter 40 Mask ff
2005-02-05 23:40:21.278 SIParser: PAT Version = 4
2005-02-05 23:40:21.278 SIParser: Tuned to TransportID: 12200
2005-02-05 23:40:21.278 SIParser: NIT Present on this transport on PID 16
2005-02-05 23:40:21.279 SIParser: Services on this Transport: 7401 7402 7405
7448 7449 7450 7452 7455 7456 7457 7459 7461 7462
2005-02-05 23:40:21.279 SIParser: Table[0]->Complete() == true
select private_type,private_value from dtv_privatetypes where networkid =
318 and sitype = "dvb"
2005-02-05 23:40:22.764 SIParser: No Private Types defined for NetworkID 318
2005-02-05 23:40:22.765 SIParser: Table[6]->Complete() == true
2005-02-05 23:40:22.765 SIParser: Table[6]->EmitRequired() == true
2005-02-05 23:40:22.766 SIScan#0: Updating Transports
2005-02-05 23:40:22.766 SIScan#0: Network Globecast Scanned
2005-02-05 23:40:22.771 SIScan#0: Transport TID = 12200 NID = 318 added to
Database
2005-02-05 23:40:22.772 SIScan#0: Transport Update Complete
I will scan 1
I will scan 2
I will scan 3
I will scan 4
I will scan 5
I will scan 6
I will scan 7
I will scan 8
2005-02-05 23:40:22.772 SIScan#0: Tuning to mplexid 1
2005-02-05 23:40:22.806 SIParser: About to do a reset
2005-02-05 23:40:22.806 SIParser: Closing all PIDs
2005-02-05 23:40:23.068 DVB#0 Signal Lost
2005-02-05 23:40:23.352 DVB#0 Signal Locked
Version Change: Old: 4  New: 15
2005-02-05 23:40:23.380 SIParser: Resetting all Table Handlers
2005-02-05 23:40:23.380 SIParser: SIParser Reset due to channel change
2005-02-05 23:40:23.412 DVB#0 DVB signal b2a8 | snr a917 | ber0 | unc
0
2005-02-05 23:40:23.412 DVB#0 Status: LOCK.
2005-02-05 23:40:23.412 SIParser: Requesting PAT
SI Standard = 1
Setting currenTID = 1
2005-02-05 23:40:24.382 SIParser: Table[0]->RequirePIDs() == true
2005-02-05 23:40:24.393 SIParser: Adding PID0 Filter  0 Mask ff
2005-02-05 23:40:24.393 SIParser: Table[2]->RequirePIDs() == true
2005-02-05 23:40:24.393 SIParser: Adding PID 1ffb Filter ff Mask  0
2005-02-05 23:40:24.393 SIParser: Table[3]->RequirePIDs() == true
2005-02-05 23:40:24.393 SIParser: Adding PID 1ffb Filter ff Mask  0
2005-02-05 23:40:24.393 SIParser: Table[6]->RequirePIDs() == true
2005-02-05 23:40:24.393 SIParser: Adding PID   10 Filter 40 Mask ff
2005-02-05 23:40:24.580 SIParser: PAT Version = 15
2005-02-05 23:40:24.580 SIParser: Tuned to TransportID: 5200
2005-02-05 23:40:24.581 SIParser: NIT Present on this transport on PID 16
2005-02-05 23:40:24.581 SIParser: Services on this Transport: 3314 3319 3401
3402 3403 3404 3406 3408 3409 3410
2005-02-05 23:40:24.581 SIParser: Table[0]->Complete() == true
select private_type,private_value from dtv_privatetypes where networkid =
318 and sitype = "dvb"
2005-02-05 23:40:38.072 SIParser:

Re: [mythtv-users] mythweb cvs video error

2005-02-05 Thread Chris Petersen
I'm getting this in a bunch of different places.  Since this isn't a 
default option enabled for PHP is there a workaround for those of us 
using RPM distributions or will PHP compiled from source be required for 
future releases?
Not sure what you mean by "rpm distributions"..  I'm running fc1 and it 
works fine for me.  What distro are you using?

That routine was added by the japanese translator in order to support 
multibyte text in the video filenames, so I guess you could just remove 
that function call if it's causing problems.  I don't really know of a 
workaround.

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


RE: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Michael J. Emswiler
Not trying to defend the guy, but technically, he didn't steal the images,
he's pointing to the mythtv website.  The most he's guilty of is plagiarism
for lack of citing from where he's quoting, and perhaps bandwidth theft.
Though I'm sure most of that has been us going to look at it -- I doubt if
anyone here bothered to bid.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Donavan Stanley
Sent: Saturday, February 05, 2005 6:46 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] [OT] - Ebaying Knoppmyth

On Fri, 04 Feb 2005 17:47:49 -0800, Lonnie Borntreger
<[EMAIL PROTECTED]> wrote:
> Umm. Do you ask your distribution's permission before posting a
> screenshot?  The GPL gives you license to use/modify/sell the
> distribution, any/all of it, where-ever you wish, without changing the
> creator's copyright.

Funny, I don't recall seeing a GPL license for the MythTV websites
content or seeing that text and those images in the MythTV source
anythwere.

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


[mythtv-users] Slightly OT: 802.11G video stutter - not fast enough?

2005-02-05 Thread CrAzY mAD
I just installed Myth on a remote machine and have it
connected via a Netgear 802.11G bridge.  MythTV and
recorded TV shows play fine, but my avi movies in
MythVideo stutter every 2 seconds.  

The wireless connect shows 99% and there are no other
wireless devices on my network.  When I plug in a
100mb ethernet cable, the videos play with no stutter.
 

Any one else unable to stream avi files over 802.11g?
Thanks




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Jay R. Ashworth
On Fri, Feb 04, 2005 at 03:54:21PM -0800, Alex Harford wrote:
> I looked at the page source, and this guy is using the images from the
> mythtv site!
> 
> ie:
> 
>  src="http://mythtv.sf.net/mc/thumbs/thmb-blueosdone.png"; width=150
> border=0>
> 
> which isn't very cool, to use someone else's bandwidth to sell copies
> of software that is available on the net for free. :-(

Now *this* is a valid complaint.

I wouldn't recommend the solution *some* people implement, which is to
return goatse on img requests with referers outside your own domains,
but...

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Designer  Baylink RFC 2100
Ashworth & AssociatesThe Things I Think'87 e24
St Petersburg FL USA  http://baylink.pitas.com +1 727 647 1274

  If you can read this... thank a system adminstrator.  Or two.  --me
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Jay R. Ashworth
On Fri, Feb 04, 2005 at 02:49:51PM -0800, Alex Harford wrote:
> Not against the GPL as long as they provide source code if requested.
> 
> *But* I doubt that they have permission to use those screenshots on
> that page.  Sounds like copyright infringement to me.  I wonder if the
> original creators of the screenshot have given permission for it to be
> used. ;-)

Screenshots aren't copyrighted by anyone except the person who grabbed
them.

*My*, but it's misinformation day this week, isn't it?

Brad; time to post your copyright FAQ?

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Designer  Baylink RFC 2100
Ashworth & AssociatesThe Things I Think'87 e24
St Petersburg FL USA  http://baylink.pitas.com +1 727 647 1274

  If you can read this... thank a system adminstrator.  Or two.  --me
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Xbox optical sound

2005-02-05 Thread Andrew Ziobro
On Sat, 5 Feb 2005 14:35:25 -0500, Ken Davis <[EMAIL PROTECTED]> wrote:
> Anyone using and Xbox as a frontend and the component/optical outputs.
>  I just got the Intec cable- video works via component, but no audio
> from the optical.

Yes, I got the optical working...
  I use the second dsp. /dev/adsp
  I had to add

options snd-pcm-oss dsp_map=0 adsp_map=2

   to modules.conf in order to use the oss driver.
  I have not found a good way to send the sound to both the spdif
output and the analog out at the same time.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Jay R. Ashworth
On Fri, Feb 04, 2005 at 04:20:03PM -0600, Michael J. Lynch wrote:
> Yes it is against the GPL to sell copies of the software, 

You've been misinformed.

Cheers,
-- jra
-- 
Jay R. Ashworth[EMAIL PROTECTED]
Designer  Baylink RFC 2100
Ashworth & AssociatesThe Things I Think'87 e24
St Petersburg FL USA  http://baylink.pitas.com +1 727 647 1274

  If you can read this... thank a system adminstrator.  Or two.  --me
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] MythMusic: *** glibc detected *** free(): invalid next size (fast): 0x09b1dcd0 ***

2005-02-05 Thread borgi2008
Hello,
yesterday i updated my mythtv and mythmusic with the cvs version. But
now i got an error if i want to update my MusicDatbase in mythmusic. It
searches the disk and when it update the db at 42% i got an error
message in the console:
[EMAIL PROTECTED] mythneu]$ mythfrontend -v all
2005-02-05 11:16:49.840 mythfrontend version: 0.17.20050130-1 www.mythtv.org
2005-02-05 11:16:49.840 Enabled verbose msgs :all
2005-02-05 11:16:49.862 Could not connect to LCDd: connection refused.
Could not find theme: Default
2005-02-05 11:16:50.463 Registering Internal as a media playback plugin.
Unable to initialize plugin 'mythbookmarkmanager'.
2005-02-05 11:16:50.475 /home/chef/.mythtv/joystickmenurc not found.
2005-02-05 11:16:50.476 Joystick disabled.
Unable to initialize plugin 'mythdvd'.
Unable to initialize plugin 'mythgallery'.
Unable to initialize plugin 'mythgame'.
2005-02-05 11:16:50.727 Registering MythMusic Media Handler as a media
handler
Unable to initialize plugin 'mythvideo'.
Unable to initialize plugin 'mythweather'.
2005-02-05 11:16:50.912 generating cache image for:
/usr/local/share/mythtv/themes/default/gallery-moviethumb.png
Error loading image file:
/usr/local/share/mythtv/themes/default/gallery-moviethumb.png
2005-02-05 11:16:51.296 Starting media monitor.
*** glibc detected *** free(): invalid next size (fast): 0x09b1dcd0 ***
Abgebrochen
Hendrik Borghorst

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


Re: [mythtv-users] mythweb cvs video error

2005-02-05 Thread Kevin Kuphal
Chris Petersen wrote:
the video.php shows up blank and this is in my apache/error_log
[error] PHP Fatal error:  Call to undefined function:
mb_convert_encoding() in /mnt/net/stuff/tvbox/current/mythweb/video.php
on line 123

sounds like php isn't compiled with multibyte string support:
http://us3.php.net/manual/en/function.mb-convert-encoding.php
I'm getting this in a bunch of different places.  Since this isn't a 
default option enabled for PHP is there a workaround for those of us 
using RPM distributions or will PHP compiled from source be required for 
future releases?

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


[mythtv-users] Re: changed theme and now OSD doesn't show when starting mythfrontend

2005-02-05 Thread Evan Burrows
Alright I managed to fix this by editing the settins tables in the
database.  But what did I miss when trying to install that theme that
caused it not to work?

thanks,
Evan


On Fri, 4 Feb 2005 22:30:12 -0500, Evan Burrows <[EMAIL PROTECTED]> wrote:
> I just installed the theme from http://www.fotoniq.nl/projects/mythtv/
> and unfortunately after setting it as my default theme and restarting
> mythfrontend the OSD no longer displays.  It shows the bar Scaling the
> theme or whatnot and then just disappears.  Maybe i did something
> wrong but what file holds the theme setting for when mythfrontend
> starts up?  I would like to set it back to Titivillus or anything for
> that matter..
> 
> thanks,
> Evan
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Hardware Review

2005-02-05 Thread Kenneth Hong
- Original Message - 
From: "Andy Long" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" 
Sent: Friday, February 04, 2005 5:19 PM
Subject: Re: [mythtv-users] Hardware Review
>
> I used an xbox v1.6 (got it after the holidays) and soft-modded it
> with no problem.  Took about 45 minutes in all.  I will not post the
> link to the instructions here, but you may contact me privately if
> they are needed and I can point you in the right direction.
>

I've got another question about using the Xbox as a frontend:

If I am recording HDTV on my backend server, can I watch the program live on
my EDTV using the Xbox as the frontend?  Or do I need to transcode the HDTV
recording to 480(p) before I can play it on the Xbox?  If the later is the
case, this will eliminate my ability to pause, rewind and fast forward live
tv.

I like the Xbox solution because of its low cost, small form factor, and the
fact that you get an Xbox too boot, but basic PVR functions take precedence.

Let me know if you have any thoughts.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


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

2005-02-05 Thread Jason Gabriele
===
And where can one get the MediaCenter OSD? 
===

Replying to myself like a loonie but I found it:
http://www.radixpub.com/vir/portfolio/mtvmc/
That's my theme. I know it's confusing that the new theme is called 
MythCenter and mine MythTVMediaCenter, however, the two are not related.

That aside, I will be releasing the final version after 0.17 comes out. 
Right now there are too many changes going into cvs and I don't want to 
have to re-release another in a couple of days.

--
Jason Gabriele
jason.gabriele at gmail dot com
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problem with Record New Episodes Only feature?

2005-02-05 Thread Joel Anderson
> > Hi all,
> >
> > I noticed that the "record new episodes only" feature in 0.16 seems to
> > think that any recording with an "original air date" filled in is a
> > repeat, even if that date is in the future.
> >
> > For example the new episode of Crossing Jordan on Feb 13th has this
> > date filled in as 2005-02-13 in my listing, and Myth is not going to
> > record because it thinks it is a "repeat".
> 
> This has long since been fixed and will be correct in 0.17. The
> station may have marked it as a repeat because it is a re-broadcast
> on the same day or day before or whatever. Mythfilldatabase now
> looks for these and unmarks previouslyshown for any showing within
> 14 days of the original air date.
> 
> Marking repeats...found 9506
> Unmarking repeats from grabber that fall within our new episode 
> window...found 67
> 
> --  bjm

Very cool, that's what I was hoping for.  Thanks for the reply.

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


Re: [mythtv-users] Recorded Show preview color inverted?

2005-02-05 Thread Ben Dash
> Now if only I could coax an extra bit of speed out
of
> my 400mhz mendocino so that the slight video stutter
> every couple of seconds would disappear.

I just noticed that the stdout from mythfrontend is
saying "prebuffering pause" every couple of seconds
from either live TV or recorded shows, is that normal
for a slow CPU or is that indicative of something else?



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb cvs video error

2005-02-05 Thread Chris Petersen
the video.php shows up blank and this is in my apache/error_log 

[error] PHP Fatal error:  Call to undefined function:
mb_convert_encoding() in /mnt/net/stuff/tvbox/current/mythweb/video.php
on line 123
sounds like php isn't compiled with multibyte string support:
http://us3.php.net/manual/en/function.mb-convert-encoding.php
-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Passively-cooled FX5200 DVI-out video cards?

2005-02-05 Thread Didde Brockman
On 04 feb 2005, at 09.00, Brandon Beattie wrote:
On Thu, Feb 03, 2005 at 11:48:04PM -0500, Robert Tsai wrote:
Can anyone identify passively-cooled (heatsink only, no fan) FX5200
graphics cards with DVI output?
I've only been able to identify the Gainward Pro/660 (VGFX5200DTL) on
the manufacturer website:
http://www.gainwardusa.com/products/vga_660dt.htm . Unfortunately,
this card seems to be rather hard to find (out of stock at most of the
big online retailers).
I've seen hints of others (Inno3D Tornado, Asus V9520-X/TD-128), but
I'd like to be sure, because there is variation even within a
manufacturer. For example, the eVGA website shows passive heatsinks in
all their pictures, but when I ordered one, I discovered that it had a
fan. So now I don't trust website pictures without text; only
Gainward's website specifically identifies the passive cooling
mechanism.
Thanks,
--Rob
Active cooling is not always bad.  If you have a location in your case
where air movement is stale, active is a good idea.  A good case won't
have a dead spot and so passive is prefered mostly because it's one 
less
thing to go bad, as noise on it is so minor.
Well, I used ASUS version of the 5200 with active cooling and let me 
tell you – its noise was _far_ from "minor". Actually, I had to buy a 
new cooling kit for it as the noise level was intolerable (for me). 
YMMV as usual though.

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


Re: [mythtv-users] Problem with Record New Episodes Only feature?

2005-02-05 Thread Bruce Markey
Joel Anderson wrote:
Hi all,
I noticed that the "record new episodes only" feature in 0.16 seems to
think that any recording with an "original air date" filled in is a
repeat, even if that date is in the future.
For example the new episode of Crossing Jordan on Feb 13th has this
date filled in as 2005-02-13 in my listing, and Myth is not going to
record because it thinks it is a "repeat".
This has long since been fixed and will be correct in 0.17. The
station may have marked it as a repeat because it is a re-broadcast
on the same day or day before or whatever. Mythfilldatabase now
looks for these and unmarks previouslyshown for any showing within
14 days of the original air date.
Marking repeats...found 9506
Unmarking repeats from grabber that fall within our new episode window...found 
67
--  bjm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Xbox optical sound

2005-02-05 Thread Ken Davis
Anyone using and Xbox as a frontend and the component/optical outputs.
 I just got the Intec cable- video works via component, but no audio
from the optical.

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


Re: [mythtv-users] cvs - mythtvsetup

2005-02-05 Thread Kevin Kuphal
Sigurd Nes wrote:
I just compiled mythtv from cvs (0.17) - but mythtvsetup seems to be 
missing. I followed the instructions given at 
http://mythtv.info/moin.cgi/UpgradeToCvsHowTo

The setup program is under mythtv/setup in your CVS directory and is not 
installed by default during a CVS install.  It is named setup.

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


[mythtv-users] mythweb cvs video error

2005-02-05 Thread Steven
the video.php shows up blank and this is in my apache/error_log 

[error] PHP Fatal error:  Call to undefined function:
mb_convert_encoding() in /mnt/net/stuff/tvbox/current/mythweb/video.php
on line 123

Am i missing some files?

Steven

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


[mythtv-users] Fast-Forward is too fast

2005-02-05 Thread Jeffrey Franklin
I recently upgrade my mythtv box from an Athlon 1Ghz to an Athlon XP
2700 and at the same time I upgraded from mythtv 0.15.1 to 0.16 and my
kernel from 2.4.x to 2.6.10, so I'm not sure what caused the problem. 
When I fast-forward while watching a recording, the 1.5x speed goes at
about 10x (10 seconds of the recording in 1 second).  The other speeds
are proportionally faster, so the 3x speed goes at about 60s of
recording in 1s and the 8x goes at about 2 minutes of recording in 1
second.  Rewind has the same problem.

The playback is fine with proper a/v sync, etc, just the
fast-forward/rewind.  I can't be 100% certain what caused this, but
has anyone else had the same problem?  I did a quick search of the
mailing lists and didn't find anything.

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


Re: [mythtv-users] Script to create human readable symlinks

2005-02-05 Thread Steven
On za, 2005-02-05 at 07:03 -0800, Darren Hart wrote:
> I spent a couple hours writing a script to create human readable 
> symlinks to the mythtv named recordings.  I find this useful when 
> creating DVDs of shows, or just looking at the files from something 
> other than MythTV.  Right now it isn't at all polished but it does work. 
>   The paths are fixed (but easy to change at the top of the file) to 
> /mnt/mythtv/recordings and /mnt/mythtv/links.  I am still running 0.15, 
> so I', not sure if the relevant parts of the db schema have changed or not.
> 
> It creates links of the form (in decreasing order of preference):
> 
> title - preference_seq.mpeg
> title - description(0-15)_seq.mpeg
> title - starttime_seq.mpeg
> original file name
> 
> where seq is a sequence number in case the same name comes up twice.  I 
> use a PVR-250 so it calls them all mpegs.
> 
> I thought I'd post it in case anyone else might find it useful.  Have I 
> mentioned that I hate perl?  If not, let me get that out of the way: I 
> hate perl.  :-)  If there are some perl gurus on the list that would 
> like to point out all the things I did wrong or in an amateur fashion, 
> please do so - I wouldn't mind being a better perl programmer - even if 
> I do hate it.  If you do use it and improve upon it, please post it back 
> to me and or the list so we can benefit from your improvements as well.
> 

I'm afraid you could have saved yourself some time. A script that does
this is already in the contrib folder :
http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/contrib/mythlink.sh?rev=1.2&view=log

Steven

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


Re: [mythtv-users] cvs - mythtvsetup

2005-02-05 Thread Ivor Hewitt
On Saturday 05 Feb 2005 18:44, Sigurd Nes wrote:
> I just compiled mythtv from cvs (0.17) - but mythtvsetup seems to be
> missing. I followed the instructions given at
> http://mythtv.info/moin.cgi/UpgradeToCvsHowTo
>
> Any clues?
>

Yup, this has been covered again and again.

The CVS install does not rename and install a file called "mythsetup". That's 
simply something that some packaged versions of mythtv have chosen to do.

The setup program is just built in the root setup directory. i.e. 
"./setup/setup"

-- 
Ivor
http://www.ivor.it/goog - MSN Search unbiased?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: FW: New Source Forge Project MythStreamTV

2005-02-05 Thread Josh Ebel
Dennis-

You can modify the video bitrate to a higher number if you like. The 
default settings that are included in MythStreamTV are for streaming over 
your broadband connection. So if you are on a lan, by all means pump up 
the VBR.

If you are just trying to view the files on your lan without transcoding 
you could just use VLC and open a link direct to the file in your 
video_dir.

-Joshua Ebel

On Sat, 5 Feb 2005, Dennis Hand wrote:

> I've gotten MythStreamTV up and running. Very nice work :-). My
question is, is there a way to make the video quality any better. I have
really bad pixelization. I'm using the highest settings available using
either Divx3 and WMV2. My recordings are from a PVR-250 and I'm streaming
them to WMP9 on a Windows 2000 box. My network is more than fast enough to
handle this. Any suggestions?
> 
> Dennis

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


[mythtv-users] cvs - mythtvsetup

2005-02-05 Thread Sigurd Nes
I just compiled mythtv from cvs (0.17) - but mythtvsetup seems to be 
missing. I followed the instructions given at 
http://mythtv.info/moin.cgi/UpgradeToCvsHowTo

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


[mythtv-users] MythFrontend on GameCube Linux

2005-02-05 Thread Shaun Jackman
Has anyone tried running MythTV on GameCube Linux? It sounds like an
awesome possibility.

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


[mythtv-users] Re: mythtv-users Digest, Vol 25, Issue 20

2005-02-05 Thread Mike Schommer

I was wondering if anyone has a solution to the problem I'm 
having with 
my HD-3000 stream?  I can view the recording fine, but when 
it comes to 
cutting it to MP2, I have audio problems.  Here is my output from 
nuvexport - exporting to mpeg2 (I believe it's option 9).
   

 

Finding the AV Offset to use with lvemux: 0 (not detected)
Indexing the file with avidemux2
Cutting out commercials with avidemux2
/usr/local/bin/mpeg2cut: line 160: 13565 Aborted  
   

I don't have HDTV myself, but I can give you some hints about debuging
nuvexport mpegcut issues:
Unfortunately these error messages don't give any insight at what point
the process failed because all output of the failing commands is
redirected to /dev/null.
Try removing the redirects to /dev/null from mpeg2cut for the avidemux2
commands to see what's going wrong.
change
   echo Indexing the file with avidemux2
   nice -n 19 avidemux2 --index-mpeg ${FILENAME} ${FILENAME}.idx C0 \
   --audio-codec MP2 --quit 2> /dev/null > /dev/null
To 
   echo Indexing the file with avidemux2
   nice -n 19 avidemux2 --index-mpeg ${FILENAME} ${FILENAME}.idx C0 \
   --audio-codec MP2 --quit

And do the same for the actual cutting command
echo Cutting out commercials with avidemux2
nice -n 19 avidemux2 --load-workbench ${BASENAME}.cut \
   --audio-codec MP2 --save-raw-video ${BASENAME}.m2v \
   --save-raw-audio ${BASENAME}.mp2 --quit
Oh, and output from tcprobe -i yourfile.nuv wouild also be interesting.
Bye, Martin
 

Here's my output...  It's long, sorry.
**
Now encoding:  24:  Day 4: 12:00 Noon-1:00PM
Encode started:  Sat Feb  5 11:12:08 2005
which: no Xvfb in 
(/home/schome1/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin)
mpeg2cut v1.7
Using mode X
Filename "/mnt/store/1012_2005012420_20050124210300.nuv"
OutFile "/mnt/store/DVD/24 - Day 4- 12- 00 Noon- 1- 00PM.mpg"
Last Frame 244165
Cutlist "-48595 57011-78324 90351-115502 121570-128198 129710-169227 
175000-179852 181962-204887 243902-"
Finding the AV Offset to use with lvemux: 0 (not detected)
Indexing the file with avidemux2

LARGE FILE AVAILABLE : 1 offset
Locales for avidemux appear to be in /opt/gnome//share/locale
I18N : _File
***
 Avidemux 2, v  2.0.28
***
http://fixounet.free.fr/avidemux
Code  : Mean & JSC
GFX   : Nestor Di , [EMAIL PROTECTED]
Testing   : Jakub Misak
FreeBsd   : Anish Mistry, [EMAIL PROTECTED]
MMX activated.
Registering Encoders
*
Mjpeg encoder registred
Xvid-4  encoder registred
FFMPEG  encoder registred
3 encoder registered
Initializing global xvid 4
   xvid build:xvid-1.0.2
   xvid thread:0
   xvid SIMD supported:(cf)
   MMX
   MMXEXT
   SSE
   SSE2
   ALTIVEC
Checking cpu capabilities
Cpu has MMX
Cpu has MMXEXT
Cpu has SSE
Cpu has SSE2
End of cpu capabilities check
Registering Filters
*
Preferences found and loaded
Using real audio device
Codec FFmpeg4 found
*** Automated : 44 entries*
index-mpeg-->3
Auto adding :
trying /mnt/store/1012_2005012420_20050124210300.nuv
trying /mnt/store/1012_2005012420_20050124210301.nuv
Not found
found 1 files
file 0 :/mnt/store/1012_2005012420_20050124210300.nuv  size : 
4254892328
Done
Mpeg TS detected
Scanning mpeg Ts
Weird...30 :0 2 B0
Weird...30 :0 2 B0
Found pid: 31 with stream : e0 pts:b5c7bed6
Found pid: 34 with stream : bd pts:b5c72c69
Weird...30 :0 2 B0
Weird...30 :0 2 B0
Weird...30 :0 2 B0
Weird...30 :0 2 B0
Weird...30 :0 2 B0
Weird...30 :0 2 B0

Done.
Found 2 tracks
Id:e0
Video is pid : 31
Id:bd
MMm no matching audio pid found...
Transport stream demuxer initialized with stream 1 = 31stream 2 = ff
Internal  pid 1 = 31 Internal  pid 2 = ff
Auto adding :
trying /mnt/store/1012_2005012420_20050124210300.nuv
trying /mnt/store/1012_2005012420_20050124210301.nuv
Not found
found 1 files
file 0 :/mnt/store/1012_2005012420_20050124210300.nuv  size : 
4254892328
Done

Size of PES stream : 4254892328
Demuxer : 5e0 first,  31
1280 x 720 at 59940 fps
<+><+><+><+><+><+><+><+><+><+><+><+><+>
TS: could not read!
**error reading packet**
io error , aborting sync
end of stream...
Total : 244162 frames
Other len 0 megaBytes
__
arg: 7 index 21
audio-codec-->1
quit-->0
Goodbye...
Cutting out commercials with avidemux2
LARGE FILE AVAILABLE : 1 offset
Locales for avidemux appear to be in /opt/gnome//share/locale
I18N : _File
***
 Avidemux 2, v  2.0.28
***
http://fixounet.free.fr/avidemux
Code  : Mean & JSC
GFX   : Nestor Di , [EMAIL PROTECTED]
Testing   : Jakub Misak
FreeBsd   : Anish Mistry, [EMAIL PROTECTED]
MMX activated.
Registering Encoders
*
Mjpeg encoder registred
Xvid-4  encoder registred
FFMPEG  encoder registred
3 encoder registered
Initializing 

[mythtv-users] Problem with Record New Episodes Only feature?

2005-02-05 Thread Joel Anderson
Hi all,

I noticed that the "record new episodes only" feature in 0.16 seems to
think that any recording with an "original air date" filled in is a
repeat, even if that date is in the future.

For example the new episode of Crossing Jordan on Feb 13th has this
date filled in as 2005-02-13 in my listing, and Myth is not going to
record because it thinks it is a "repeat".

Anyone else notice this?  I googled but it doesn't seem to have come
up that I can find.

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


Re: [mythtv-users] IR blaster not working

2005-02-05 Thread Darren Richards
On Fri, 04 Feb 2005 16:54:53 -0500, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I have been working on my IR blaster for the past 2 days using the notes from
> http://comp.uark.edu/~aslong/mythtv.php for installing on FC3. I can't seem 
> to be able to get this to work when I run the Test. The error I see when I 
> run the change_chan.sh is
> irsend: could not connect to socket.
> irsend: Connection refused
> I went to the Lirc site and it suggested that I check permissions for 
> /dev/lircd making sure it has read/write and I had lircd running.

I had the exact same problem with the same error you're getting.  For
some reason I was *sure* my serial port was COM2.  Turns out it
wasn't.  Switching to COM1 solved my problem.  Adjust your
modprobe.conf to use a different COM port and see what happens.  You
may want to change it and reboot.  The reason it took me awhile to
figure out is for some reason the com port changes didn't take effect,
even after depmod -a and modprobing everything and restarting lirc.
Since I really don't know what I'm doing anyway, rebooting was an easy
way to make sure everything got loaded up properly...

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


Re: [mythtv-users] reliable australian EPG

2005-02-05 Thread Ben Dash
> i'd really like to see an australian EPG that can be
> relied upon and
> has comprehensive info, so i'm hoping i can make
> this a reality. the
> crucial factor though is how many people would sign
> up for it.

Fortunatly for me in in the US so I have access to a
reliable EPG.

However, back before I was using myth I had actually
paid money for an EPG for my Creative DPVR, but they
went bust anyway.  I've forgotten who the company was
now.

Something that I thought would be a good idea is an
EPG created like a wiki, i.e. updated by the user
community.  Preferably there would be no monthly fee,
since the maintenance costs would be low due to so
much of the work being done for free by the users. 
Sort of like freedb.org.




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: FW: New Source Forge Project MythStreamTV

2005-02-05 Thread Dennis Hand



I've gotten MythStreamTV up and running. Very nice work :-). 
My question is, is there a way to make the video quality any better. I have 
really bad pixelization. I'm using the highest settings available using 
either Divx3 and WMV2. My recordings are from a PVR-250 and I'm streaming 
them to WMP9 on a Windows 2000 box. My network is more than fast enough to 
handle this. Any suggestions?
 
Dennis
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Poor recording quality when scene is dark

2005-02-05 Thread Ian Trider
On Sat, 05 Feb 2005 10:40:40 -0600, Paul Gratz <[EMAIL PROTECTED]> wrote:

> Because I noticed that everything was fairly washed out and after
> reading this list I saw that people recommended these settings.  After
> setting them the normal TV looks great.  My problem is that when I
> record things like HBO's Carnival there are alot of very dark scenes and
> when things get dark the scene starts to get lots of artifacts and its
> very hard to see what is going on.   Do you guys have any
> recommendations?  Is this just the price of a cheapy WinTV go card?

the WinTV Go just spits out raw data, so it is not its' fault.  It is
RTJPEG's.  I'm not sure about it, since I have a PVR-350, but many
encoders take advantage of our limited ability to perceive detail at
low light levels -- they give less priority to dark areas.

To do something about these artifacts you should either:

1.  Bump up the encoding bitrate.

2.  Calibrate your TV/Monitor (whichever you use for output) and
capture card with a DVD like Video Essentials or Avia Guide to Home
Theater.  I suspect the brightness level is set too high on your TV or
monitor, which is causing you to see black at a brighter level than it
should be, exposing the artifacts.  Turn down the brightness until you
hit the point where black does not appear to get any darker, then back
off slightly so it is a smidgeon brighter than that.

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


Re: [mythtv-users] Poor recording quality when scene is dark

2005-02-05 Thread Kevin Kuphal
Paul Gratz wrote:
Hey all,
 First of all thanks to the developers for such a great piece of
software! On to my problem :-)
 
 I have a WinTV Go card so I'm using software encoding w/ the default
RTJPEG settings for live tv and recording.  I have gone in and set the
following in MythWeb Channel settings:
contrast 23000
bright 28000

Because I noticed that everything was fairly washed out and after
reading this list I saw that people recommended these settings.  After
setting them the normal TV looks great.  My problem is that when I
record things like HBO's Carnival there are alot of very dark scenes and
when things get dark the scene starts to get lots of artifacts and its
very hard to see what is going on.   Do you guys have any
recommendations?  Is this just the price of a cheapy WinTV go card?
 

I had similar issues and what I did was reduce the resolution (the card 
really doesn't capture above 384x256 or something like that) and 
increase the bitrate (I'm using MPEG-4 for my case).  The lower 
resolution should look just as good and the increased quality should 
result in much better viewing of dark shows without increasing file sizes. 

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


Re: [mythtv-users] Air2pc / Air2LAN

2005-02-05 Thread Tom Dombrosky
On Sun, 30 Jan 2005 23:58:52 -0500, Taylor Jacob <[EMAIL PROTECTED]> wrote:
 
> The Air2PC is fully supported by current CVS.  I also just yesterday made it
> work with Unencrypted Digital Cable in the US.  I have sent a driver patch off
> to linux-dvb.  The Air2PC driver looks like it will be included in the 2.6.11
> kernel as well..

I just downloaded linux-dvb cvs stuff but I'm having trouble figuring
out a way to add my unencrypted digital cable channels.  Is there any
way to scan for channels?  I read the instructions at
http://www.rsmas.miami.edu/personal/angel/mythtv/air2pc-howto.html but
it seems they only cover ATSC stuff.  Thanks.

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


[mythtv-users] Script to create human readable symlinks

2005-02-05 Thread Darren Hart
I spent a couple hours writing a script to create human readable 
symlinks to the mythtv named recordings.  I find this useful when 
creating DVDs of shows, or just looking at the files from something 
other than MythTV.  Right now it isn't at all polished but it does work. 
 The paths are fixed (but easy to change at the top of the file) to 
/mnt/mythtv/recordings and /mnt/mythtv/links.  I am still running 0.15, 
so I', not sure if the relevant parts of the db schema have changed or not.

It creates links of the form (in decreasing order of preference):
title - preference_seq.mpeg
title - description(0-15)_seq.mpeg
title - starttime_seq.mpeg
original file name
where seq is a sequence number in case the same name comes up twice.  I 
use a PVR-250 so it calls them all mpegs.

I thought I'd post it in case anyone else might find it useful.  Have I 
mentioned that I hate perl?  If not, let me get that out of the way: I 
hate perl.  :-)  If there are some perl gurus on the list that would 
like to point out all the things I did wrong or in an amateur fashion, 
please do so - I wouldn't mind being a better perl programmer - even if 
I do hate it.  If you do use it and improve upon it, please post it back 
to me and or the list so we can benefit from your improvements as well.

--Darren


link_recordings.pl
Description: Perl program
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mplayer keyboard problem

2005-02-05 Thread Henk Poley
When I play something with MythVideo using mplayer, after some time it stops 
responding to keypresses (both my remote and keyboard are just "keyboards" to 
X).

It probably appeared after I updated to 0.16 several weeks ago, but we don't 
play these video's that much, so I only found out friday when there were 
visitors :-/

Does anybody have any clue as what might be going on?

---

System uname: 2.6.4-rc1 i686
Gentoo Base System version 1.4.16

MPlayer 0.92-3.2.3
ratpoison 1.2.2
XFree86 Version 4.3.0.1

Terratec Cinergy 600 remote @ /dev/event/input2
Keyboard @ Driver "keyboard" (XF86Config-4 setting..)

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


[mythtv-users] Poor recording quality when scene is dark

2005-02-05 Thread Paul Gratz
Hey all,
  First of all thanks to the developers for such a great piece of
software! On to my problem :-)
  
  I have a WinTV Go card so I'm using software encoding w/ the default
RTJPEG settings for live tv and recording.  I have gone in and set the
following in MythWeb Channel settings:
contrast 23000
bright 28000

Because I noticed that everything was fairly washed out and after
reading this list I saw that people recommended these settings.  After
setting them the normal TV looks great.  My problem is that when I
record things like HBO's Carnival there are alot of very dark scenes and
when things get dark the scene starts to get lots of artifacts and its
very hard to see what is going on.   Do you guys have any
recommendations?  Is this just the price of a cheapy WinTV go card?

Thanks for any help!
Paul



-- 
Paul Gratz <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] reliable australian EPG

2005-02-05 Thread Steve Zamora
i've been a mythtv user for about six months and i'm constantly
frustrated by the lack of a decent EPG for australian tv. or, for that
matter, any EPG at all that lasts for more than a few months.

i'd like to create a reliable, comprehensive EPG for australians,
containing full episode titles, description, genre, etc...

the downside of this is that it would take up a substantial amount of
my time to do something like this, and i'm a full-time uni student
with two part-time jobs. i was thinking that maybe if i charged, say,
a $10-$20 annual fee for the service, i could afford to quit one of
those jobs. this isn't a money-making exercise, i don't like charging
for it, but i'd really like to see a good australian EPG, and it's a
time-consuming task and i just don't have that kind of time at the
moment.

i'd really like to see an australian EPG that can be relied upon and
has comprehensive info, so i'm hoping i can make this a reality. the
crucial factor though is how many people would sign up for it.

thanks,

steve zamora.

p.s. any suggestions on this matter are appreciated.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Backing up and restoring myth

2005-02-05 Thread Josh Burks

> copy the asound.state from /etc - sound card settings

Also, don't forget your .asoundrc file located in your home directory.

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


Re: [mythtv-users] Torrentocracy with Mandrake 10.1

2005-02-05 Thread Brian J. Murrell
i don't know why all the hoopla, and to be honest i have not read every
message in this thread, but if the original developers don't want
anything to do with particular plugins at all, that is fine.  as long as
the project is open source (and better yet the APIs for plug-ins
documented), the plugin(s) can/will always survive.

if they need to be developed in some other country with a government
that does not oppress it's constituents in the name of "big industry
lobbying" like the US does, then so be it.

simple solution, no?

it happens all the time.  look at PLF (http://plf.zarb.org/).  they
survive to provide software that may have legal issues in some
jurisdictions to residents of other jurisdictions where no such issues
are present.

b.



signature.asc
Description: This is a digitally signed message part
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Torrentocracy with Mandrake 10.1

2005-02-05 Thread Kevin Kuphal
Matt Grommes wrote:
Wow. So is MythTV going to roll back any features that the industry 
thinks are illegal? No more fast-forwarding through commercials? What 
about introducing DRM? Is Myth going to obey the 'Delete 6 Feet Under 
after 2 weeks' flag HBO put in? The attitude about Torrentocracy has 
really made me rethink Myth, honestly. The thing that finally spurred 
me on to build a Myth box was Tivo rolling over to the industry on 
commercials. I'd hate to think that MythTV is going to be less than 
useful to users too in an attempt at some kind of legitimacy with 
industry. Torrentocray has the same "association" with illegal 
activity as bittorrent, yes it can be used illegally but there are 
tons of legal uses as well, as illustrated by the default feeds it 
installs. The idea of an "approval" process that goes beyond the 
technical kind of fills me with dread in a lot of ways but it's not my 
project. If it's being used to keep out useful features though, that 
should make everyone involved a little wary. I hope Issac or another 
developer can make some kind of statement on this. Either way I'd like 
to know what the policy is going to be.
Well, considering that the project is Isaac's, his rule is law and 
that's about all there is to say on that.  No one is discouraging 
Torrentocracy development or prohibiting users from using it.  Just 
don't expect official support on the official MythTV lists for a project 
that Isaac chooses not to endorce for whatever reasons.  The beauty of 
open source is that you can do what you want with the product that is 
developed.  No one in this community can stop you from doing legal or 
illegal things with the software.  That being said, with the 
hypersensitive focus on the *real* problem of copyright infringement, 
however you view those laws, they are the laws of this country at least 
and as an open source project, I can venture to guess that Isaac as its 
creater and maintainer and the rest of us that have contributed code, do 
not have the legal resources to fight off a legitimate or even frivilous 
lawsuit arising from the official integration of a highly scrutinized 
feature.  Commercial skip is a good example, but there are fewer 
challeneges to the use of that technology than you will probably find in 
the area of distribution of copyrighted material that would make Isaac 
want to shy away from it.  We can strive for freedom from restrictive 
technologies and laws but we also live in the real world where actions 
have consequences and I for one would hate to see this project die an 
untimely death because of poor judgement in embracing technology with 
dubious perceptions, however unmotivated by truth.

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


Re: [mythtv-users] Backing up and restoring myth

2005-02-05 Thread gary dawes
M S wrote:
Hi,
   I'm to the point where I'd like to just totally wipe my machine
and start over... however, I want to back and restore all my myth
recordings and settings so that when I reinstall the OS, and install
myth again, everything will be as it was.  What's the best procedure
for doing this?  All my recordings are on their own partition, so I
won't have to delete that.
Thanks!
 

I've done this a couple of times now.
backup your mythconverg database - I usually use webmin to back it up, 
and then when the db is recreated as part of the myth install run the 
backup file as sql on the database.

copy your .mythtv folder in the home directory, this has the channel 
setups in for xmltv etc, and theme caches etc.

copy the XF86Config-4 file from /etc/X11 - your screen settings
copy the lircd.conf file from /etc - your remote config
copy or make a note of the various module options, for tuner and sound 
cards, and for any ir hardware.
copy the asound.state from /etc - sound card settings
copy the fstab file from /etc - config for all partitions

that should cover it I think.
flatten your os, and rebuild the box. reinstall everything in the 
following order, or follow one of the excellent guides

OS
capture card drivers
sound card drivers - hopefully the os should pick them up
IR drivers
graphics card drivers
restore module configs, lirc configs, and X11 configs
reinstall mythtv
restore database
ensure that all your filesystems are set to mount on startup.
have a go. If you have a lot of space available, you could use something 
like systemrescuecd, and image your os partition first before you 
flatten it, which gives you an escape route if the new install goes pear 
shaped.

cheers
gary
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 03/02/2005
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Torrentocracy with Mandrake 10.1

2005-02-05 Thread Robert Denier

Ok I'm not affialited with myth other than having taken the time to 
setup a box..  That being said are _you_ going to pay the developers 
lawyers when they get sued by everyone in existence for hurting company 
X's profits?

Heck even if they won the court case, their lives could easily be 
destroyed by legal fees.

For that matter, I according to the ebuild myth is developed under the 
GPL-2 license so I don't see anything stoping you from coding your own 
distribution..

I've done a bit of coding in my life and anyone who does it for free for 
the benefit of others has my respect.


Matt Grommes wrote:
Wow. So is MythTV going to roll back any features that the industry 
thinks are illegal? No more fast-forwarding through commercials? What 
about introducing DRM? Is Myth going to obey the 'Delete 6 Feet Under 
after 2 weeks' flag HBO put in? The attitude about Torrentocracy has 
really made me rethink Myth, honestly. The thing that finally spurred 
me on to build a Myth box was Tivo rolling over to the industry on 
commercials. I'd hate to think that MythTV is going to be less than 
useful to users too in an attempt at some kind of legitimacy with 
industry. Torrentocray has the same "association" with illegal 
activity as bittorrent, yes it can be used illegally but there are 
tons of legal uses as well, as illustrated by the default feeds it 
installs. The idea of an "approval" process that goes beyond the 
technical kind of fills me with dread in a lot of ways but it's not my 
project. If it's being used to keep out useful features though, that 
should make everyone involved a little wary. I hope Issac or another 
developer can make some kind of statement on this. Either way I'd like 
to know what the policy is going to be.

Kevin Kuphal wrote:
I doubt it will be approved in the future as the issue isn't 
legitimacy but the fact that the technology can easily be associated 
with illegal (in some countries) file sharing of recorded television 
programs and movies and this project doesn't need that kind of 
association.

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

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


Re: [mythtv-users] FC3 - can't change channels

2005-02-05 Thread David George
On 02/05/2005 11:01 AM, Andrew Bassett wrote:
I've added the options ivtv tuner=39 to /etc/modprobe.conf
I also read the following, but it DID NOT work:
1. rename /etc/rc5.d/S86mythbackend to S96mythbackend
2. edit /etc/init.d/mythbackend and change the following line:
from
# chkconfig: - 86 14
to
# chkconfig: - 96 04
However, I found a pretty dirty hack, which DOES work:
# /sbin/chkconfig mythbackend off
I then added the following lines to my /etc/rc.d/rc.local file at
the bottom:
/etc/init.d/mythbackend start
sleep 3
/etc/init.d/mythbackend stop
/etc/init.d/mythbackend start
Wow, that is a hack.  Why not just add the following to the start() 
function in /etc/init.d/mythbackend:

 ivtv=`lsmod | grep '^ivtv' | cut -d' ' -f1`
 if [ "X$ivtv" != "Xivtv" ]; then
   modprobe ivtv
 fi
bttv users can add:
 bttv=`lsmod | grep '^bttv' | cut -d' ' -f1`
 if [ "X$bttv" != "Xbttv" ]; then
   modprobe bttv
 fi
and Air2PC users can add:
 skystar2=`lsmod | grep '^skystar2' | cut -d' ' -f1`
 if [ "X$skystar2" != "Xskystar2" ]; then
   modprobe skystar2
 fi
The thing to remember is rc.local runs *after* all other scripts have 
run.  Modprobing there won't be of any benefit to the Sxx... scripts.

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


RE: [mythtv-users] Backing up and restoring myth

2005-02-05 Thread David Sharp
M S Wrote:

>I'm to the point where I'd like to just totally wipe my machine
>and start over... however, I want to back and restore all my myth
>recordings and settings so that when I reinstall the OS, and install
>myth again, everything will be as it was.  What's the best procedure
>for doing this?  All my recordings are on their own partition, so I
>won't have to delete that.

Its *very* easy, all you need to do is backup the database (onto the
recording partition), format and reinstall onto the system partition
then when everything is done restore the database and start
mythbackend/frontend

# mysqldump --add-dump-table -u mythtv -p
mythconverg -c > mythtv_backup.sql

reinstall then setup mysql but *dont* do the
mythtv $ mysql -u mythtv -p < mc.sql
bit,

instead do
mythtv $ mysql -u root -p
mysql> create database mythconverg;
mysql> exit
mythtv $ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql

All the backup/restore database stuff is covered at

http://www.mythtv.org/docs/mythtv-HOWTO-21.html#ss21.5

If you change the hostname then you will need to follow the instructions for
changing that (again in the documentation).

OTOH if you *only* want to keep your recordings then you want to backup just
the relevent
tables and restore them, I *think* you only need the recorded table, you can
just backup one table (in this example record) by doing

mythtv $  mysqldump -u mythtv -p --add-drop-table
mythconverg record > mythtv_backup_record.sql

And then once you've setup everything just restore that one table.

FWIW I installed and just restored the database and everything worked
perfectly, that
was changing machines (but not hostnames) too, I think the setup program
does need to be run as I think it does a few things other than setup the
database.

Oh and you might want to save your ~mythtv/.mythtv directory too. ;-)

HTH

Druid

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


Re: [mythtv-users] FC3 - can't change channels

2005-02-05 Thread Andrew Bassett
I've added the options ivtv tuner=39 to /etc/modprobe.conf
I also read the following, but it DID NOT work:
1. rename /etc/rc5.d/S86mythbackend to S96mythbackend
2. edit /etc/init.d/mythbackend and change the following line:
from
# chkconfig: - 86 14
to
# chkconfig: - 96 04
However, I found a pretty dirty hack, which DOES work:
# /sbin/chkconfig mythbackend off
I then added the following lines to my /etc/rc.d/rc.local file at
the bottom:
/etc/init.d/mythbackend start
sleep 3
/etc/init.d/mythbackend stop
/etc/init.d/mythbackend start
Thanks,
Andrew
Michael S. Ritterbusch wrote:
You should also have this in your modprobe.conf file using a PVR-350
options ivtv tuner=39
If that doesn't work, send the ivtv output in /var/log/messages and your
modprobe.conf contents.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Josh Burks
Sent: Friday, February 04, 2005 3:22 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] FC3 - can't change channels
Since it looks like your PVR-350 in installed correctly, try stopping
and restarting mythbackend.
Also, if you try to watch live tv and the OSD says something like "0
minutes", you might try some of the fixes mentioned here:
http://gossamer-threads.com/lists/mythtv/users/105709
Josh
On Fri, 04 Feb 2005 12:51:02 -0600, Andrew Bassett
<[EMAIL PROTECTED]> wrote:
 

I've been wrestling with this myth setup for a few days now, but I
   

think
 

I finally have things semi-working. I followed Jarod Wilson's guide.
When I would fire up myth, I was getting the error of no tuner, so i
added the following to /etc/rc.local.
/sbin/modprobe ivtv
I originally was using ivtv 0.2.x, but I was just getting static
whenever I tried to watch live tv. This was fixed by adding the
following to /etc/modprobe.conf:
alias tveeprom tveeprom-ivtv
alias msp3400 msp3400-ivtv
Per the advice of a friend I rolled that back to
ivtv-0.1.10-49.2_pre2_ck100zz, but left the alias entries in
/etc/modprobe.conf
I thought everything was working, so I set a scheduled recording, and
myth didn't change the channel to what I wanted to record. I looked on
the threads, and the solution that came up was to re-run
mythfilldatabase, but I did that, and it still doesn't work. I can see
all the channels when I go to schedule a recording, but I can't change
channels when I try to watch live tv.
My hardware:
Athlon 3200+
Asus a7v880
1 gig of ram
Nvidia Geforce 6800
Hauppauge PVR-350
OS details:
Fedora Core 3
kernel 2.6.9-1.724
Feb  4 12:06:57 grd0351 kernel: ivtv:  START INIT
IVTV 
Feb  4 12:06:57 grd0351 kernel: ivtv: version 0.1.10
(0.1.10-49.2_pre2_ck100zz.rhfc3.at) loading
Feb  4 12:06:57 grd0351 kernel: ivtv: Linux version: 2.6.9-1.724_FC3
   

686
 

REGPARM 4KSTACKS gcc-3.4
Feb  4 12:06:57 grd0351 kernel: ivtv: In case of problems please
   

include
 

the debug info
Feb  4 12:06:57 grd0351 kernel: ivtv: between the START INIT IVTV and
END INIT IVTV lines when
Feb  4 12:06:57 grd0351 kernel: ivtv: mailing the ivtv-devel
   

mailinglist.
 

Feb  4 12:06:57 grd0351 kernel: ivtv: Autodetected WinTV PVR 350 card
Feb  4 12:06:57 grd0351 kernel: ivtv: Found an iTVC15 based chip
Feb  4 12:06:57 grd0351 kernel: ACPI: PCI interrupt :00:0d.0[A] ->
GSI 11 (level, low) -> IRQ 11
Feb  4 12:06:57 grd0351 kernel: ivtv: pci: VIA detected device: 0x0269
vendor: 0x1106
Feb  4 12:06:57 grd0351 kernel: tveeprom: Ignoring new-style
   

parameters
 

in presence of obsolete ones
Feb  4 12:06:57 grd0351 kernel: tveeprom: Hauppauge: model = 48132,
   

rev
 

= K168, serial# = 7378684
Feb  4 12:06:57 grd0351 kernel: tveeprom: tuner = LG NTSC (TAPE
   

series)
 

(idx = 68, type = 47)
Feb  4 12:06:57 grd0351 kernel: tveeprom: tuner fmt = NTSC(M) (eeprom
   

=
 

0x08, v4l2 = 0x1000)
Feb  4 12:06:58 grd0351 kernel: tveeprom: audio_processor = MSP3440
(type = 11)
Feb  4 12:06:58 grd0351 kernel: ivtv: i2c attach
   

[client=tveeprom[0],ok]
 

Feb  4 12:06:58 grd0351 kernel: ivtv: Tuner Type 47, Tuner formats
0x1000, Radio: yes, Model 0x00ad1598, Revision 0x0001
Feb  4 12:06:59 grd0351 kernel: ivtv: NTSC tuner detected
Feb  4 12:06:59 grd0351 kernel: ivtv: Radio detected
Feb  4 12:06:59 grd0351 kernel: tuner: Ignoring new-style parameters
   

in
 

presence of obsolete ones
Feb  4 12:06:59 grd0351 kernel: tuner: chip found at addr 0xc2 i2c-bus
ivtv i2c driver #0
Feb  4 12:06:59 grd0351 kernel: ivtv: i2c attach [client=(tuner
   

unset),ok]
 

Feb  4 12:06:59 grd0351 kernel: saa7115: Ignoring new-style parameters
in presence of obsolete ones
Feb  4 12:06:59 grd0351 fstab-sync[2866]: removed all generated mount
   

points
 

Feb  4 12:06:59 grd0351 kernel: saa7115: starting probe for adapter
   

ivtv
 

i2c driver #0 (0x10005)
Feb  4 12:07:00 grd0351 kernel: saa7115: detecting saa7115 client on
address 0x42
Feb  4 12:07:00 grd0351 kernel: saa7115: writing init values
Feb  4 12:07:00 grd0351 kernel: ivtv: i2c attach
   

[client=saa7115[0]

Re: [mythtv-users] Torrentocracy with Mandrake 10.1

2005-02-05 Thread Matt Grommes
Wow. So is MythTV going to roll back any features that the industry 
thinks are illegal? No more fast-forwarding through commercials? What 
about introducing DRM? Is Myth going to obey the 'Delete 6 Feet Under 
after 2 weeks' flag HBO put in? The attitude about Torrentocracy has 
really made me rethink Myth, honestly. The thing that finally spurred me 
on to build a Myth box was Tivo rolling over to the industry on 
commercials. I'd hate to think that MythTV is going to be less than 
useful to users too in an attempt at some kind of legitimacy with 
industry. Torrentocray has the same "association" with illegal activity 
as bittorrent, yes it can be used illegally but there are tons of legal 
uses as well, as illustrated by the default feeds it installs. The idea 
of an "approval" process that goes beyond the technical kind of fills me 
with dread in a lot of ways but it's not my project. If it's being used 
to keep out useful features though, that should make everyone involved a 
little wary. I hope Issac or another developer can make some kind of 
statement on this. Either way I'd like to know what the policy is going 
to be.

Kevin Kuphal wrote:
I doubt it will be approved in the future as the issue isn't 
legitimacy but the fact that the technology can easily be associated 
with illegal (in some countries) file sharing of recorded television 
programs and movies and this project doesn't need that kind of 
association.

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


Re: [mythtv-users] how to watch videos on mythtv

2005-02-05 Thread Kevin Kuphal
Hugo van der Kooij wrote:
On Sat, 5 Feb 2005, Robert Denier wrote:
 

Install mplayer
Install mythvideo
Configure it all and your set.
There should be documentation online for doing these things..
   

Should be is not a good reference point. My good friend google was unable
to help me out on the issue.
 

Although the description could use some enhancement, maybe the official 
documentation would have been a better place to look instead of Google

http://www.mythtv.org/docs/mythtv-HOWTO-17.html
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] how to watch videos on mythtv

2005-02-05 Thread Hugo van der Kooij
On Sat, 5 Feb 2005, Robert Denier wrote:

> Install mplayer
> Install mythvideo
> Configure it all and your set.
> There should be documentation online for doing these things..

Should be is not a good reference point. My good friend google was unable
to help me out on the issue.

Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


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

2005-02-05 Thread Kevin Kuphal
Alexander Petkov wrote:
I love it. One thig though, your archive is a tarball, but the tar.gz extension 
suggests that is gzipped tar archive. Just saying... And where can one get the 
MediaCenter OSD?
Thanks again, very cool.
 

I'm using the Isthmus OSD with MythCenter now and it actually looks very 
nice together.

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


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

2005-02-05 Thread Alexander Petkov
===
And where can one get the MediaCenter OSD? 
===

Replying to myself like a loonie but I found it:
http://www.radixpub.com/vir/portfolio/mtvmc/

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


Re: [mythtv-users] Thank You

2005-02-05 Thread Allan Stirling
Colin Smillie wrote:
Thank you?!?!? Why, do you like being called a thief?
> Allan, I think you should read the link below, its not the NYT Article...
>
>http://advancedmediacommittee.typepad.com/emmyadvancedmedia/2005/01/mythtv_a_nonmyt.html
>
I did, and it still calls me and you a thief.
Quote:
So the conversation has to turn to why.  Why do people want free TV?  Is 
is because TV is too expensive?  Yes.  Is it because the current 
commercial structure is so emotionally unsatisfying that people will do 
anything to skip commercials? Yes.  Is it that programming mostly sucks 
and individuals who can take control of their viewing experiences will 
take control? Yes.  In fact, is there any possible reason that someone 
who could change the way they consume television wouldn't change it? No.
---

Now, if he'd said free (Libre), then I might have agreed with you. This 
does _not_ seem to be what he's saying.

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


Re: [mythtv-users] how to watch videos on mythtv

2005-02-05 Thread Robert Denier
Install mplayer
Install mythvideo
Configure it all and your set.
There should be documentation online for doing these things..
anand gaurav wrote:
hi
i got problem here
i installed mythtv ...
and after running the mythbackground the mythfrontend runs fine ...
imean the window appears beautifully
but i dont have a tv capture card and I WANT TO WATCH SOME OF THE MPEG
VIDEOS USING MYTHTV
could anyone help me in this regard..
i have a stand alone machine ..
can i watch videos using MYTHTV without the capture card 

- anand
 


___
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] Australian Setup Help Needed

2005-02-05 Thread Hurgh
Hi all,

I have been looking through the archives for some help, but cant seem
to find the info that I am after.

I have a few problems and have spent many hours trying to get it all
to work, following different guides that all tell me to do different
things.

i have Mythbackend and mythfrontend working and stuff, I have my V4L
card setup and displaying static and I have a tv_grab_au file that
gives me a guide.xml file that I am happy with.

The problem is that I can not get any real picture to display when
watching TV. I am realy just wanting it to be setup as a box to watch
live tv for now, and then once that is working I will set it up to do
recording and stuff..

I have a few questions:

1. Do i need to add the free to air channels by had or is
mythfilldatabase ment to do them for me?

2. If I am ment to add them by hand (which i have no problem doing)
Where can i get a list of the frequencies that I need to use for the
different channels in Melbourne?? I have seen an example for channel 7
on a site but dont know where to get the rest of them from.

I am only trying to setup Free to air TV, and I dont have a Digital
card, just a standard card.

If anyone could point me in the direction to get this info I would
appreciate it alot.

Thanks in advance for your help.

Regards

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


Re: [mythtv-users] IR blaster not working

2005-02-05 Thread Pete Stagman
Jim,

Couple things you can check.
Try:
#ls -l /dev/lirc*

If you followed that how-to, you should get something like this

crw---  1 root root 61, 1 Jan 29 17:01 /dev/lirc
crw---  1 root root 61, 0 Jan 29 17:01 /dev/lirc0
crw---  1 root root 61, 1 Jan 29 17:01 /dev/lirc1
srw-rw-rw-  1 root root 0 Jan 29 17:01 /dev/lircd
srw-rw-rw-  1 root root 0 Jan 29 17:42 /dev/lircd1

Also, what com/irq are you using? 

--Pete

On Fri, 04 Feb 2005 16:54:53 -0500, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I have been working on my IR blaster for the past 2 days using the notes from
> http://comp.uark.edu/~aslong/mythtv.php for installing on FC3. I can't seem 
> to be able to get this to work when I run the Test. The error I see when I 
> run the change_chan.sh is
> irsend: could not connect to socket.
> irsend: Connection refused
> I went to the Lirc site and it suggested that I check permissions for 
> /dev/lircd making sure it has read/write and I had lircd running.
> 
> This is what is in my messages file after boot-up
> 
> lirc_dev: IR Remote Control driver registered, at major 61
> Badness in sleep_on_timeout at kernel/sched.c:3006
> [] sleep_on_timeout+0x5d/0x1da
> [] default_wake_function+0x0/0xc
> [] __request_region+0x52/0x74
> [] init_port+0x1d0/0x233 [lirc_serial]
> [] init_module+0x33/0x89 [lirc_serial]
> [] sys_init_module+0x1f1/0x2d9
> [] syscall_call+0x7/0xb
> lirc_serial: auto-detected active high receiver
> lirc_dev: lirc_register_plugin:sample_rate: 0
> 
> My lsmod shows everything loaded
> 
> Module  Size  Used by
> lirc_serial11424  0
> lirc_i2c7044  0
> lirc_dev   11020  2 lirc_serial,lirc_i2c
> parport_pc 24705  1
> lp 11565  0
> parport36745  2 parport_pc,lp
> autofs423109  0
> sunrpc156709  1
> xfs   515121  2
> dm_mod 54229  0
> button  6481  0
> battery 8517  0
> ac  4805  0
> nvidia   3456796  12
> md5 4033  1
> ipv6  230529  12
> uhci_hcd   31065  0
> ehci_hcd   30661  0
> bt878  11221  0
> tuner  18413  0
> msp340021353  0
> bttv  150413  1 bt878
> video_buf  21573  1 bttv
> i2c_algo_bit8521  1 bttv
> v4l2_common 5953  1 bttv
> btcx_risc   4553  1 bttv
> i2c_core   22081  5 lirc_i2c,tuner,msp3400,bttv,i2c_algo_bit
> 
> I hoping someone can help me thank you
> 
> Jim
> 
> __
> Switch to Netscape Internet Service.
> As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register
> 
> Netscape. Just the Net You Need.
> 
> New! Netscape Toolbar for Internet Explorer
> Search from anywhere on the Web and block those annoying pop-ups.
> Download now at http://channels.netscape.com/ns/search/install.jsp
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


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

2005-02-05 Thread Donavan Stanley
On Fri, 4 Feb 2005 18:42:03 -0800, Brad Templeton
<[EMAIL PROTECTED]> wrote:
> Funny thing is, generally I believe that when a program starts getting
> skins, it means they have run out of features to add to it and went around
> desperately looking for something to do.  That's clearly not the case
> here with Myth, so I guess there are exceptions, but I certainly put
> new skins very low on the wishlist.

As a general rule, the folks doing themes and the folks writing code
are two different groups of people.  While some devs, such as myself,
do work on themes from time to time, most do not.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] [OT] - Ebaying Knoppmyth

2005-02-05 Thread Donavan Stanley
On Fri, 04 Feb 2005 17:47:49 -0800, Lonnie Borntreger
<[EMAIL PROTECTED]> wrote:
> Umm. Do you ask your distribution's permission before posting a
> screenshot?  The GPL gives you license to use/modify/sell the
> distribution, any/all of it, where-ever you wish, without changing the
> creator's copyright.

Funny, I don't recall seeing a GPL license for the MythTV websites
content or seeing that text and those images in the MythTV source
anythwere.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] No comm skip or scan table on remote frontends?

2005-02-05 Thread Nick Rosier
Just enabled full logging on the backend and did a try:

DoFastForward: Not enough info in positionMap, we need frame 7585 but
highest we have is 180
SyncPositionMap prerecorded, from DB: 14 entries
DoFastForward: Still Not enough info in positionMap, we need frame
7585 but highest we have is 180.  Will seek frame-by-frame

Any idea's where this might be coming from.

N.

On Sat, 5 Feb 2005 11:46:14 +0100, Nick Rosier <[EMAIL PROTECTED]> wrote:
> I'm getting the same problem but myth frontend and backend are on the
> same box... Commercial flagging runs after a recording, flags the
> commercials but when I try to skip them, I get that the recording is
> not flagged. As front- and backend are the same box, don't see how
> this could be a TZ problem.
> Also around the same time I started getting problems with fast-forward
> etc.. It seems as if  MythTV doesn't know the length of a recording.
> When fast-forwarding, the total length on OSD keeps changing in stead
> of the current time going forward.
> I've checked the logs but can't really find any indication of what
> might be wrong.
> Any ideas? I'm running CVS 20050130-1.
> 
> N.
> 
> On Wed, 02 Feb 2005 21:14:42 -0600, Mark Farver <[EMAIL PROTECTED]> wrote:
> > Mark Farver wrote:
> >
> > > I'm not really sure who's at fault.. mysql, mythtv or what.
> >
> > I am.
> >
> > The short answer is all frontends and backends should have the same TZ.
> >   I think this is probably something that should be fixed..
> >
> > In the meantime you can set the timezone on itia's minimyth by adding a
> > copy of the same localtime file used by the backend to the /tftpboot
> > directory (as Itia's directions clearly point out)
> >
> > Mark
> >
> >
> > ___
> > 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] No comm skip or scan table on remote frontends?

2005-02-05 Thread Nick Rosier
I'm getting the same problem but myth frontend and backend are on the
same box... Commercial flagging runs after a recording, flags the
commercials but when I try to skip them, I get that the recording is
not flagged. As front- and backend are the same box, don't see how
this could be a TZ problem.
Also around the same time I started getting problems with fast-forward
etc.. It seems as if  MythTV doesn't know the length of a recording.
When fast-forwarding, the total length on OSD keeps changing in stead
of the current time going forward.
I've checked the logs but can't really find any indication of what
might be wrong.
Any ideas? I'm running CVS 20050130-1.

N.

On Wed, 02 Feb 2005 21:14:42 -0600, Mark Farver <[EMAIL PROTECTED]> wrote:
> Mark Farver wrote:
> 
> > I'm not really sure who's at fault.. mysql, mythtv or what.
> 
> I am.
> 
> The short answer is all frontends and backends should have the same TZ.
>   I think this is probably something that should be fixed..
> 
> In the meantime you can set the timezone on itia's minimyth by adding a
> copy of the same localtime file used by the backend to the /tftpboot
> directory (as Itia's directions clearly point out)
> 
> Mark
> 
> 
> ___
> 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