MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Electronic Program Guide


Electronic Program Guide everything about EPG (xmlTV, WebEPG, dvb-EPG)

Reply
 
Thread Tools Display Modes
Old 2007-11-24, 01:53   #21 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 11
Thanks: 0
Thanked 2 Times in 1 Post

Country:


Default

Oh, wow... I just figured it all out. I was having problems with MP updating the EPG data automatically. Before, I would just open up that Oz program to refresh the database, but after getting tired of having to do this every week, the answer came to me. It was so obvious. The channels are mapped in Oz, but not in MediaPortal! After unsuccessfully fiddling with the internal XMLTV mapping settings inside MediaPortal, I tried renamining the channel names to match the names in the TVguide.xml file.

I'm too lazy this time to actually write out each little step and post screenshots along with each step, but I'll try to be as clear as I can.

Actually, it's not really too difficult.

Open up the TVguide.xml file in Wordpad (Loads more quickly than Notepad, but Notepad will also work).
Run MP Configuration and go to Television > TV Channels.
All you have to do now is rename the channel names by clicking Edit to match the name in the TVguide.xml file.

For example (This is at the top of the file so you don't have to go scrolling up and down searching for it):

<channel id="C7.3kabcdt3.zap2it.com">
<display-name>7.3 KABCDT3</display-name>
<display-name>7.3</display-name>
<display-name>KABCDT3</display-name>
</channel>

In MediaPortal, the name of this channel was KABC-WN.
I selected the channel KABC-WN, clicked Edit (Look at my other post. Step 5) and simply renamed it to 7.3 KABCDT3. I preferred KABCDT3 and tried renaming it to that, but after running the grabber in the next step, it didn't work, so I think it has to be the first display name.

Now, we just follow thisisaric's instructions to set up a scheduled task and everything should be working fine.

Enjoy.
Phylix is offline   Reply With Quote
Old 2007-12-04, 07:52   #22 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts


Default

thank you so so so much!
r3n0 is offline   Reply With Quote
Old 2008-01-10, 15:32   #23 (permalink)
Portal User
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I manage to get the EPG info using the info in this thread when I use MP standalone (without TV server). But I could not get it to work when using the MP TV server. The channel are mapped the same way, so it should work. I got it to work by using the CTPVR plugin but they don't have OTA guide.
Does anyone using zap2xml with MP server successfully? I would like to know what's different compare to the standalone MP.
saillard is offline   Reply With Quote
Old 2008-01-10, 17:40   #24 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Seattle
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts

Country:

My System

Default

I managed to get it working with the tv server, but it has some kind of bug that prevents proper timezone adjustment. Maybe it's fixed by now.
joe531 is offline   Reply With Quote
Old 2008-02-12, 18:15   #25 (permalink)
Portal User
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Exclamation

Quote:
Originally Posted by Phylix View Post
After unsuccessfully fiddling with the internal XMLTV mapping settings inside MediaPortal, I tried renamining the channel names to match the names in the TVguide.xml file.
Currently I have a tvguide.xml file that contains all the data that I need for my program guide. However, I can't get it to map to my channels properly. I tried Phylix's suggestion above but when that happened MP wouldn't display ANY channels and gave me an error saying 'No tuner information for (Channel)'. I then went back to my MP config and deleted all channels and Autotuned my card. This provided me with all the channels but none of them were named so the tv guide couldn't map to it.

So, right now I am really confused. I can have a working tv with no channel info or tvguide OR I can have a working tvguide with no channels to display. I really need both. Any ideas would be very much appreciated!!
leadingzero is offline   Reply With Quote
Old 2008-02-13, 17:01   #26 (permalink)
Portal User
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Well I finally figured it out. Thanks so much to Phylix and Luke. What I didn't understand from your previous post, Phylix, is that I need to rename the channels THEN run the grabber again to get the tvguide info mapped to the channel info. Before I had my 70 something channels with no data plus another list of the same 70 channels listed with program data but no tuning info. Now the two are together and I can watch tv AND see what I'm watching.

Thanks for all the help!

PS. How do I "Thank" someone on the forum?

Last edited by leadingzero; 2008-02-13 at 17:24. Reason: Automerged Doublepost
leadingzero is offline   Reply With Quote
Old 2008-03-07, 23:27   #27 (permalink)
Portal Member
 
Join Date: Mar 2008
Age: 25
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I get up to channel set up in oztv. but when I click reset grid I get the following error:

Microsoft Visual C++ Runtime Library
Assertion failed!
Program: ...gram Files\Oz TV Guide Downloader\oztvmprt.exe
File: ../src/btree.c
Line: 1151

Expression: pBt->maxLeaf + 23 <= MX_CELL_SIXE


Any help will be much appreciated
eliej is offline   Reply With Quote
Old 2008-03-08, 07:36   #28 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 11
Thanks: 0
Thanked 2 Times in 1 Post

Country:


Default

Take a look at my last post. You actually don't need Oz. I had it kinda wrong the first time.

Quote:
Open up the TVguide.xml file in Wordpad (Loads more quickly than Notepad, but Notepad will also work).
Run MP Configuration and go to Television > TV Channels.
All you have to do now is rename the channel names by clicking Edit to match the name in the TVguide.xml file.

For example (This is at the top of the file so you don't have to go scrolling up and down searching for it):

<channel id="C7.3kabcdt3.zap2it.com">
<display-name>7.3 KABCDT3</display-name>
<display-name>7.3</display-name>
<display-name>KABCDT3</display-name>
</channel>

In MediaPortal, the name of this channel was KABC-WN.
I selected the channel KABC-WN, clicked Edit (Look at my other post. Step 5) and simply renamed it to 7.3 KABCDT3. I preferred KABCDT3 and tried renaming it to that, but after running the grabber in the next step, it didn't work, so I think it has to be the first display name.

Now, we just follow thisisaric's instructions to set up a scheduled task and everything should be working fine.
Phylix is offline   Reply With Quote
Old 2008-03-08, 19:29   #29 (permalink)
Portal Member
 
Join Date: Mar 2008
Age: 25
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

It finally works. Thank you so much
eliej is offline   Reply With Quote
Old 2008-03-27, 19:46   #30 (permalink)
Portal User
 
Join Date: Mar 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default

it works! thank you.
jamestr234 is offline   Reply With Quote
Reply

Bookmarks

Tags
free, replacement, scraper, zap2it, zap2xml

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 Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help getting started - web scraper joox nabbster Plugins 6 2007-12-16 21:37
Zap2it Replacement patrick zap2it (discontinued) 6 2007-08-21 22:57
Zap2It to discontinue free tv guide services Sept 1 m0deth MediaPortal 1 Talk 5 2007-06-21 19:21
Icon replacement ChaseMe3 Skins 6 2007-04-10 07:58
Sports webpage scraper (extension) zag2me Plugins 12 2006-10-08 18:08


All times are GMT +1. The time now is 09:38.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden