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 … 3 4 5 6 7 … 12 Next »
UltraXMLTV: Display messing up during update

 
  • 0 Vote(s) - 0 Average
UltraXMLTV: Display messing up during update
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#1
2008-10-29, 04:01 PM
Hi Zhed,

I started using UltraXML last night and I've noticed a small thing . . .

When I run the update from withing GBPVR via the System menu it does update, but it seems when it calls the enhancer that my screen display messes up. I either get the bottom task bar showing up till it's done with the enhancer or the left half of my display goes black and white but it clears up when the enhancer is done. I dunno if it affects a recording as I haven't tried that yet.

I currently call it all in a updateepg.bat file just to keep things tidier with only one bat file. I did try calling the xml grabber in an updateepg.bat and the enhancer in an postupdateepg.bat file though and it still did it.

I'm sure it's the enhancer doing it as one of the tabs that shows up on the task bar shows how far along it is and when it's done it disappears. I've also rem'd out the enhancer calls and then there is no screen flashing but of course I only get standard listings.

I've tried switching from vmr9 full screen exclusive to just vmr9 but it didn't change the behavior.

Not a big deal as it updates at 3 am so no one is usually watching it then, but it is curious and I just wondered if there was a fix for it.

Thanks!

Steve
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-10-29, 05:43 PM
SLR_65 Wrote:Hi Zhed,

I started using UltraXML last night and I've noticed a small thing . . .

When I run the update from withing GBPVR via the System menu it does update, but it seems when it calls the enhancer that my screen display messes up. I either get the bottom task bar showing up till it's done with the enhancer or the left half of my display goes black and white but it clears up when the enhancer is done. I dunno if it affects a recording as I haven't tried that yet.

I currently call it all in a updateepg.bat file just to keep things tidier with only one bat file. I did try calling the xml grabber in an updateepg.bat and the enhancer in an postupdateepg.bat file though and it still did it.

I'm sure it's the enhancer doing it as one of the tabs that shows up on the task bar shows how far along it is and when it's done it disappears. I've also rem'd out the enhancer calls and then there is no screen flashing but of course I only get standard listings.

I've tried switching from vmr9 full screen exclusive to just vmr9 but it didn't change the behavior.

Not a big deal as it updates at 3 am so no one is usually watching it then, but it is curious and I just wondered if there was a fix for it.

Thanks!

Steve

I'm not completely sure what you are describing. Do you not have your GUI displaying in full screen or windowed mode (when vmr9 FSE it's full screen also) ??

It sounds like the GUI and Enhancer are fighting for foreground. But the enhancer does not require to be in the foreground and so doesn't check or force itself.. Do you have something else that is forcing the GUI to foreground?

Can I see your updateEPG.bat and your configf.xml ?
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]
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#3
2008-10-29, 06:26 PM
Hi Zhed,

Yes, fighting for the foreground I think is a good guess at what's going on.

My GUI is displaying in VMR9 Full Screen Exclusive. If I change to VMR9 Custom and uncheck the windowed mode (to make it full screen) it does the same thing.

Here is my updateEPG.bat:

==========
@echo off

Rem Get EPG data from Schedules Direct
cd c:\EPG\XMLTV_Grabber
xmltv.exe tv_grab_na_dd --days 4 --output c:\EPG\EPG.xml

Rem Call the enhancer
cd c:\EPG\UltraXMLTV_Enhancer
c:\epg\UltraXMLTV_Enhancer\UltraXMLTV_Enhancer.exe c:\epg\epg.xml
==========

I don't see an configf.xml - even had Windows do a search and it didn't find it.

Thanks!

Steve
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#4
2008-10-29, 08:06 PM
SLR_65 Wrote:I don't see an configf.xml - even had Windows do a search and it didn't find it.

Too many effs.
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#5
2008-10-29, 08:19 PM
OK, so you need the config.xml? (not configf.xml)

Here 'tis:
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#6
2008-10-29, 09:41 PM
SLR_65 Wrote:OK, so you need the config.xml? (not configf.xml)

Here 'tis:

Jeez. I wonder what you guys would be like if I was drunkk?
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]
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#7
2008-10-29, 09:44 PM
zehd Wrote:Jeez. I wonder what you guys would be like if I was drunkk?

Personally I'd be Jealous! <cheers!> Big Grin
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2008-10-29, 09:48 PM
What other programs are running? Example: MVPServerChecker can also help keep the gui in the foreground, but fights with FSE for some reason...

Maybe you have something else...

The way it should work, and does on mine is: GUI in FSE (foreground). GB-PVR calls the UpdateEPG.bat, (similar to yours) and then the Gui flickers a frame or two (really really fast) as the enhancer is called. FSE takes the foreground and it's done... no more flickering. And yeah, when it happens, it's in the middle of the night so noone notices.

I will try changing the form load code so there isn't an explicit form.show event (just a load). That way, it shouldn't even flicker once...

BUT then , I'm guessing you are having much more flickering than I described, so that makes me think of the first point...
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]
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#9
2008-10-29, 10:22 PM
I'm not running anything else. The HTPC doesn't really have anything other than the operating system and GBPVR stuff loaded on it.

In my tray I have the recording service, volume control, a safely remove hardware icon that's due to the SATA driver on my machine, and that's it.

When the flicker happens is when the display screws up. Usually I can see a tab for the enhancer and it shows how many entries it's processed and when it's done it blinks again and then the screen is retored back.

Not a big deal, just curious.

I'm really liking the new show indicator. I noticed though it becomes part of the show name so it breaks the season records I have set. Not a big deal though, easily fixed and actually better as now I can setup to just record new episodes or to just record reruns which is handier than you might think!

Where's that cheers icon with the smilie holding a beer????

TTYL,

Steve
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#10
2008-10-29, 11:50 PM
SLR_65 Wrote:I'm not running anything else. The HTPC doesn't really have anything other than the operating system and GBPVR stuff loaded on it.

In my tray I have the recording service, volume control, a safely remove hardware icon that's due to the SATA driver on my machine, and that's it.

When the flicker happens is when the display screws up. Usually I can see a tab for the enhancer and it shows how many entries it's processed and when it's done it blinks again and then the screen is retored back.

Not a big deal, just curious.

I'm really liking the new show indicator. I noticed though it becomes part of the show name so it breaks the season records I have set. Not a big deal though, easily fixed and actually better as now I can setup to just record new episodes or to just record reruns which is handier than you might think!

Where's that cheers icon with the smilie holding a beer????

TTYL,

Steve

OK then. It's messy, but if it works...

I wonder if anyone else is seeing this.....
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 (2): 1 2 Next »


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