NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 38 39 40 41 42 … 93 Next »
YahooXMLTv (requires Go for TV)

 
  • 0 Vote(s) - 0 Average
YahooXMLTv (requires Go for TV)
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#101
2007-07-10, 01:39 AM
Jim_ Wrote:I’ve updated I-xmltv and the new show marker and many other things appear to be working fine using your xml files. After I bug test it (I-xmltv) a little more, I’ll post it in a different thread (not to take this thread off-track) and post a link here for people who want to try it.

majorpayne Wrote:Sweet cause it's working great. With the I-XMLtv i'll be able to get like the aired and new things

whurlston Wrote:Most of the data is in the exported file. Jim_ is working on an update for I-XMLtv to take advantage of it.

The updated I-xmltv is posted here.
http://forums.nextpvr.com/showthread.php...post207845

Initial testing looks good <fingers crossed> Smile
[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) |
tiger66
Offline

Member

Posts: 74
Threads: 11
Joined: Dec 2006
#102
2007-07-10, 03:01 AM
tiger66 Wrote:Hi Whurlston. Thanks for the great app!

I'm having a small problem with it, though. The name of my listings file has spaces (or could it be the parentheses?) and I believe it's causing the application to crash. Here's the output:

C:\YahooXMLTv>YahooXMLTv.exe days=5
07/09/2007 20:52:54 -- Starting Update.
07/09/2007 20:52:54 -- Processing Lineups.
07/09/2007 20:52:54 -- Lineup 1 of 1: Comcast Forsyth/Bartow (Atlanta)
07/09/2007 20:52:54 -- Downloading new listings. Attempt 1 of 3.
07/09/2007 20:54:13 -- Download successful. Processing new listings.
07/09/2007 20:54:13 -- Found 68 channels.
07/09/2007 20:54:14 -- Channels processed.
07/09/2007 20:54:14 -- Found 9674 programs for 5 days.
07/09/2007 20:56:07 -- Programs processed.
07/09/2007 20:56:07 -- Saving Xml.

[COLOR="Red"]Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part
of the path 'C:\YahooXMLTv\Comcast Forsyth\Bartow (Atlanta).xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)[/COLOR]
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share)
at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings setti
ngs)
at YahooXMLTv.Program.ProcessLineups()
at YahooXMLTv.Program.Main(String[] args)


Or am I just doing something wrong?

Thanks!

Aha! I should have looked closer. It appears that the forward slash in the Forsyth/Bartow is being re-interpreted by the utility to be a backslash and is being used as part of the path specification. Any easy way to fix this (like allowing an output filename as a parameter)?

Thanks!
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#103
2007-07-10, 04:03 AM
tiger66 Wrote:Aha! I should have looked closer. It appears that the forward slash in the Forsyth/Bartow is being re-interpreted by the utility to be a backslash and is being used as part of the path specification. Any easy way to fix this (like allowing an output filename as a parameter)?

Thanks!
I wondered if any names would cause a problem. I'll post a fix tomorrow. In the meantime, you can try adding a subdirectory called "Comcast Forsyth".
jim08127
Offline

Member

Posts: 179
Threads: 11
Joined: Jul 2006
#104
2007-07-10, 11:41 AM
Hmmm, yesterday I had 12 days worth of listings through 7/20. And this morning I have 11 days worth through 7/20. The xml file is being modified though as it is dated today. Obviously there is a problem, is there a log file I can look at to see what is happening?
[SIZE="1"]
Athlon 64 X2 6000+
MSI K9N4 SLI (Nforce 4)
GeForce GTX 750Ti
8GB DDR 800
WinTV PVR 150
Windows 7 Ultimate 64 bi
NextPVR 3.3.8
[/SIZE]
tiger66
Offline

Member

Posts: 74
Threads: 11
Joined: Dec 2006
#105
2007-07-10, 01:28 PM
whurlston Wrote:I wondered if any names would cause a problem. I'll post a fix tomorrow. In the meantime, you can try adding a subdirectory called "Comcast Forsyth".

Duh... I should have thought of that. I guess I got in kind of a hurry last night. At first I didn't realize the "backslash" problem... I thought it was spaces or the parentheses. After I realized the real problem, I just did a quick post to follow up without thoroughly thinking about it. Sorry. Sad

Anyway, thanks! I appreciate the help. Smile
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#106
2007-07-10, 03:11 PM
jim08127 Wrote:Hmmm, yesterday I had 12 days worth of listings through 7/20. And this morning I have 11 days worth through 7/20. The xml file is being modified though as it is dated today. Obviously there is a problem, is there a log file I can look at to see what is happening?
All messages are sent to the console. You would have to redirect them to a file. But the only information that you would get from the messages that somewhat relates to this is the number of programs if processes.

I would open the Y! database in SQL Admin and see if there are any listings in it beyond 7/20.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#107
2007-07-10, 11:01 PM
I'm using the latest (?) version of the YahooXMLTv app to get EPG - I'm seeing stuff like this in the guide: The OCC crew continues work on the &quot;Caddyshack&quote; bike (italics are mine) - it appears this way in the xml file itself. In the web version of the guide it renders this way: The OCC crew continues work on the "Caddyshack&quote; bike(again, my italics). Obviously, &quote; is simply wrong in the xml, but what's up with &quot; failing to render in the on-screen guide?
eoren1
Offline

Junior Member

Posts: 20
Threads: 5
Joined: Dec 2004
#108
2007-07-10, 11:02 PM
I installed Yahoo TV to go and set it up.
Downloaded the YahooXMLTv program and extracted to devnz/gbpvr/XMLTv directory
Ran successfully
Opened gbpvr settings and changed to direct recording plugin and xmltv plugin and pointed to xml file created
Channels populated correctly in settings program
Opened gbpvr and the TV guide shows the channels on the left but the listings are blank.
I've tried this several time with emptying and reloading. Also ran through listing forward and back 7 days but no listings...
Any thoughts?
Thanks,
E
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#109
2007-07-11, 12:02 AM
mulletback Wrote:I'm using the latest (?) version of the YahooXMLTv app to get EPG - I'm seeing stuff like this in the guide: The OCC crew continues work on the &quot;Caddyshack&quote; bike (italics are mine) - it appears this way in the xml file itself. In the web version of the guide it renders this way: The OCC crew continues work on the "Caddyshack&quote; bike(again, my italics). Obviously, &quote; is simply wrong in the xml, but what's up with &quot; failing to render in the on-screen guide?
It did not fail to render in your example. &quot; is the " character. &quot; should not have an e on the end. I have a couple of other changes to make so I will fix that while I'm doing them.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#110
2007-07-11, 12:13 AM
whurlston Wrote:It did not fail to render in your example. &quot; is the " character. &quot; should not have an e on the end. I have a couple of other changes to make so I will fix that while I'm doing them.

No, you're not following me - in the normal gbpvr guide, or in search guide, &quot; is showing up as &quot;, not as ". In the web interface to the guide, where a browser is rendering html, &quot; does show up as ". Is gbpvr seeing and rendering &quot; properly?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 9 10 11 12 13 … 34 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  I-xmltv updated for YahooXMLTv (adds a new show marker and more) Jim_ 78 25,956 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