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) ZTools and UltraXMLTV v
« Previous 1 2 3 4 5 … 12 Next »
UltraXMLTV Enhancer Version 2 - rc1

Thread Closed 
 
  • 0 Vote(s) - 0 Average
UltraXMLTV Enhancer Version 2 - rc1
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#111
2009-04-20, 01:18 PM
zehd Wrote:Release: Enhancer: 2.0.3396.15395
I'm not sure what is going on but I just downloaded the latest version and get the following message when I launch Ultra. I get this message twice. Also the icon in the taskbar has just a 5 in it (while I have these message boxes appearing).

After the 2 message boxes, then Ultra launches and the icon is displayed properly in the taskbar.
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#112
2009-04-20, 09:32 PM
I'm not sure but the date problem may be back...
XML before enhancing...
Code:
<programme start="20090422210000 -0400" stop="20090422220200 -0400" channel="I211.28457622.microsoft.com">
        <title lang="en">Bones</title>
        <sub-title lang="en">The Girl in the Mask</sub-title>
        <desc lang="en">A friend of Booth's, Ken Nakamura, asks for help when his sister goes missing in Washington.</desc>
        <credits>
            <actor>Emily Deschanel</actor>
            <actor>David Boreanaz</actor>
            <actor>T.J. Thyne</actor>
            <actor>Michaela Conlin</actor>
            <actor>Tamara Taylor</actor>
            <actor>John Francis Daley</actor>
            <guest>Brian Tee</guest>
            <guest>Ally Maki</guest>
            <guest>Robert Wu</guest>
            <guest>Bumper Robinson</guest>
            <guest>Yuji Okumoto</guest>
            <guest>Jina Song</guest>
            <guest>Larry Clarke</guest>
            <guest>Katherine Kamhi</guest>
            <guest>Jane Park Smith</guest>
        </credits>
        <date>20090423</date>
        <category lang="en">Drama</category>
        <category lang="en">Episodic</category>
        <category lang="en">Series</category>
        <episode-num system="onscreen">417</episode-num>
        <episode-num system="dd_progid">EP00754201.0088</episode-num>
        <audio>
            <stereo>stereo</stereo>
        </audio>
        <new />
        <subtitles type="teletext" />
        <rating system="VCHIP">
            <value>TV-PG</value>
        </rating>
    </programme>
XML after enhancing...
Code:
<programme start="20090423010000 +0000" stop="20090423020200 +0000" channel="211.CIII.13">
    <title lang="en">Bones *</title>
    <sub-title lang="en">S04E23-The Girl in the Mask</sub-title>
    <desc lang="en">(Thu, Apr 23, 2009) A friend of Booth's, Ken Nakamura, asks for help when his sister goes missing in Washington.
Status: Continuing

   ¤  Actors: Emily Deschanel, David Boreanaz, T.J. Thyne
   ¤  Guests: Brian Tee, Ally Maki
</desc>
    <date>20090423</date>
    <category lang="en">Drama</category>
    <category lang="en">Stereo</category>
    <category lang="en">TV-PG</category>
    <episode-num system="onscreen">417</episode-num>
    <episode-num system="dd_progid">EP00754201.0088</episode-num>
    <audio>
      <stereo>stereo</stereo>
    </audio>
    <premiere>New</premiere>
  </programme>

This program show up in the TV Guide just fine. It's listed on Apr. 22 at 9:00 PM. But the date shown in the description is Apr. 23.

Should the date in the description not be Apr. 22?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#113
2009-04-21, 03:22 AM
TomR Wrote:I'm not sure what is going on but I just downloaded the latest version and get the following message when I launch Ultra. I get this message twice. Also the icon in the taskbar has just a 5 in it (while I have these message boxes appearing).

After the 2 message boxes, then Ultra launches and the icon is displayed properly in the taskbar.

I have no idea. Never seen it before. I think the reason there's a 5 in the task bar is the form hasn't loaded yet and all there is is a error message.

The only data source I can think of is connecting to the GB-PVR sqlite3 database, it's having and error. Mayeb something like something else is locking the database.

I don't know what to say. Gold rule, when in doubt, reboot.

It's very hard to even guess, because I don't know if you're at home or at work (with or without GB-PVR) what other plugins utilities are you playing with experimenting, were you in the middle of a record, rename, what?
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
#114
2009-04-21, 03:24 AM
TomR Wrote:I'm not sure but the date problem may be back...
XML before enhancing...
Code:
<programme start="20090422210000 -0400" stop="20090422220200 -0400" channel="I211.28457622.microsoft.com">
        <title lang="en">Bones</title>
        <sub-title lang="en">The Girl in the Mask</sub-title>
        <desc lang="en">A friend of Booth's, Ken Nakamura, asks for help when his sister goes missing in Washington.</desc>
        <credits>
            <actor>Emily Deschanel</actor>
            <actor>David Boreanaz</actor>
            <actor>T.J. Thyne</actor>
            <actor>Michaela Conlin</actor>
            <actor>Tamara Taylor</actor>
            <actor>John Francis Daley</actor>
            <guest>Brian Tee</guest>
            <guest>Ally Maki</guest>
            <guest>Robert Wu</guest>
            <guest>Bumper Robinson</guest>
            <guest>Yuji Okumoto</guest>
            <guest>Jina Song</guest>
            <guest>Larry Clarke</guest>
            <guest>Katherine Kamhi</guest>
            <guest>Jane Park Smith</guest>
        </credits>
        <date>20090423</date>
        <category lang="en">Drama</category>
        <category lang="en">Episodic</category>
        <category lang="en">Series</category>
        <episode-num system="onscreen">417</episode-num>
        <episode-num system="dd_progid">EP00754201.0088</episode-num>
        <audio>
            <stereo>stereo</stereo>
        </audio>
        <new />
        <subtitles type="teletext" />
        <rating system="VCHIP">
            <value>TV-PG</value>
        </rating>
    </programme>
XML after enhancing...
Code:
<programme start="20090423010000 +0000" stop="20090423020200 +0000" channel="211.CIII.13">
    <title lang="en">Bones *</title>
    <sub-title lang="en">S04E23-The Girl in the Mask</sub-title>
    <desc lang="en">(Thu, Apr 23, 2009) A friend of Booth's, Ken Nakamura, asks for help when his sister goes missing in Washington.
Status: Continuing

   ¤  Actors: Emily Deschanel, David Boreanaz, T.J. Thyne
   ¤  Guests: Brian Tee, Ally Maki
</desc>
    <date>20090423</date>
    <category lang="en">Drama</category>
    <category lang="en">Stereo</category>
    <category lang="en">TV-PG</category>
    <episode-num system="onscreen">417</episode-num>
    <episode-num system="dd_progid">EP00754201.0088</episode-num>
    <audio>
      <stereo>stereo</stereo>
    </audio>
    <premiere>New</premiere>
  </programme>

This program show up in the TV Guide just fine. It's listed on Apr. 22 at 9:00 PM. But the date shown in the description is Apr. 23.

Should the date in the description not be Apr. 22?

No. Look closer at the before enhance XML. THis is what I talked about, where in Canada, we might see a show a day or so earlier than the official date. I see that all the time. date problem is related to a Time and Date in the previously shown tag, and dealing with the time, timezones, and offsets make a different.

With a Date tag, there's only a date, and I display what is given...
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]
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#115
2009-04-21, 11:01 AM
zehd Wrote:No. Look closer at the before enhance XML. THis is what I talked about, where in Canada, we might see a show a day or so earlier than the official date. I see that all the time. date problem is related to a Time and Date in the previously shown tag, and dealing with the time, timezones, and offsets make a different.

With a Date tag, there's only a date, and I display what is given...

What about using the date that is used for the TV Guide. e.g. Use the lessor of the date tag and the program start date. This way it would be the same date as it is displayed in the guide. Since it seems that the start date of a program is always correct, there should be some way to ensure the previously shown date is correct.
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#116
2009-04-21, 11:08 AM
zehd Wrote:I have no idea. Never seen it before. I think the reason there's a 5 in the task bar is the form hasn't loaded yet and all there is is a error message.

The only data source I can think of is connecting to the GB-PVR sqlite3 database, it's having and error. Mayeb something like something else is locking the database.

I don't know what to say. Gold rule, when in doubt, reboot.

It's very hard to even guess, because I don't know if you're at home or at work (with or without GB-PVR) what other plugins utilities are you playing with experimenting, were you in the middle of a record, rename, what?

The error comes up just after launching Ultra before the form is displayed. This happens at work with no GB-PVR installed and therefore there are no plugins/utilities installed.

Could there have been code recently added to connect to the DB at the launch of the application?

I tried this at home last night and there doesn't seem to be a problem. So I'm guessing that there is new code connecting to the DB prior to checking for the existance of the DB.
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#117
2009-04-21, 11:29 AM
zehd Wrote:I haven't been using your upload file, because there's just too much garbage being added and it's bloating the _seriesID.txt...

I'm confused. (ya, this is normal some days Big Grin )

If a TV provider is providing programs and they are included in the XML, how is this bloating the _seriesID.txt file. Would it not be actual shows that are being added? How is an actual show being added considered bloat. Just because the majority of people ( myself included) do not watch all shows on all of the channels provided by the TV provider, I don't think that should mean that they do not get added. I would think that everyone would benefit from all shows being included in the _seriesID.txt file.

Thoughts?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#118
2009-04-21, 12:44 PM
TomR Wrote:The error comes up just after launching Ultra before the form is displayed. This happens at work with no GB-PVR installed and therefore there are no plugins/utilities installed.

Could there have been code recently added to connect to the DB at the launch of the application?

I tried this at home last night and there doesn't seem to be a problem. So I'm guessing that there is new code connecting to the DB prior to checking for the existance of the DB.

There is no new code...
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]
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#119
2009-04-21, 12:51 PM
zehd Wrote:There is no new code...
Strange. It use to work fine at work (the usual place I run Ultra). And now this problem.

What gets done before the form is loaded/shown?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#120
2009-04-21, 12:53 PM
TomR Wrote:I'm confused. (ya, this is normal some days Big Grin )

If a TV provider is providing programs and they are included in the XML, how is this bloating the _seriesID.txt file. Would it not be actual shows that are being added? How is an actual show being added considered bloat. Just because the majority of people ( myself included) do not watch all shows on all of the channels provided by the TV provider, I don't think that should mean that they do not get added. I would think that everyone would benefit from all shows being included in the _seriesID.txt file.

Thoughts?

With 600 channels and 100000 programme records, you will have many more shows (local programming - cable shows) that are one offs; than most of us have. You have hundreds of Galaxie channels, with programmes too.

For you it's actually no biggie. Ultra is designed to hold onto what YOU need. Sharing is just one of those altruistic things that is not actually Necessary to day to day operation.

I'd much rather focus on other things right now.
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: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  UltraXMLTV Enhancer 2.2 stopped working dshoup 4 6,420 2017-09-09, 08:54 PM
Last Post: dshoup
  UltraXMLTV NEWS! zehd 19 17,469 2013-09-07, 03:02 AM
Last Post: zehd
  ZTools and UltraXMLTV is done. RIP zehd 0 5,077 2013-09-07, 02:56 AM
Last Post: zehd
  UltraXMLTV Enhancer 2 - Public Release zehd 9 9,667 2013-01-18, 01:21 PM
Last Post: Graham
  Beta: UltraXMLTV Post-Process Renamer zehd 25 22,498 2011-11-14, 06:18 AM
Last Post: Ski098
  UltraXMLTV does not complete from UpdateEPG.bat agerdin 0 4,896 2011-11-01, 07:19 PM
Last Post: agerdin
  UltraXMLTV 2.1 - Movie ratings not being added description BrettB 11 10,968 2011-10-13, 12:34 AM
Last Post: OTAjunkie
  UltraXMLTV 2.1 - Episode numbers TomR 4 7,291 2011-02-06, 12:48 AM
Last Post: zehd
  Updated UltraXMLTV - now won't work jfm 3 6,270 2011-01-03, 05:09 AM
Last Post: zehd
  UltraXMLTV - New Beta zehd 46 31,350 2010-11-17, 09:08 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