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)
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#151
2007-08-22, 07:56 PM
-Oz- Wrote:what zip code and provider are you using?

Thank you. Oz I am in zipcode 64155 and I use Direct TV. I am also running the lastest version of GB-PVR on a Sony Laptop with 1.5ghz, and 1GB of ram. The OS is XP Professional Service Pack 2.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#152
2007-08-22, 11:06 PM
Jeff Wrote:I tried running it an get a runtime error 53, file not found. I copied all the files from the zip file into gbpvr\Third Party\yapi2xml.

Jeff

What is your zip code and provider and what had you done when it errored? That is just a silly vb error that I can't use unless I know how far you had gotten in the process.

Maybe I'll need to add logging next.
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]
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#153
2007-08-22, 11:28 PM
Bondja Wrote:Thank you. Oz I am in zipcode 64155 and I use Direct TV. I am also running the lastest version of GB-PVR on a Sony Laptop with 1.5ghz, and 1GB of ram. The OS is XP Professional Service Pack 2.

I downloaded listings for DirecTV Kansas City and have a 48mb XML file which should be legit. You need to set your capture source to XMLTV and then point it to the created xml file.

Does the xml file get created.
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]
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#154
2007-08-22, 11:32 PM
logging is definitely a good idea.

One thing that another yahoo API author (for the OTA program) had to do was do download retries if the downloaded file was corrupt or 0 bytes, which happens more often than you'd think for new users.

this is coming along now, though!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#155
2007-08-23, 12:19 AM (This post was last modified: 2007-08-23, 12:25 AM by pBS.)
great work...now i get ota, Digital, plus my dish network channels, ALL IN ONE GUIDE! Big Grin too cool...digitals never showed up before..

but yes, i had same prob with the runtime error 53...it happens when the data doesn't download..[quite often] as it does with all the utils that access yahoo data...i think they have network problems..
but i usualy just wait a few seconds and retry and all is well..
it is kinda annoying when the error pops up and it exits tho..
i agree, we need a retry..i used a batch file to do it..Smile
Code:
:start
yapi2xml.exe update
ping -n 8 -w 680 0.0.0.1>>NUL
call :sizeit yapiguid.xml
if %size% LEQ 1200 goto :start
goto :eof
:sizeit
set /a size=%~z1 + 0
but it doesn't work cuz of the exit...Sad
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#156
2007-08-23, 12:42 AM (This post was last modified: 2007-08-23, 01:12 AM by Bondja.)
-Oz- Wrote:I downloaded listings for DirecTV Kansas City and have a 48mb XML file which should be legit. You need to set your capture source to XMLTV and then point it to the created xml file.

Does the xml file get created.

Yes it is created. My file is around 41,000kb. Do I need additional software to use this tool? Thank you.
taz
Offline

Member

Posts: 102
Threads: 30
Joined: May 2006
#157
2007-08-23, 12:52 AM
Just tried to install the latest version (have not installed previous versions). The xml file appears to be complete and correct. However, in GBPVR (and PVRX2), only a handful of the channels have data. Also, some of the channels do not show up at all and they are no longer in order of channel number. I have attached the log files for gbpvr. I tried to attach a zip file of the e xml file generated for zip 68135 Cox Analog but kept getting a database error on the attachment window. Not sure what is happening there. It is just over a 1Mb file..
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#158
2007-08-23, 03:13 AM
Bondja Wrote:Yes it is created. My file is around 41,000kb. Do I need additional software to use this tool? Thank you.

The xml file is ready for use by GBPVR.
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]
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#159
2007-08-23, 04:09 AM
i'll make the retry thing my first priority. Have to figure out how to know if the download fails or is corrupt first. Hopefully by Friday I'll have a solution.

Taz: Can you email me the xml file, I found the error in the log but need the xml file to match it up. I've PMed you my email address.
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]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#160
2007-08-23, 08:51 AM
i just use file size...if it's over 1 meg assume it's ok...cuz usually i just get a 170k file when it didn't download properly...[so can't test for file existance, cuz there is one even when it fails]

it's working really well for me so far..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (22): « Previous 1 … 14 15 16 17 18 … 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,723 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,529 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,772 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,927 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 105,779 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,387 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,769 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 11,500 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 103,828 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 27,808 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