NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 40 41 42 43 44 … 93 Next »
Yahoo Go TV to XMLTV (via API)

 
  • 0 Vote(s) - 0 Average
Yahoo Go TV to XMLTV (via API)
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#161
2007-08-23, 10:07 AM
found a problem...i still get duplicates on my local channels even tho i've selected only 1... also it doesn't seem to be seeing those channels as dupes, tho it does warn me about the last dupe it found,[ch9500] but completely ignores the beginning locals..
so even tho i only select the first of each channel, it downloads and processes both.....should probably key on ch # and names, cuz i'm pretty sure dupes in both categories, but not at same time..Smile
[same prob had with MCE2xmltv]
that's probably why the others are not seeing channels either..
Code:
Ch list in .ini: channels=002,008,011,013,020,026,039,051,
<?xml version="1.0" encoding="ISO-8859-1"?>
<tv generator-info-name="tv_grab_us_yapi2xml">
  <channel id="002">
    <display-name>2 KPRC</display-name>
  </channel>
  <channel id="008">
    <display-name>8 KUHT</display-name>
  </channel>
  <channel id="011">
    <display-name>11 KHOU</display-name>
  </channel>
  <channel id="011">
    <display-name>11 KHOUDT</display-name>
  </channel>
  <channel id="013">
    <display-name>13 KTRK</display-name>
  </channel>
  <channel id="013">
    <display-name>13 KTRKDT</display-name>
  </channel>
  <channel id="020">
    <display-name>20 KTXH</display-name>
  </channel>
  <channel id="026">
    <display-name>26 KRIV</display-name>
  </channel>
  <channel id="026">
    <display-name>26 KRIVDT</display-name>
  </channel>
  <channel id="039">
    <display-name>39 KHCW</display-name>
  </channel>
  <channel id="051">
    <display-name>51 KNWS</display-name>
  </channel>
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
TonyXL
Offline

Member

Posts: 140
Threads: 19
Joined: Jan 2007
#162
2007-08-23, 12:57 PM
Oz,

I tried the latest version and it works perfectly (previously I was having a problem with the '-R' lineup). It's a great tool, thanks for putting your hard work into it.

-Tony
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#163
2007-08-23, 01:29 PM
-Oz- Wrote:The xml file is ready for use by GBPVR.

I load the file...unfortunately I still get the no show details on the TV Guide. Oh well at least I can see the stations. Thank you for your assistance.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#164
2007-08-23, 05:59 PM
Bondja Wrote:I load the file...unfortunately I still get the no show details on the TV Guide. Oh well at least I can see the stations. Thank you for your assistance.
Zip and post your GB-PVR logs directory. It will contain information as to why they were not imported.
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#165
2007-08-23, 07:14 PM
whurlston Wrote:Zip and post your GB-PVR logs directory. It will contain information as to why they were not imported.

Thank you Whurlston...here is the file.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#166
2007-08-23, 07:23 PM
You have two channels with the channel number 648. Disable one of them and it should import.
Code:
2007-08-23 12:47:14.500    ERROR    [3]    XMLTV: error reading xml: Item has already been added. Key in dictionary: '648'  Key being added: '648'
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#167
2007-08-23, 08:08 PM
whurlston Wrote:You have two channels with the channel number 648. Disable one of them and it should import.
Code:
2007-08-23 12:47:14.500    ERROR    [3]    XMLTV: error reading xml: Item has already been added. Key in dictionary: '648'  Key being added: '648'

Whurlston I was able to get the local stations to display. I still have the no show details on all the other stations. Thank you for the tip...at least I can see the local information. I have attached my log file.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#168
2007-08-23, 09:02 PM
Code:
An error occurred while parsing EntityName. Line 64197, position 20.
It looks like a bad character in the xml output. Download Notepad++ from http://easynews.dl.sourceforge.net/sourc...taller.exe and open the xml file with it. Go to line 64197 (you can use CTRL-G) and copy the line and post it.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#169
2007-08-23, 09:53 PM
thanks for the help whurlston. I'm adding downloading fixes right now including retries and obviously there are still some stupid characters floating around.

Gotta do more duplicate searching too...
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#170
2007-08-23, 10:08 PM
Yeah, the duplicate channels numbers are giving me fits. I think I'm going to scrap using the channel number as the id. I'm going to run a test to make sure it doesn't affect the tuning. I'll let you know.

Did you get my PM?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (22): « Previous 1 … 15 16 17 18 19 … 22 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract M3U8 and get matching XMLTV guide data from NPVR almightyj 0 3,457 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 6,815 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,485 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,644 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 100,109 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,219 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,459 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,470 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 90,126 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 24,893 2008-01-02, 10:33 AM
Last Post: tvshowman

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode