[mythtv-users] RE: V0.17 LiveTV Jerky untill paused a couple seconds - POSSIBLE FIX

2005-03-02 Thread ebike

I Agree Matt, I don't think it is an ACPI issue, I removed that out of my
kernel some time ago as a possible cause.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] RE: V0.17 LiveTV Jerky untill paused a couple seconds - POSSIBLE FIX

2005-03-01 Thread ebike
>I have a similar problem, which I was just able to fix. I was given
>some clues from an earlier thread about Time Stretching. Balaji Ramani
>told me to recompile (or download his RPMs) WITHOUT opengl_vsync. I did
>this and it works perfectly. Not sure what is broken in .17, but it has
>something to do with the opengl_vsync. I suppose it might be the new
>NVidia drivers too, but I thought I installed those before I upgraded to
>.17. This is definitely worth a try.

Thanks Matt,

Can you explain how to compile without opengl_vsync ??

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


[mythtv-users] RE: Failure to connect to remote backend

2005-03-01 Thread ebike
Solved:

It was the backend file /etc/mysql/my.cnf bind address afterall. It needs to be
set to the IP of my backend instead of localhost (127.0.0.1).

Helps if you restart mysql after the change though ... ;-)

Would be really helpful if this was in the documentation though.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] V0.17 LiveTV Jerky untill paused a couple seconds

2005-02-28 Thread ebike
Hi All,

Anyone else discovered this? I have only noticed it after upgrading to 0.17,
I have to pause LiveTV for a couple of seconds so that playback is slightly
delayed to recording ... and it's smooth as silk, if I don't do that, I get
jerky motion. Hardware hasn't changed since 0.16.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] RE: Failure to connect to remote backend

2005-02-27 Thread ebike
Thanks for the replies:

>Most new packages of mysql have network access turned off by default.
>Check your mysql startup files and make sure that they allow network
>access. On Mandrake (and Redhat, I think) that is set
>in /etc/sysconfig/mysql, but I don't know about Gentoo.
>
>Lonnie 

What do I put is this file? The only likely file that I can see is
/etc/mysql/mysqlconfig. Where is thhis documented in Mysql?


> It's in the Mythtv Documentation. I can't remember the name of the file but
>you have to change the bind address from 127.0.0.1 (or what ever it is) to
>your IP. I had the same problem with Gentoo.
>
>G

Is this change made in the Backend or the Remote Frontend?
I tried both .. but no change. (the file is /etc/mysql/my.conf)

I don't know where in the documentation are you found this, I can not see it
anywhere? 

There needs to be a howto on this remote frontend/database issue, there is
very little documented it seems ;-(

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


[mythtv-users] mythfilldatabase & tv_grab_nz isse

2005-02-11 Thread ebike
Hi All,

I am trying to enter EPG info using the perl script tv_grab_nz by importing it 
into mythfilldatabase using the --file option.

The error is below, as is part of the XML file.

I have tried to put the exact XMLTV ID into that line in the 
channel setup page in mythsetup for each channel. example, for TV one I put 
"TV1.mr.geek.nz" into that field.

But no joy . :(

Can anyone shed some light on this.

Regards,
ebike

-
bash-2.05b$ mythfilldatabase --file 0 -1 tv.xml
### bypassing grabbers, reading directly from file
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Updating icons for sourceid: 0
Unknown xmltv channel identifier: C4.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: MaoriTV.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: Prime.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV1.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV2.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV3.mr.geek.nz
Skipping channel.
Adjusting program database end times...
0 replacements made.
--
Part of the XML file follows:
--




  
TV One
  
  
TV 2
  
  
TV 3
  
  
Maori Television
  
  
Prime
  
  
C4
  

  
BBC World
  
  
Gardens Of The World
  
  
Te Karere
A captioned repeat of yesterday's programme.
  
  
ASB Business Weekend
  
  
Best Of Breakfast
  
  
Home
An entertaining and informal look at the houses and homes 
of Australia.
  
  
Foreign Correspondent
The very best in current affairs from the leading news 
organisations around the world hosted by Cameron Bennett.
  
  
Colonial House
  
  
Eye To Eye
Outspoken former MP, Willie Jackson hosts a weekly debate 
focussing on Maori issues.
  
  
Our Heritage The History Of Trams
Today: A documentary looking at the impact of trams on 
the every day life of New Zealanders.
  
  
Commanding Heights
  
  
Marae
A new year, a new time for Marae. Today: Waitangi Day 
Special with highlights from Waitangi 2005.
  
  
The National Bank Country Calendar
The humble kiwifruit turns one hundred and the team trace 
the chequered history of the hairy berry.
  
  
Living Famously Keith Moon
Profiles of great stars of the 20th century. Today: Keith 
Moon.
  
---

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