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

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#121
2007-07-13, 01:06 AM
Is this in GB-PVR or Go for TV? If it's GB-PVR, zip and post your logs in the "Support" forum. If it's Go for TV, I couldn't really tell you since I only use it to get the EPG data.
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#122
2007-07-13, 05:05 AM
yeah it's in gbpvr. I use gbpvr not px2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#123
2007-07-13, 05:08 PM
static would usually be a sign that your channel numbers are wrong next to each channel in the capture source channel list, or youve created your capture source for the wrong tuning type (cable vs antenna).

If this grabber is not setting the channel numbers in the xmltv file, then GB-PVR will just allocate them some random number based on the order in the xmltv file.
jim08127
Offline

Member

Posts: 179
Threads: 11
Joined: Jul 2006
#124
2007-07-13, 05:26 PM
The program is working fine, interesting observation is that apparently my provider's listings are not updated daily, more like every couple of days or so. And there is not 14 days of listings more like 10-12 days worth. I am not complainin' though just an observation. Smile
[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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#125
2007-07-13, 05:33 PM
sub Wrote:static would usually be a sign that your channel numbers are wrong next to each channel in the capture source channel list, or youve created your capture source for the wrong tuning type (cable vs antenna).

If this grabber is not setting the channel numbers in the xmltv file, then GB-PVR will just allocate them some random number based on the order in the xmltv file.
The channel is being set in the ID as well as the display-name.
Code:
<channel id="003">
<display-name>3 TWC</display-name>
Unless you select the option to not show channel numbers in the display name in which case it is only in the ID.
Code:
<channel id="003">
<display-name>TWC</display-name>
Does it have to display the numbers in the name or is there somewhere else to set the number that I am missing?

jim08127 Wrote:The program is working fine, interesting observation is that apparently my provider's listings are not updated daily, more like every couple of days or so. And there is not 14 days of listings more like 10-12 days worth. I am not complainin' though just an observation. Smile
That's not my fault. Blame Y! Big Grin
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#126
2007-07-13, 06:01 PM
So am i fubarred?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#127
2007-07-13, 06:04 PM
whurlston Wrote:The channel is being set in the ID as well as the display-name.
Code:
<channel id="003">
<display-name>3 TWC</display-name>
Unless you select the option to not show channel numbers in the display name in which case it is only in the ID.
Code:
<channel id="003">
<display-name>TWC</display-name>
Does it have to display the numbers in the name or is there somewhere else to set the number that I am missing?
From memory, there are two ways it'll find the channel number in an XMLTV files:

1) channel id is numeric, and assumed to be preferred channel number. I dont think I've seen them zero padded before, but that should still probably work too.
<channel id="3">
<display-name>TWC</display-name>
</channel>

2) a secondary display name that is numeric
<channel id="003-TWC">
<display-name>TWC</display-name>
<display-name>3</display-name>
</channel>

BTW, I think we should try to keep away from having the channel number as part of the name, since there is lots of places I want to show the name and number as two separate fields.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#128
2007-07-13, 06:32 PM (This post was last modified: 2007-07-13, 06:39 PM by Jim_.)
sub Wrote:<snip>
BTW, I think we should try to keep away from having the channel number as part of the name, since there is lots of places I want to show the name and number as two separate fields.
</snip>

I still request that he keeps it optional.
1. xmltv na_dd has the numbers with the station.
2. Having them in the guide makes it much easier to go from station 13 to station 62. For me, navigating a 70+ channel guide without the numbers as a reference is next to impossible.

<edit>
This is the way it is now. If a program doesnt want the number, all it needs to do is choose the first display-name that doesnt start with one.
Code:
<channel id="002">
    <display-name>2 TVGN</display-name>
    <display-name>TVGN</display-name>
    <display-name>2 TVGN</display-name>
    <display-name>TVGN</display-name>
  </channel>
[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) |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,014
Threads: 771
Joined: Nov 2003
#129
2007-07-13, 06:41 PM
Quote:I still request that he keeps it optional.
1. xmltv na_dd has the numbers with the station.
Yeah, optional is fine, but hopefully not the default option since most people will just use the default.

Quote:2. Having them in the guide makes it much easier to go from station 13 to station 62. For me, navigating a 70+ channel guide without the numbers as a reference is next to impossible.
This why the new user interface has the option to display channel numbers in the TV Guide. The default tv guide channel display currently chooses between "icon + name" or "name", but only because there is a large number of people with channel numbers in the name. In the next release, with zap2it about to go, I'm going to change this default to either "icon + name" or "number + name". This has always been my preference, but would have looked crap for users that the channel number as part of the name (in effect giving you the channel number twice).

Other than the default logic to auto detect the best style, they can also set a setting in config.xml to force it to "number + name" or "icon + name" or "name".
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#130
2007-07-13, 06:56 PM
majorpayne Wrote:So am i fubarred?

I'll reply to your question in the support forum because its very unlikely that its a problem with this utility.
[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 (34): « Previous 1 … 11 12 13 14 15 … 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 27,867 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