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
#131
2007-07-13, 07:07 PM (This post was last modified: 2007-08-09, 06:59 AM by Jim_.)
sub Wrote:Yeah, optional is fine, but hopefully not the default option since most people will just use the default.

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".

The channel+icon option in gbpvr sounds good, I've avoided using icons in the past because of that.

Wouldn’t it be easier for GBPVR to strip the numbers from the display-name if they exist?
GBPVR is the only capture software I use, other than Y! that is… Big Grin Wink
But I like the idea the whurlston is keeping his utility very close to the na_dd spec, so it can be used without conversion by other apps designed around the na_dd spec.
I just hate to see an xmltv na_dd compatible grabber changed (for one program) if there is a different way.
[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
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,806
Threads: 769
Joined: Nov 2003
#132
2007-07-13, 07:09 PM
Jim_ Wrote: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>
GB-PVR always uses the first display-name. It would be nice to not have the channel number included in the first display name.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,806
Threads: 769
Joined: Nov 2003
#133
2007-07-13, 07:12 PM
Jim_ Wrote:Wouldn’t it be easier for GBPVR to strip the numbers from the display-name if they exist?
No, I'd rather not change the application to accomodate one XMLTV source. It be nice to have these utilities just fit in with the way XMLTV things are already done.

It'll help make things look nicer for US/Canada users when the channel number becomes the default display option in the next release.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#134
2007-07-13, 07:40 PM
Jim_ Wrote: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>
Actually, with the latest version, there is only one display-name. It is derived based on the option you chose or the default if not chosen.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#135
2007-07-13, 07:43 PM
sub Wrote:No, I'd rather not change the application to accomodate one XMLTV source. It be nice to have these utilities just fit in with the way XMLTV things are already done.

It'll help make things look nicer for US/Canada users when the channel number becomes the default display option in the next release.
No need to change GB-PVR. I can change the utility easily enough. I will set the default to no channel number. I will still leave the other options since Jim_ wants to be difficult. :p

As for the 0 padded numbers. For some reason I was under the assumption that if they were not padded it would be sorted as 1, 10, 11... 2, 20... etc. I can remove the padding if it is an issue.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,806
Threads: 769
Joined: Nov 2003
#136
2007-07-13, 07:46 PM
whurlston Wrote:No need to change GB-PVR. I can change the utility easily enough. I will set the default to no channel number.
Cheers.

Quote:As for the 0 padded numbers. For some reason I was under the assumption that if they were not padded it would be sorted as 1, 10, 11... 2, 20... etc. I can remove the padding if it is an issue.
It should be ok zero padded, but its not required for sorting. I'm not home at the moment, so I cant check if this padding is throwing he number conversion out.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#137
2007-07-13, 08:01 PM
whurlston Wrote:No need to change GB-PVR. I can change the utility easily enough. I will set the default to no channel number. I will still leave the other options since Jim_ wants to be difficult. :p

Hey like I was saying don’t worry about me, difficult is my middle name some days! Big Grin
It doesn’t even need to be an option, I can change it to however I want it in I-xmltv anyway. Wink
[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) |
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#138
2007-07-13, 08:10 PM
sub Wrote:It should be ok zero padded, but its not required for sorting. I'm not home at the moment, so I cant check if this padding is throwing he number conversion out.
K just let me know if I need to change it.

Jim_ Wrote:Hey like I was saying don’t worry about me, difficult is my middle name some days! Big Grin
It doesn’t even need to be an option, I can change it to however I want it in I-xmltv anyway. Wink
Nah, the option isn't a real big deal anyway. I do need to get together with you at some point as there are some other flags that I can add to the file that may be beneficial to us. Things like <new /> and <premiere />. And although it's not technically XMLTv compliant, I can add a <repeat />. (These may or may not be available with Y! but they are with the MCE utility.)

Edit: I also plan on adding the <icon> option as well.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#139
2007-07-13, 08:20 PM
That sounds good.
Yes there was a <previously-shown> field in some versions of na_dd but it was pretty unreliable compared to the OAD field. I did have an option to check the field as a second confirmation, but never really needed to use it.
I thought I'd take some time and look it all over when I get a chance but I have to install C# first.

I’ve also been spending a bit of time looking into importing the episode number and star ratings into a separate sql database and exporting them into a text file I can scan. I’m not an sql person so its going to take a bit of time before I know if it’s a workable solution.

Thanks again, this util is working great!
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) |
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#140
2007-07-15, 05:20 AM
I couldn't get this tool to work because a friend's system that I'm setting up has an HVR1600, which isn't supported yet by the GoTV app. It doesn't detect any supported tuner card and won't finish installation. Any idea how to get around it? I'm using the yahoo API tool that -oz- wrote.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 12 13 14 15 16 … 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,765 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