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 »
titantv to xmltv

 
  • 0 Vote(s) - 0 Average
titantv to xmltv
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#61
2007-06-28, 11:32 PM
pcostanza Wrote:I'll try that and post back.
If I manually change channels, LiveTV does work. I hadn't tried this previously.
Thanks sub
It worked! Still not perfect as channel numbers aren't listed but no bad channels and they appear to be in the correct order.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#62
2007-06-29, 12:02 AM (This post was last modified: 2007-07-11, 06:35 PM by ioan.)
pBS Wrote:Ioan: hmmm,could you please sort them on the channel number with leading zeros?

here, try the this (new) version and let me know if works.
ram4x4nut
Offline

Senior Member

Posts: 337
Threads: 66
Joined: Oct 2005
#63
2007-06-29, 03:02 AM
ioan Wrote:here, try the this (new) version and let me know if works.

I applaud your effort ioan but I'm really concerned that Titan will slam the door on that UUID. I got en email back that said they have no plans to allow the general public to access their listings. If a lot of people start bangin on that UUID there will be problems ...
system 1 - PVR-250 and HVR-1600

system 2 - PVR-150 and HVR-1600
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#64
2007-06-29, 03:14 AM (This post was last modified: 2007-06-29, 05:38 AM by -Oz-.)
ram4x4nut Wrote:I applaud your effort ioan but I'm really concerned that Titan will slam the door on that UUID. I got en email back that said they have no plans to allow the general public to access their listings. If a lot of people start bangin on that UUID there will be problems ...

don't worry, people are also working on other programs.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#65
2007-06-29, 05:33 AM (This post was last modified: 2007-06-29, 06:28 AM by whurlston.)
<post removed>
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#66
2007-06-29, 06:10 AM
whurlston Wrote:Ioan, you may want to consider using the real channel ID in the ID field and then put the channel number in the display name.

Code:
<channel id="23309">
    <display-name lang="en">21 WABC</display-name>
  </channel>

GB-PVR will parse the channel numbers correctly.
The "21 WABC" format name you suggest above is probably the way things have always been done in the US (zap2it and the old xmltv scrapper), but has always been a bit of a pain in the butt. Every other EPG source in the world just has the name and the number is a separate field. This has always been a problem if I'd wanted to show the channel number next to the channel name (which might give something like "21 - 21 WABC" instead of "21 - WABC").

The rest of the world uses xmltv channel more like this:
Code:
<channel id="21">
    <display-name lang="en">WABC</display-name>
  </channel>
GB-PVR will auto detect '21' as the channel number if you use the id this way, and the channel name is just the channel name. This more standard format would be my preference, but will cause problems during migration from zap2it to xmltv.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#67
2007-06-29, 06:27 AM
sub Wrote:The "21 WABC" format name you suggest above is probably the way things have always been done in the US (zap2it and the old xmltv scrapper), but has always been a bit of a pain in the butt. Every other EPG source in the world just has the name and the number is a separate field. This has always been a problem if I'd wanted to show the channel number next to the channel name (which might give something like "21 - 21 WABC" instead of "21 - WABC").

The rest of the world uses xmltv channel more like this:
Code:
<channel id="21">
    <display-name lang="en">WABC</display-name>
  </channel>
GB-PVR will auto detect '21' as the channel number if you use the id this way, and the channel name is just the channel name. This more standard format would be my preference, but will cause problems during migration from zap2it to xmltv.
No problems for me. I'll change the way I save my data too. Thanks for clarifying that. I was afraid to change it in case it broke something with multiple lineups having different stations on channel 21.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#68
2007-06-29, 06:32 AM
whurlston Wrote:No problems for me. I'll change the way I save my data too. Thanks for clarifying that. I was afraid to change it in case it broke something with multiple lineups having different stations on channel 21.
If there is multiple channel 21's, then same name is treated as the same channel, different name is treated as different channels (first becomes 21, second becomes some random number at the end).
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#69
2007-06-29, 06:34 AM
It might be a good idea for one of us to provide a one-off migration utility to rename the channels in GB-PVR 'channel' table to remove the channel number for those that dont want to get rid of existing data.

We'll do a bit of planning for this sort of thing as the zap2it cutoff date approaches.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#70
2007-06-29, 07:15 AM
Good to know sub, I'll make sure I don't use the ## - name format.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (11): « Previous 1 … 5 6 7 8 9 … 11 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,523 2018-10-23, 07:24 AM
Last Post: almightyj
  XMLTV Channel Number Option gdogg371 12 6,985 2018-07-18, 04:32 PM
Last Post: sub
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 34,191 2015-08-20, 05:11 PM
Last Post: sub
  Merge xmltv data with xslt Graham 4 3,563 2014-01-02, 12:45 PM
Last Post: Graham
  XMLTV data mvallevand 6 2,670 2011-04-16, 03:08 AM
Last Post: sub
  Free XMLTV EPG scraper dneprrider 214 100,733 2010-03-29, 04:54 AM
Last Post: dljones8053
  XmlTv Structure psycik 2 2,244 2008-12-29, 10:53 PM
Last Post: psycik
  Content Provider: How to publish XMLTV data? skoka123 6 3,512 2008-09-03, 05:48 AM
Last Post: skoka123
  XMLTV Questions -Oz- 34 10,570 2008-03-24, 01:19 AM
Last Post: zehd
  New XMLTV Enhancer and more... zehd 388 92,767 2008-03-05, 07:45 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode