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) TV Listings v
« Previous 1 … 9 10 11 12 13 Next »
TV Listings 2 - Support Thread

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

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#121
2008-01-27, 05:17 PM
alibert Wrote:Hi,



I guess you pasted the string "premiere" manually into the tvlistings database, which can't be recognized by the plugin. The column "premiere" should contain 'Y' if the programme is a premiere, or nothing if it isn't.

I just double checked that XmltvExtras is doing it correctly; whenever the <premiere> element is present within a <programme>, this show is added with premiere='Y' into the tvlistings database.

-alibert

THat's what I needed to know. Thanks...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
dhbernard
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Sep 2006
#122
2008-01-27, 06:14 PM
Is it possible to use XMLTVExtras with schedules direct?
I have the following in my PostUpdateEPG.bat file.

XmltvExtras.exe C:\zap2it.xml >>XmltvExtras.log

The C:\zap2it.xml file does exist. But when I run the command I get the following in the XmltvExtras.log.

[COLOR="RoyalBlue"]Error reading C:\zap2it.xml: There is an error in XML document (2, 2).
Exiting.[/COLOR]

I thought the GBPVR's internal schedulesdirect support output an XMLTV compatable file?

What am I missing?

Thanks,
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#123
2008-01-27, 07:14 PM
dhbernard Wrote:Is it possible to use XMLTVExtras with schedules direct?
I have the following in my PostUpdateEPG.bat file.

XmltvExtras.exe C:\zap2it.xml >>XmltvExtras.log

The C:\zap2it.xml file does exist. But when I run the command I get the following in the XmltvExtras.log.

[COLOR="RoyalBlue"]Error reading C:\zap2it.xml: There is an error in XML document (2, 2).
Exiting.[/COLOR]

I thought the GBPVR's internal schedulesdirect support output an XMLTV compatable file?

What am I missing?

Thanks,

First of all, the native support for SD is not XMLTV. When you change a setting in the config.xml <SaveZap2itXML>true</SaveZap2itXML> then GB-PVR does save an XML file, but it is not in XMLTV format. So xmltvextras will not work.

You may want to get Schedules Direct data using the Generic XMLTV.exe. That way the data is downloaded straight into xmltv format. You can use xmltvextras or other Enhancers (or both) and THEN import the enhanced data into GB-PVR. (all this can happen automatically)

http://gbpvr.com/pmwiki/pmwiki.php/Utility/Xmltv
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#124
2008-01-27, 07:38 PM
alibert Wrote:Hi,

it doesn't matter - just the existance of the premiere element indicates the "premiere character" of the show.


The image that will be shown for premiere shows can be adjusted in the skin.xml file of the plugin.

-alibert

Found a bug then...

here's a record in the original xmltv file:

Code:
<programme start="20080128030000 +0000" stop="20080128040000 +0000" channel="I17609.labs.zap2it.com">
    <title>Battlestar Galactica</title>
    <sub-title>Collaborators</sub-title>
    <desc>(2006-10-27) Without Laura or Adama's knowledge, a secret jury forms aboard Galactica to pass judgment on those who collaborated with the Cylons.

(60 min)
Actors: Edward James Olmos, Mary McDonnell, Katee Sackhoff. </desc>
    <category>Science fiction</category>
    <category>Series</category>
    <category>TV-14</category>
    <category>CC</category>
    <episode-num system="dd_progid">EP00710749.0041</episode-num>
    <episode-num system="onscreen">304</episode-num>
    <audio>
      <stereo>stereo</stereo>
    </audio>
  </programme>

(no <premiere> tag present)

When imported into GB-PVR, that record becomes programm_oid 683431

I then run (after the epg update) the xmltv.xml file on the xmltvextras.exe and the extra data is filled in...

Mosty of all entries that were not tagged <premiere>NEW</premiere> are still marked Y in the extras database, including the example programme above.

Even when I blank the table, or delete the db3, to have a new one created.

But when I choose for my xmltv source to never have a premiere tag (as opposed to only when New Show) the xmltvextras.exe kkeps all Prmiere fields blank (as they should)

I suspect that in your program, the Premiere flag or variable is not being reset to null or empty or whatever, between records as you are cycling through the xmltv file...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#125
2008-01-28, 09:25 AM
Hi,
zehd Wrote:I suspect that in your program, the Premiere flag or variable is not being reset to null or empty or whatever, between records as you are cycling through the xmltv file...

yes, it was the database parameter that's being reused all the time - thanks for the report.
I've just fixed the bug and uploaded a new release of the plugin on the wiki.

-alibert
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#126
2008-01-28, 09:30 PM
alibert Wrote:Hi,


yes, it was the database parameter that's being reused all the time - thanks for the report.
I've just fixed the bug and uploaded a new release of the plugin on the wiki.

-alibert

Thanks. That did the trick
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#127
2008-01-31, 08:59 PM
Hi all. I'm trying to run this by typing it in the command line and I get this weird error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'System.Data.SQLite, Version=1.0.30.1, Culture=neutral, PublicKeyToken=db9
37bc2d44ff139' or one of its dependencies. The system cannot find the file speci
fied.
File name: 'System.Data.SQLite, Version=1.0.30.1, Culture=neutral, PublicKeyToke
n=db937bc2d44ff139'
at XmltvExtras.GbpvrDatabase..ctor(channel[] xmltvChannels)
at XmltvExtras.XmltvExtras.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Any advice?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#128
2008-02-01, 12:21 AM
gazoo Wrote:Hi all. I'm trying to run this by typing it in the command line and I get this weird error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'System.Data.SQLite, Version=1.0.30.1, Culture=neutral, PublicKeyToken=db9
37bc2d44ff139' or one of its dependencies. The system cannot find the file speci
fied.
File name: 'System.Data.SQLite, Version=1.0.30.1, Culture=neutral, PublicKeyToke
n=db937bc2d44ff139'
at XmltvExtras.GbpvrDatabase..ctor(channel[] xmltvChannels)
at XmltvExtras.XmltvExtras.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Any advice?

You're too quick for me. THat manager I'll be talking about will be working with this too.

Anyway, xmltvextras.exe is suppose to be in the gbpvr folder... I think that's why you have the error.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#129
2008-02-01, 01:01 AM
Thanks Zehd, you're the man. That's what it was. I was trying to run this because ultra (as you know) is not cooperating with me.

I put it in the main directory and now it works. however, it only found like 15 items. Oh well, better than nothing!

Thanks, and sorry to be such a pest! :o
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#130
2008-02-01, 06:47 AM
gazoo Wrote:Thanks Zehd, you're the man. That's what it was. I was trying to run this because ultra (as you know) is not cooperating with me.

I put it in the main directory and now it works. however, it only found like 15 items. Oh well, better than nothing!

Thanks, and sorry to be such a pest! :o

I think you'll like Ultra and xmltvextras working together...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (47): « Previous 1 … 11 12 13 14 15 … 47 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I modify TV Listings Skin Bobbybear 0 2,728 2019-07-18, 10:06 AM
Last Post: Bobbybear
  OTA ATSC Schedules Direct Listings ViperJPB 6 3,951 2019-02-13, 12:45 AM
Last Post: ViperJPB
  TV Listings in Kodi NextPVR Client dcol 7 4,950 2018-09-26, 03:53 PM
Last Post: dcol
  TV Listings Failing on Execution snaitaz 4 3,268 2018-09-18, 06:30 PM
Last Post: snaitaz
  TV Listings Back Color & Logos snaitaz 8 5,129 2018-09-07, 12:54 AM
Last Post: snaitaz
  Unhandled Exception setting up TV Listings. boogmeister1 16 9,686 2018-07-21, 09:20 PM
Last Post: tomhilton1
  TV Listings plugin no longer works after upgrade to 3.9.2 LeGrandZombie 14 8,404 2016-11-22, 03:46 AM
Last Post: mvallevand
  Must be Doing Something Wrong with TV Listings GWCowling323 49 23,381 2016-11-07, 04:36 PM
Last Post: mvallevand
  Where do TV Listings Files Go? GWCowling323 3 4,216 2016-10-14, 04:28 PM
Last Post: Graham
  Using TV Listings? spiinnaker 3 3,984 2016-07-12, 05:40 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode