NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 39 40 41 42 43 93 Next »
Over-the-air channels with Yahoo/API

 
  • 0 Vote(s) - 0 Average
Over-the-air channels with Yahoo/API
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#51
2007-07-26, 02:26 AM
thank you! even if gb-pvr can only read the first, there are others that can.
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#52
2007-07-26, 03:58 AM
jdonth Wrote:Have you looked at the ".data" file to see what information Yahoo! is sending to us? If so, and you "see" the changes you want me to make to the XML file, let me know and I'll be glad to work with you on this.

I'm looking through the data file now, it's a nice dense format.

One thing I noticed is that you are getting the V-chip (or TVRating) ratings in the 10th column, but missing the MPAA ratings in the 11th column. Movies are rated using the MPAA system, and I don't think there are ever both ratings present for the same show.

I'll keep looking at it. Did you use built-in functions to write the XML like a windows COM, or did you write the XML 'brute force' using strings?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#53
2007-07-26, 05:40 AM
drlava Wrote:Movies are rated using the MPAA system, and I don't think there are ever both ratings present for the same show.
Both are used when the movie is broadcast on television/cable. A movie may have both the original MPAA "R" rating and a "TV-PG" (edited) or "TV-MA" for example.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#54
2007-07-26, 01:33 PM
I'm not sure what you want me to do with the #10/#11 field information. Please clarify.

Yes, I'm using "brute force" to create the XML.
drlava
Offline

Member

Posts: 188
Threads: 18
Joined: Jul 2007
#55
2007-07-26, 01:57 PM
If field 10 is blank and 11 has something, put
<rating system="MPAA">
<value>field11</value>
</rating>
jldet5
Offline

Member

Posts: 96
Threads: 8
Joined: Apr 2007
#56
2007-07-26, 07:52 PM
jdonth Wrote:I have posted a new version of the software that addresses the features we have been discussing today:

Is the time offset of +0000 being addressed so that the start stop times will be correct?


[INDENT]
whurlston Wrote:Sorry, my last post was in reference to your perl scipt. Instead of having it adjust the time, try having add the +0000 so that it looks like:

<programme start="20070715180000 +0000" stop="20070715190000 +0000" channel="5">
[/INDENT]
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#57
2007-07-26, 08:41 PM
The start and stop times should now be correct. Please let me know if you are still having a problem.
laserfan
Offline

Member

Posts: 79
Threads: 5
Joined: Mar 2007
#58
2007-07-28, 05:01 AM (This post was last modified: 2007-07-28, 05:13 AM by laserfan.)
Hey Joe I'm a little late to the party here; wondering if your tool can be tweaked to get Digital TV lineups instead of just Analog? Here in the Austin area at least the PBS affiliate has two digital channels with different lineups than it broadcasts in analog. I dunno if the base xml data will work with my digital ATSC tuner...haven't tried that yet.

For now I wanted to let you know FYI that my satellite ISP HughesNet didn't seem to want to connect to the FCC servers until after I disabled HN's TurboPage option. Normally all comms go thru a NAT at Hughes Network Ops Center and it seems it might be necessary to go around that. I hope not as turning TurboPage off & on is something of a PIA. Will fiddle some more & post-back another time when I'm not dead tired (midnight here)! EDIT: Just tried OTA again after restoring TurboPage and this time it worked fine! Sorry for the false alarm...

I also went to YahooTV for the first time and note that they list all the digital TV channels--must be a command we can use to get those too?
jldet5
Offline

Member

Posts: 96
Threads: 8
Joined: Apr 2007
#59
2007-07-28, 12:54 PM
laserfan Wrote:Hey Joe I'm a little late to the party here; wondering if your tool can be tweaked to get Digital TV lineups instead of just Analog? Here in the Austin area at least the PBS affiliate has two digital channels with different lineups than it broadcasts in analog. I dunno if the base xml data will work with my digital ATSC tuner...haven't tried that yet.

For now I wanted to let you know FYI that my satellite ISP HughesNet didn't seem to want to connect to the FCC servers until after I disabled HN's TurboPage option. Normally all comms go thru a NAT at Hughes Network Ops Center and it seems it might be necessary to go around that. I hope not as turning TurboPage off & on is something of a PIA. Will fiddle some more & post-back another time when I'm not dead tired (midnight here)! EDIT: Just tried OTA again after restoring TurboPage and this time it worked fine! Sorry for the false alarm...

I also went to YahooTV for the first time and note that they list all the digital TV channels--must be a command we can use to get those too?

I see digital channels if you uncheck the analog box during initial config. I don't see sub channels though.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#60
2007-07-28, 02:10 PM
I have no idea why you have to bypass your NAT to get to the fcc site. The only thing I can think of is it takes awhile to get the data (after all it's the government, right?Smile )

I am getting the channel numbers from the FCC. jldet5 is correct about sub-channels but for example in the Dallas/Ft. Worth area, WFAA (channel 8 - analog) is digital channel 8.1 which the FCC database reports as channel 9. When I tell my television to go to channel 9 directly, I get the 8-1 feed so I think it will still work if you want digital instead of analog for a given callsign. I don't think it will work if you are trying to mix them on the same channel.

Any other thoughts out there on this?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (9): « Previous 1 … 4 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  is there a service?method which returns listings for multiple channels? reven 16 7,266 2022-04-11, 04:30 PM
Last Post: mandai
  Channels List by Channel Group Name scJohn 1 2,817 2018-01-05, 10:45 PM
Last Post: mvallevand
  Switching Audio Channels spitefulgod 0 2,046 2016-12-15, 08:42 PM
Last Post: spitefulgod
  Merged channels mvallevand 3 2,731 2014-04-11, 04:55 AM
Last Post: mvallevand
  Scan for channels programmatically or via command prompt? reven 12 5,382 2013-03-08, 05:01 AM
Last Post: reven
  Non-broadcasting channels imilne 16 6,389 2011-07-02, 04:31 PM
Last Post: sub
  Recording without mapped channels. mvallevand 11 4,180 2009-09-06, 05:09 AM
Last Post: mvallevand
  Switch Channels in Inset JavaWiz 2 1,672 2008-07-27, 06:03 AM
Last Post: JavaWiz
  mapping satellite channels to EPG kainat 26 10,414 2008-02-19, 01:49 PM
Last Post: kainat
  Yahoo Go TV to XMLTV (via API) -Oz- 216 77,005 2007-09-14, 09:26 PM
Last Post: whurlston

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

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

Linear Mode
Threaded Mode