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

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#51
2007-07-01, 11:42 PM
pBS Wrote:notice no CRLF at end of channels?
It's that way in the original xml so I left it alone with the last patch. This one moves the first listing to a new line even though it didnt cause any problems.

pBS Wrote:and man, that patch takes forever to run on my guide!
You just have too many listings.... I added a counter in this version so you can see how fast it actually processes each listing Rolleyes Rolleyes Big Grin

pBS Wrote:also i would suggest replacing the " double quotes in the xml too..[they are in there quite often]
Let me know if gbpvr gives any errors importing the patched xml.

I'm not going to spend much more time with patches until the downloader is in its final form, but atleast this will give us a usable guide.
But I may make another standalone util that will let us customize the channel names. That should avoid the dupe name issue.

Jim
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
proteus5
Offline

Junior Member

Posts: 33
Threads: 2
Joined: May 2005
#52
2007-07-01, 11:55 PM
Jim_ Wrote:The patch in post #44 has been updated to fix the timezone issue.
http://forums.gbpvr.com/showpost.php?p=2...stcount=44



Jim,

I just tried your new patch for the time zone fix, and something broke, I cleared the EPG in GBPVR, and imported the new "fixed" one, and now I don't get any data at all. The grid is just blank.

Robert
PVR-150, P4 2.66, Windows 2000 Pro, ATI AIW Radion 9000 Pro GBPVR
PVR-150 Athlon XP 3000+ Shuttle sk43g, Windows 2000 Pro, FX 5200 S-video out to TV, GBPVR
mark_t
Offline

Junior Member

Posts: 28
Threads: 6
Joined: Jan 2006
#53
2007-07-02, 12:27 AM
Jim, I get a good load now. THANKS!
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#54
2007-07-02, 12:32 AM
proteus5 Wrote:Jim,

I just tried your new patch for the time zone fix, and something broke, I cleared the EPG in GBPVR, and imported the new "fixed" one, and now I don't get any data at all. The grid is just blank.

Robert

Works here Robert,
update using gbpvr config then post the Config.exe-native.log from the gbpvr logs folder. If there's a problem with the file, the logs should show it. It could be a dup channel or some other problem my epg doesnt have, but that would need to be addressed elsewhere.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#55
2007-07-02, 12:33 AM
mark_t Wrote:Jim, I get a good load now. THANKS!

cool, glad it worked!
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
jschoef
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Feb 2007
#56
2007-07-02, 01:54 AM
I have tried both the patches and without the patch with comcast cable listing in area code 03110. Neither have worked for me. With the patch I just get the call letters (nbc, cbs) and no channel numbers or program data...it is just empty.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#57
2007-07-02, 03:04 AM
jschoef Wrote:I have tried both the patches and without the patch with comcast cable listing in area code 03110. Neither have worked for me. With the patch I just get the call letters (nbc, cbs) and no channel numbers or program data...it is just empty.

Ok, I'm back and here's what I found.
Everyone needs to download the patch from post 44 again, I posted the wrong build last time (loaded the wrong xml file when testing) and it had a problem.

Eeven with the new patch.exe build you are going to have problems with your listings.

I downloaded your listings, tried to update the epg, and found there was a dup channel in the xml file. this was the Config.exe-native.log error.

Code:
XMLTV: error reading xml: Item has already been added. Key in dictionary: '056'  Key being added: '056'

And this is the data in the xml that is causing it.
Code:
<channel id="056">
    <display-name lang="en">EWTN</display-name>
</channel>
<channel id="056">
    <display-name lang="en">INSP</display-name>
</channel>

The indiviual listings aren't marked with the station id, only the channel number, so there isnt any way I can fix it by running a patch after the xml is downloaded.
-Oz- will need to add an option that allows the user to select only one of the dupe channels for download.
Or use a different station ID system or something like that.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
jschoef
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Feb 2007
#58
2007-07-02, 03:24 AM
yup, I deleted the dup channel and i had listings after that...still no channel numbers though.
proteus5
Offline

Junior Member

Posts: 33
Threads: 2
Joined: May 2005
#59
2007-07-02, 04:08 AM
Jim,

Boy did you confuse me!!!!Smile I logged on, saw the post that you would like to see my logs, and while in the process of creating them I accidently deleted your patch program. So back to post #44 and downloaded it again, and ran it and low and behold I had listings with correct times !!!! Thought I was nuts!!!. Came back here and saw your post to redownload the patch!!!!. Pretty funny Big Grin Big Grin

Anyway all is good here......Thanks........Robert
PVR-150, P4 2.66, Windows 2000 Pro, ATI AIW Radion 9000 Pro GBPVR
PVR-150 Athlon XP 3000+ Shuttle sk43g, Windows 2000 Pro, FX 5200 S-video out to TV, GBPVR
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#60
2007-07-02, 04:15 AM
jschoef Wrote:yup, I deleted the dup channel and i had listings after that...still no channel numbers though.

You'll need to ask -Oz- about that one, it is his epg utility. Wink

Remember, the download utility is only in the testing stages of developement and I just wrote the patch to isolate and verify needed fixes to the main utiltiy. Just trying to save -Oz- some debug time more than anything else.
The patch also allows people to load the epg data, look at it in the guide, and make suggestions on what needs to be changed (like the channel numbers).

I doubt the patch will be needed with the next version so I'm not going to spend a bunch of time adding features to it.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (22): « Previous 1 … 4 5 6 7 8 … 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,570 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 7,117 2018-07-18, 04:32 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,615 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,715 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 101,484 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,274 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,553 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,730 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 95,920 2008-03-05, 07:45 PM
Last Post: zehd
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 26,012 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