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
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#71
2007-06-29, 02:01 PM (This post was last modified: 2007-06-29, 02:07 PM by elbryyan.)
sub Wrote:Can you do an 'update epg' in the config app, then zip and attach the config.exe.log?

I use the OTA digital lineup and when I viewed the log myself I noticed this error:

XMLTV: error reading xml: Item has already been added. Key in dictionary: '32' Key being added: '32'

If I use the OTA analogue lineup then the data shows up correctly but I am using strictly digital so some stations have mutliple channels like ABC which has the regular channel and a weather channel and the both show up as say channel id 32.

[ATTACHMENT NOT FOUND]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,786
Threads: 769
Joined: Nov 2003
#72
2007-06-29, 04:09 PM
elbryyan Wrote:If I use the OTA analogue lineup then the data shows up correctly but I am using strictly digital so some stations have mutliple channels like ABC which has the regular channel and a weather channel and the both show up as say channel id 32.
The grabber should have a scheme to make sure it doesnt give duplicate channel numbers. If its digital channels give them an id something like "32-1", "32-2" etc.
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#73
2007-06-29, 04:54 PM (This post was last modified: 2007-06-29, 05:25 PM by ioan.)
ram4x4nut Wrote:'m really concerned that Titan will slam the door on that UUID.

we should put at the end of each program description "provided by titantv.com" maybe they will like that.
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#74
2007-06-29, 04:56 PM
sub Wrote:The grabber should have a scheme to make sure it doesnt give duplicate channel numbers. If its digital channels give them an id something like "32-1", "32-2" etc.

I'll have to find a solution for this, I thought that using the rf_channel as the channel id will fix this... looks like its still a problem.
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#75
2007-06-29, 05:07 PM
elbryyan Wrote:I use the OTA digital lineup and when I viewed the log myself I noticed this error:

XMLTV: error reading xml: Item has already been added. Key in dictionary: '32' Key being added: '32'

do you still have this problem with the last version I posted? if yes, can you please give me your providerid?


Sub: what do you think about using as channel id the combination between rf_channel and the station name, something like:

Code:
<channel id="0033GOLF">
    <display-name lang="en">GOLF</display-name>
</channel>

I bet this will make the channel id unique... but will this make the things more complicated?
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#76
2007-06-29, 05:53 PM
ioan Wrote:do you still have this problem with the last version I posted? if yes, can you please give me your providerid?


Sub: what do you think about using as channel id the combination between rf_channel and the station name, something like:

Code:
<channel id="0033GOLF">
    <display-name lang="en">GOLF</display-name>
</channel>

I bet this will make the channel id unique... but will this make the things more complicated?

Yes, I still have the problem when using the titantv2xml4 app that you posted prevously. Here is a snippet of the channel definitions.

<channel id="0005"><display-name lang="en">KPXBDT1</display-name></channel>
<channel id="0005"><display-name lang="en">KPXBDT2</display-name></channel>
<channel id="0005"><display-name lang="en">KPXBDT3</display-name></channel>
<channel id="0005"><display-name lang="en">KPXBDT4</display-name></channel>
<channel id="0009"><display-name lang="en">KUHTDT1</display-name></channel>
<channel id="0009"><display-name lang="en">KUHTDT2</display-name></channel>
<channel id="0019"><display-name lang="en">KTXHDT1</display-name></channel>
<channel id="0024"><display-name lang="en">KETHDT1</display-name></channel>
<channel id="0027"><display-name lang="en">KRIVDT1</display-name></channel>
<channel id="0031"><display-name lang="en">KHOUDT1</display-name></channel>
<channel id="0031"><display-name lang="en">KHOUDT2</display-name></channel>
<channel id="0032"><display-name lang="en">KTRKDT1</display-name></channel>
<channel id="0032"><display-name lang="en">KTRKDT2</display-name></channel>
<channel id="0035"><display-name lang="en">KPRCDT1</display-name></channel>
<channel id="0035"><display-name lang="en">KPRCDT2</display-name></channel>
<channel id="0035"><display-name lang="en">KPRCDT3</display-name></channel>
<channel id="0036"><display-name lang="en">KFTHDT1</display-name></channel>
<channel id="0038"><display-name lang="en">KHCWDT1</display-name></channel>
<channel id="0038"><display-name lang="en">KHCWDT2</display-name></channel>
<channel id="0041"><display-name lang="en">KAZHDT1</display-name></channel>
<channel id="0042"><display-name lang="en">KTBUDT1</display-name></channel>
<channel id="0046"><display-name lang="en">KXLNDT1</display-name></channel>
<channel id="0047"><display-name lang="en">KTMDDT1</display-name></channel>
<channel id="0050"><display-name lang="en">KBTXDT1</display-name></channel>
<channel id="0050"><display-name lang="en">KBTXDT2</display-name></channel>
<channel id="0052"><display-name lang="en">KNWSDT1</display-name></channel>


The provider id is G_77346
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,786
Threads: 769
Joined: Nov 2003
#77
2007-06-29, 06:01 PM
ioan Wrote:Sub: what do you think about using as channel id the combination between rf_channel and the station name, something like:

Code:
<channel id="0033GOLF">
    <display-name lang="en">GOLF</display-name>
</channel>

I bet this will make the channel id unique... but will this make the things more complicated?
It'd be ok to do that when there is a clash, but you really want to try to left it as id="33" (or id="0033") if there isnt a clash. When the id is number, then GB-PVR treats it as the preferred channel number. This saves the user having to manually enter the channel number next to each channel in the capture source channel list.

Thats the way it works today, so best to try an build it for compatibility.
ioan
Offline

Member

Posts: 80
Threads: 12
Joined: Sep 2006
#78
2007-06-29, 09:52 PM (This post was last modified: 2007-07-11, 06:36 PM by ioan.)
Here is a version that can be used with gbpvr.
First, unzip. Copy titantv2xmltv.exe in GBPVR folder.
Edit UpdateEPG.bat and add a line just like in runme.bat with your provider, your number of days and the output xml file.

here is an example on what to put in UpdateEPG.bat:
Code:
titantv2xmltv.exe EGZPL6LDNS45236SYJ1A9GAVPVNTG9 A_62018 3 c:\xmltv-test.xml


elbryyan Wrote:Yes, I still have the problem when using the titantv2xml4 app that you posted prevously. Here is a snippet of the channel definitions.

just for elbryyan (or anyone who has the problem he have): to make sure that you won't get duplicates, please add a 5 param at the end of the command line:

Code:
titantv2xmltv.exe EGZPL6LDNS45236SYJ1A9GAVPVNTG9 A_62018 3 c:\xmltv-test.xml [B]USESTATIONID[/B]

let me know if this works or not.
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#79
2007-06-29, 10:32 PM (This post was last modified: 2007-06-29, 10:54 PM by pcostanza.)
ioan Wrote:Here is a version that can be used with gbpvr.
First, unzip. Copy titantv2xmltv.exe in GBPVR folder.
Edit UpdateEPG.bat and add a line just like in runme.bat with your provider, your number of days and the output xml file.

here is an example on what to put in UpdateEPG.bat:
Code:
titantv2xmltv.exe EGZPL6LDNS45236SYJ1A9GAVPVNTG9 A_62018 3 c:\xmltv-test.xml


just for elbryyan (or anyone who has the problem he have): to make sure that you won't get duplicates, please add a 5 param at the end of the command line:

Code:
titantv2xmltv.exe EGZPL6LDNS45236SYJ1A9GAVPVNTG9 A_62018 3 c:\xmltv-test.xml [B]USESTATIONID[/B]
let me know if this works or not.
Thanks very much for this. How many days can you use? Or has anyone tested this yet?
I'm still concerned about using the same UUID.
Also, I don't see an UpdateEPG.bat but did you mean PostUpdateEPG.bat?


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

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#80
2007-06-29, 11:33 PM
you need to make the UpdateEPG.bat. It gets run before the EPG update.
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: 3 Guest(s)

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