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

Junior Member

Posts: 4
Threads: 0
Joined: Aug 2007
#141
2007-08-17, 11:05 PM
-Oz- Wrote:What zip/provider. I haven't been able to find one with duplicates so I didn't know how to handle it.

You may already be working on a way to handle this, but if not:

ZIP = 48240
Provider = Bright House Networks - Detroit
(not digital)

I get 2 channel 016's in the list and the EPG update fails.
If I remove one of them from the .xml file the update works.

Thanks very much for making this program, I really appreciate it.
Gridlock Joe
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Jun 2007
#142
2007-08-17, 11:46 PM
-Oz- Wrote:Yea, not sure why this problem is occuring. I am definitely working on it though and expect a fix in the next release which should be Tuesday at the latest. But I'm glad you figured out that -R thing because i was using my own -X for digital acknowledgement but now that I know they're using it I'll change the code accordingly.

This is what I discovered when I looked at tv.excite.com:

X is digital
R is cable-ready
D is rebuild
L is digital rebuild
Bondja
Offline

Junior Member

Posts: 13
Threads: 0
Joined: Aug 2007
#143
2007-08-18, 02:25 PM (This post was last modified: 2007-08-18, 02:54 PM by Bondja.)
I am new to all of this. Can anyone help me with the issue of "no show details" in the TV Guide. Thank you.
gexi
Offline

Junior Member

Posts: 42
Threads: 6
Joined: Nov 2005
#144
2007-08-18, 03:57 PM
-Oz- Wrote:What zip/provider. I haven't been able to find one with duplicates so I didn't know how to handle it.

Sure, you can try 78745/Time Warner Cable Analog. Thanks for looking into this.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#145
2007-08-21, 12:19 AM
Bondja Wrote:I am new to all of this. Can anyone help me with the issue of "no show details" in the TV Guide. Thank you.

what zip code and provider are you using?
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]
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#146
2007-08-21, 07:11 PM
Just dropped in to express my gratitude for this program. I previously used DataDirect via XMLTV for simple TV manual recording reminders and some other minor tasks, and couldn't justify the cost of Schedules Direct as a replacement for a minor convenience. This app perfectly fills the bill for me.

As an aside, I have to process the output XML file with Perl for my system:

1) I use the data on a Unix system, so I do a dos2unix fixup for end of lines, and
2) I use an XMLTV option called --old-chan-id to get data in an older DD format. Basically, it changes

<channel id="047">
<display-name lang="en">(AETV) A &amp; E Network</display-name>

to

<channel id="C47aetv.zap2it.com">
<display-name lang="en">(AETV) A &amp; E Network</display-name>

IOW, I need to strip the leading 0s off the channel ID, insert a "C" in front, cat on the "AETV" from the display name (in lower case) and cat on the ".zap2it.com".

Since I already do extensive Perl processing of the XML file after I get it, I just added those details to my processing of the output of your app, but there might be someone else who would like the --old-chan-id format. It looks easy to add to the options for format.

I presume no one else would ever want Unix style end of line output, and, yes, I know it's odd to get the data in Windows and send to a *nix system, but I run multiple systems anyway, and this was an easy fix.

Thanks.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#147
2007-08-22, 01:10 AM
dennit Wrote:Just dropped in to express my gratitude for this program. I previously used DataDirect via XMLTV for simple TV manual recording reminders and some other minor tasks, and couldn't justify the cost of Schedules Direct as a replacement for a minor convenience. This app perfectly fills the bill for me.

2) I use an XMLTV option called --old-chan-id to get data in an older DD format. Basically, it changes

<channel id="047">
<display-name lang="en">(AETV) A &amp; E Network</display-name>

to

<channel id="C47aetv.zap2it.com">
<display-name lang="en">(AETV) A &amp; E Network</display-name>

IOW, I need to strip the leading 0s off the channel ID, insert a "C" in front, cat on the "AETV" from the display name (in lower case) and cat on the ".zap2it.com".

I presume no one else would ever want Unix style end of line output, and, yes, I know it's odd to get the data in Windows and send to a *nix system, but I run multiple systems anyway, and this was an easy fix.

Glad you expressed gratitude, makes me feel good. Just wait for the new version, it is much much better in my opinion.

Anyway, I don't want to include the old style format (although it would be easy) because i don't want to confuse people down the road. Although if another person requests it I'll probably include it.

Gridlock Joe Wrote:This is what I discovered when I looked at tv.excite.com:

X is digital
R is cable-ready
D is rebuild
L is digital rebuild
Handled in the new version, thanks for the info, helped a lot.

_dv_ Wrote:You could be getting the cached file. See this:
http://vbnet.mvps.org/index.html?code/in...tofile.htm

Using that code definitely fixed the issues where all the channels would download. I, and everyone else, appeciate it.
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
#148
2007-08-22, 01:15 AM (This post was last modified: 2007-08-22, 01:20 AM by -Oz-.)
Program renamed to YApi2XML

New version: 1.1.0 released

All information moved to the wiki for ease of use.

http://gbpvr.com/pmwiki/pmwiki.php/Utility/YApi2XML

Just a quick blurb: all the errors listed in this thread have been fixed. Many of the features have been added.

If you have new errors or features you want please use this new thread since this current one is really long and hard to keep track of. New thread: http://forums.nextpvr.com/showthread.php?t=28861

Anyone with ixmltv installed for Whulston's app that could test it out with my feed that'd be great. It is designed to work but hasn't been tested.
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]
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#149
2007-08-22, 02:09 PM
-Oz- Wrote:Glad you expressed gratitude, makes me feel good. Just wait for the new version, it is much much better in my opinion.

My last post in this thread. The new version looks REALLY nice - again my thanks for your efforts. I certainly understand why adding XMLTV's DataDirect --old-chan-id format might cause more problems than benefits, particularly since I'm the only one who has mentioned it and I'm already processing the XML output to fit my needs.
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#150
2007-08-22, 05:22 PM
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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