View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 18 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Tv listings = Wrong.
PostPosted: Wed Apr 26, 2006 2:05 am 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
Is this the right forum for this post?

Anyways, my tv listings are wrong. When i go to a channel it says the correct channel but the wrong information. (example, under program it said that 70's show but it wasn't that 70's show)

How do i fix this?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 4:27 am 
Offline
Joined: Wed Mar 03, 2004 7:43 pm
Posts: 748
Location: Sydney, Australia
Is the time on your machine correct? If it is a few hours out (e.g. wrong time zone), it might be 'That 70s show' is on in a few hours, or was on a few hours ago.

Or maybe the guide information hasn't been inserted into the right channel. e.g. the xmltv id data for ABC is attached to CNN..

_________________
| Nigel Pearson, nigel.pearson.au@gmail.com
| "Things you own end up owning you" - Tyler, Fight Club


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 5:29 am 
Offline
Joined: Tue Jan 17, 2006 7:34 am
Posts: 126
Location: Australia
you might try one of the following :

tzconfig - time zone tool
date - manually set the time
ntpdate - ntp server time sit
ntpd - keep in sync with an ntpserver

If you find you can't sort out why the time shift is going on you can override the tv_grab_au time shift

/usr/bin/tv_grab_au
aprox line 720

Code:
  # to do - can fix daylight savings prob from here
  if ($regmap{$region} eq "EST") {$regmap{$region}="+1000"}
  if ($regmap{$region} eq "CST") {$regmap{$region}="+0930"}
  if ($regmap{$region} eq "WST") {$regmap{$region}="+0800"}


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 10:25 am 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
Ok i found out the timezone was wrong. I changed it to pacific.

When i type "date" it displays the incorrect time. How do i change that? I tried typing in the correct time but it didn't work.

when i type "date -u" i get:
Wed Apr 26 09:35:55 UTC 2006

The time is correct but the timezone is wrong.

When i type "date" i get:
Wed Apr 26 02:35:55 PDT 2006

The time is incorrect but the time zone is correct.

Thanks for the help

-Hans


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 2:12 pm 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
I got the time to the correct time now.

The tv shows are still listed incorrectly though. (on kqed it says sesame street is on but its some cooking show instead)

Any other ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 2:49 pm 
Offline
Joined: Thu Mar 09, 2006 6:54 pm
Posts: 34
I believe you will need to run mythfilldatabase again to get the correct listings .


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 2:56 pm 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
I tried doing that it still doesn't work. I am about to give up and try reformatting it. I have no idea what is wrong with it.

Thanks for the help,
Hans


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 6:39 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
You need to restart the servers and purge the old data first. See these directions on the wiki - http://www.knoppmythwiki.org/index.php?page=ProgramGuideIsOff


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 7:08 pm 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
Thanks for the link TJC. I tried following them it worked up until i got this error.

Code:
root@mythtv:/home/mythtv# /etc/init.d/mythtv-backend stop
Stopping MythTV server: mythbackend No /usr/bin/mythbackend found running; none killed.
.
root@mythtv:/home/mythtv# mythtv-setup
mythtv-setup: cannot connect to X server


Also i hate having to restart my computer everytime I want the program mythtv to be on after doign somethign in the terminal. Is there an easy way to launch the program mythtv from terminal? I tried "mythtv" but it only gave me live tv.

Thanks for all the help
-Hans


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 7:26 pm 
Offline
Joined: Fri Aug 26, 2005 9:54 pm
Posts: 617
Code:
mythfrontend


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 8:04 pm 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
thanks. That makes my life a little bit easier.

Does anyoen know what hta error means?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 8:33 pm 
Offline
Joined: Tue Nov 22, 2005 7:57 pm
Posts: 295
Location: Auckland, New Zealand
The error means mythtv-setup can't find the X environment (ie GUI desktop). Either

1) It isn't running? then I think
Code:
/etc/init.d/gdm restart
will restart it
2) You're doing this from an ssh terminal instead of locally on the box (console or xterm). In which case you should run mythtv-setup locally

_________________
HP VL400 (PIII 866), Skystar2 2.6D, PVR350, Nvidia FX5200, 384MB, 200GB, KnoppMyth R5.5


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 9:01 pm 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
That didn't work i get the same error.

I think i am just going to reinstall everything.

thanks anyways,
Hans


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 26, 2006 11:35 pm 
Offline
Joined: Tue Jan 17, 2006 7:34 am
Posts: 126
Location: Australia
Is mythtv running ?

( I'm assuming that you are working on the console of your mythtv box )

Code:
/etc/init.d/mythtv-backend restart
/etc/init.d/gdm restart
mythfrontend



You may need to force the epg date to be overwriten
Code:
mythfilldatabase --refresh-today --verbose 1


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 11:07 am 
Offline
Joined: Wed Apr 19, 2006 2:00 pm
Posts: 28
Thanks chrisj. That did it. Now my program files are synched.

The only problem is now my remote isn't working.

I just ordered a new video card for my system. Will i have to reinstall everything to get that videocard to work? I would hate to go through all this configuration again.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: Bing [Bot] and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu