MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

Go Back   MediaPortal Forum » MediaPortal 1 » MediaPortal 1 Talk

Notices

MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-05-16, 12:42   #1 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 107
Thanks: 4
Thanked 1 Time in 1 Post

Country:

My System

Default Analog tv channel names uses program name or channel number

Please check my system for details.

When I scan with my Hauppauge WinTV-PVR-500 MCE Dual i've get in stead of the channel name the name of the program or in some cases the number of the scanned number.
I use driver 2.0.48.25037.

I've also use the new MPFileWriter, see post one of latest SVN build.

Attached the logging and jpg with chosen settings.
The jpg also shows the incorrect channel names!!!!!
Hope anybody can help me out.
Attached Images
File Type: jpg screenshot.JPG (30.0 KB, 19 views)
Attached Files
File Type: rar log.rar (6.9 KB, 1 views)
__________________
Please check my system, for detailed info.

Last edited by doornjoostje; 2008-05-16 at 12:44.
doornjoostje is offline   Reply With Quote
Old 2008-05-18, 23:41   #2 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Same for me with a analog PVR350. Mostly the program name, sometimes only the channel number.
Don't think its a MP problem because my Samsung TV provides me the same information after a channel change. Perhaps the cable provider (CASEMA) put it in the analog TV signal, but i don't know how this can be checked or tested.
Pe2RM is offline   Reply With Quote
Old 2008-05-19, 10:02   #3 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 107
Thanks: 4
Thanked 1 Time in 1 Post

Country:

My System

Default

I've got @home (now called ziggo).
So that would make 2 cableproviders.

The strange thing is, that when you do a analog scan with your philips installation program embedded into the TV, the correct channel names are provided. So should be possible.
__________________
Please check my system, for detailed info.
doornjoostje is offline   Reply With Quote
Old 2008-05-19, 11:15   #4 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Got the same problem with Hauppauge 150 in Denmark. Cable provider Yousee (TDC).
chrik is offline   Reply With Quote
Old 2008-05-19, 12:39   #5 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Since last week Casema now also belongs to Ziggo.

I did a scan on my girlfriends PC with MediaCenter on the same Casema provider, it came up with the channel names. So it seems that Channelname & Programname are included in the signal.
Together with the report from Denmark it could be a MP glitch. Perhaps MP extracts the wrong field out of the signal.

Does someone knows how this information is stored in the stream, and how this can be checked out?
Pe2RM is offline   Reply With Quote
Old 2008-05-19, 13:52   #6 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 107
Thanks: 4
Thanked 1 Time in 1 Post

Country:

My System

Default

Anybody with the same error and knows a MP release where this is working?
__________________
Please check my system, for detailed info.
doornjoostje is offline   Reply With Quote
Old 2008-05-19, 21:27   #7 (permalink)
Portal User
 
Join Date: May 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

I have installed MP last weekend (for the first time, decided to ban M$ with their #@@*&@$ Vista) and have the same with my PVR-500 from Hauppauge. It seems indeed that MP is fetching the wrong field.

My solution was to change the DB by hand. As a developer/programmer I work al lot with DB's so that was quickly done. For those who knows also some about that, you can change it by renaming the 'name' field in the 'channel' table to the correct one.

Richard
Ries is offline   Reply With Quote
Old 2008-05-19, 21:32   #8 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 107
Thanks: 4
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by Ries View Post
I have installed MP last weekend (for the first time, decided to ban M$ with their #@@*&@$ Vista) and have the same with my PVR-500 from Hauppauge. It seems indeed that MP is fetching the wrong field.

My solution was to change the DB by hand. As a developer/programmer I work al lot with DB's so that was quickly done. For those who knows also some about that, you can change it by renaming the 'name' field in the 'channel' table to the correct one.

Richard
Hallo Richard,

Can you provide the SQL query?
Is it possible to share it in some kind of executable script?
Thanks in advance!
__________________
Please check my system, for detailed info.
doornjoostje is offline   Reply With Quote
Old 2008-05-19, 21:59   #9 (permalink)
Portal User
 
Join Date: May 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Please use this at your own risk!

The SQL query, in the correct database ('tvlibrary'?), for changing the name in a channel is:
Quote:
UPDATE channel SET name = '<NAME>' WHERE idChannel = '<CHANNEL_NUM>'
For <NAME> you use the name you want to give the channel (like NL1 or BBC1) and for <CHANNEL_NUM> the idChannel number of the row you like the name changed.

To view the content of the CHANNEL TABLE you enter the following query:
Quote:
SELECT * FROM channel
Good luck!

Richard
Ries is offline   Reply With Quote
Old 2008-05-19, 22:09   #10 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Fyi, i changed both 'name' & 'displayName' fields. Sometimes its easier to do by hand then creating a script for it, the information depends on your local situation where only the channel number can be linked to a channel name.
Pe2RM is offline   Reply With Quote
Reply

Bookmarks

Tags
analog, channel, names, number, program

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
scanning analog incorrect channel names doornjoostje 1.0 RC1 and SVN Builds 8 2008-05-19 21:33
Channel changes to channel index rather than channel number jadz pre 1.0 RC1 2 2007-11-09 17:21
TVServer channel scan now uses hex numbers instead of channel names? HappyTalk 0.2.2.0 Final and SVN Builds 6 2007-05-10 20:05
[Patch] Numeric channel selection by index or channel number CodeMonkey General Development (no feature request here!) 0 2006-01-02 15:32
My TV - Lost / Channel List / Frequences / Names Schmidti Improvement Suggestions 2 2005-01-12 20:36


All times are GMT +1. The time now is 14:02.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Integrated by BBpixel ©2004-2008, jvbPlugin
Protected by Akismet Blog with WordPress