NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 10 11 12 13 14 … 125 Next »
TV Listings - Support Thread

 
  • 0 Vote(s) - 0 Average
TV Listings - Support Thread
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#91
2006-12-22, 03:17 PM
Hi,

WKleeven Wrote:As you can see, there are no entries (as your program states while executing: "Updated 0 entries").

What am I doing wrong?

Does the programme you're talking about exist in your gbpvr database? In other words - is the above snippet a part of your regular xmltv epg source that is also defined in gbpvr and have you already updated the epg?

-alibert
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#92
2006-12-22, 05:01 PM
No, this epg-file (TVGids_test.xml) is not defined as a source in config (and therefore this epg source is not updated in gbpvr).
I tried this now, but then I get a whole lot of error ("unhandled exception: system.typeinitialization: The type initializer for 'xmltvicons.databasehelper'threw an exception.---> system.IO.filenotfoundException: could not load file or assembly......") when I run the batch file (xmltvicons.exe "C:\tVGids_test.xml"), I guess because the file is already in use by GBPVR now.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#93
2006-12-22, 05:16 PM
Don't know what went wrong before, don't know why it's going wright now (maybe because I rebooted???), but it's working now.
Excuse me for my mistake (still don't know what I dod wrong though).
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#94
2006-12-22, 07:40 PM
After intensive testing, these are my conclusions on what I did wrong, maybe interesing for others to see:

The first time, I tested "in the dry" (like your comment my testfile was not "a part of your regular xmltv epg source that is also defined in gbpvr" and I didn't "updated the epg".
The second time I reported a crash. This was caused because this time (not the first time) I tested the program from c:\temp and not from within C:\Program Files\devnz\gbpvr. In that case the program crashes.


Besides this, I do have another issue.
I really tested this 6 times, so I assume I don't have to be embarressed again.

With this text in my tvguide.xml (imported as sourceepg in gbpvr and updated epg):
<programme start="200608130900" stop="200608130950" channel="1">
<title>Pukana</title>
<desc></desc>
<icon src="http://static.tvgids.nl/gfx/kw/6.gif"/>
<category>Maori</category>
<rating system="NZ">
<value>G</value>
</rating>
<rating system="Kijkwijzer">
<value>afgeradenvoorkinderenjongerdan6jaar</value>
</rating>
</programme>

Everything goes well.


But with this text, it doesn't:
<programme start="200608130900" stop="200608130950" channel="1">
<title>Pukana</title>
<desc></desc>
<category>Maori</category>
<rating system="NZ">
<value>G</value>
</rating>
<rating system="Kijkwijzer">
<value>afgeradenvoorkinderenjongerdan6jaar</value>
<icon src="http://static.tvgids.nl/gfx/kw/6.gif"/>
</rating>
</programme>

As you can see, the only thing different is the place where <icon src=...> is located.
My grabber ("Amontillado TVGIDS grabber") places an image file of the rating category (above 6 years) in the rating system section and xmltvicons doesn't seem to look there for a source-file.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#95
2006-12-23, 07:47 AM
WKleeven Wrote:After intensive testing, these are my conclusions on what I did wrong, maybe interesing for others to see:

The first time, I tested "in the dry" (like your comment my testfile was not "a part of your regular xmltv epg source that is also defined in gbpvr" and I didn't "updated the epg".

Yes, the programme also has to exist in the gbpvr epg, so that the programme's identifier can be associated with the icon url - that's why I've asked this.

WKleeven Wrote:The second time I reported a crash. This was caused because this time (not the first time) I tested the program from c:\temp and not from within C:\Program Files\devnz\gbpvr. In that case the program crashes.

This is also correct, the xmltvicons-tool needs some libraries that are located in your gbpvr-directory.

WKleeven Wrote:As you can see, the only thing different is the place where <icon src=...> is located.
My grabber ("Amontillado TVGIDS grabber") places an image file of the rating category (above 6 years) in the rating system section and xmltvicons doesn't seem to look there for a source-file.

Yes, only the <icon>-tag inside the <programme>-tag is supported. So, the programme looks for icon-elements located in "tv/programme/icon".

As a workaround, you could possibly adjust your xmltv-file so that the element "tv/programme/rating/icon" is moved to "tv/programme/icon" with an xsl-stylesheet transformation - if you're a bit familiar with xsl-stylesheets.

-alibert
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#96
2006-12-23, 08:02 AM
Unfortunately, I don't know anything about xsl-stylesheets. Maybe anyone can help me?

Besides that I found something else. TVListings has also problems with <subtitles type="teletekst"/> as you can see in the programme below (I don't have to have the grabber download it, but I can and perhaps would like to):

<programme start="20061222090000" stop="20061222091000" channel="1">
<title>NOS-Journaal</title>
<category>Nieuws/actualiteiten</category>
<subtitles type="teletekst"/>
<kenmerken>Teletekst ondertiteld</kenmerken>
</programme>

With this I get an error: "Error reading path\tvgids.xml: There is an error in XML document <44,14>. Exiting."
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#97
2006-12-23, 08:19 AM
Hi,

WKleeven Wrote:Unfortunately, I don't know anything about xsl-stylesheets. Maybe anyone can help me?
You can take this thread to get started.

WKleeven Wrote:Besides that I found something else. TVListings has also problems with <subtitles type="teletekst"/> as you can see in the programme below (I don't have to have the grabber download it, but I can and perhaps would like to):

<programme start="20061222090000" stop="20061222091000" channel="1">
<title>NOS-Journaal</title>
<category>Nieuws/actualiteiten</category>
<subtitles type="teletekst"/>
<kenmerken>Teletekst ondertiteld</kenmerken>
</programme>

With this I get an error: "Error reading path\tvgids.xml: There is an error in XML document <44,14>. Exiting."

This shouldn't happen during the usage of the plugin itself, as it doesn't read the xmltv-file. It may occur during the execution of the xmltvicons tool, because the element "<kenmerken>" is not defined in the xmltv-dtd - which means that your xmltv-file is not conform to the standard.

-alibert
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#98
2006-12-23, 09:08 AM
First of all a correction: In my post before this, I wrote that "TVListings" had problems with <subtitles../>, that had to be "xmltvicons".

Now another issue that does have to do with tvlistings (I was working on this, therefore my mistake). If this is a programme:
<programme start="20061222064500" stop="20061222065900" channel="1">
<title>Nederland in beweging</title>
<desc>De strijd om de Nederland in Beweging Gezondheid Award bereikt zijn hoogtepunt Twee sportclubs zijn nog over. Wie wordt de winnaar van die felbegeerde Award.</desc>
<category>Sport</category>
<video>
<aspect>16:9</aspect>
</video>
<credits>
<presenter>Karl Noten</presenter>
<presenter>Olga Commandeur</presenter>
</credits>
<kenmerken>Breedbeelduitzending</kenmerken>
</programme>

Then <presenter>,<video> and <kenmerken> isn't displayed in TvListings.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#99
2006-12-23, 09:19 AM
Hi,

WKleeven Wrote:Then <presenter>,<video> and <kenmerken> isn't displayed in TvListings.

yes, tags that are not present in the gbpvr database can't be displayed by the plugin. See here for an explanation.

-alibert
WKleeven
Offline

Senior Member

Posts: 522
Threads: 40
Joined: Dec 2006
#100
2006-12-23, 09:28 AM (This post was last modified: 2006-12-24, 04:49 PM by WKleeven.)
Thanks for all the help, I think I'll manage from here.

Merry Christmas.
Server: Core2Duo 3,16GHz| Windows 7 Ultimate 64 bit | NPVR 3.2.9 | Analogue: Hauppauge PVR-150 | Digital dvb-c: Technisat CableStar HD 2 | No plugins
Clients: Laptop Windows 7 Home 64 bit via Wifi | Android tablet via Wifi | Androidbox s89-H via Lan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (29): « Previous 1 … 8 9 10 11 12 … 29 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  vidImport utility support carpeVideo 73 53,756 2012-05-27, 06:27 AM
Last Post: jksmurf
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 159,188 2012-01-20, 12:15 PM
Last Post: martint123
  Anime Library - Support Thread Ommina 167 93,649 2011-05-07, 06:41 AM
Last Post: mvallevand
  Music plugin support thread MixMan 103 40,694 2010-08-31, 09:46 PM
Last Post: povarotti
  StartGBPVR - support thread liteswap 46 24,983 2010-04-06, 04:10 AM
Last Post: keith_leitch
  BurnDVDX2 support issues. pastro 260 71,177 2010-03-05, 04:44 PM
Last Post: TomR
  Weather2 Support Thread scb147 47 15,179 2009-08-30, 07:19 AM
Last Post: Reddwarf
  ComTweak v1.0 Support Thread HydroChronic 12 5,522 2009-05-23, 10:02 AM
Last Post: gEd
  DJKXML support? mattyboy2 0 2,297 2008-10-30, 10:56 AM
Last Post: mattyboy2
  Another Dutch EPG/TV Listings XML grabber syncpuls 36 14,354 2008-10-26, 10:33 AM
Last Post: -=TJ=-Stefan

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

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

Linear Mode
Threaded Mode