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 … 8 9 10 11 12 Next »
New ZProcess Released: 1.0.986

Thread Closed 
 
  • 0 Vote(s) - 0 Average
New ZProcess Released: 1.0.986
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#1
2007-02-15, 03:44 AM (This post was last modified: 2007-03-03, 06:31 AM by zehd.)
926 is pretty stable, so I'll leave it on the wiki for a bit. In the meantime here's a version that has a couple of new features...

http://gbpvr.com/pmwiki/pmwiki.php/Utili...ocess#toc3

2007–02–24 : v1.0.986

Added Minimize2Tray feature
Added support to use VLC as transcoder
Added choice for re-encode technique, (ReTime.bat, ffmpeg.exe, mencoder)
fixed a bug in the transcode queue processor
Fixed a couple of bugs on the GB-PVR settings screen. Changed when it saves. Now nothing happens until you press 'save'
added support for user created transcode profile

Have fun
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
#2
2007-02-17, 04:22 AM
I have been having great success with this version. There have been a few downloads for 982.

How has it been goin'?
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]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2007-02-23, 02:50 AM
I've been using your new version (982), but it does not seem to minimize to tray, it just minimizes to the task-bar.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#4
2007-02-23, 05:13 AM
JavaWiz Wrote:I've been using your new version (982), but it does not seem to minimize to tray, it just minimizes to the task-bar.

On the utilities tab, you will need to select 'minimize to tray'
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
#5
2007-02-24, 04:57 AM
Just a quick update. No, your eyes haven't been playing tricks. Version 982 turned into 983.

I just did a quick update, swapped out the zip files and docs. Hoped no one would notice...

Big Grin
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]
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#6
2007-02-24, 08:42 PM
There's a bug in 982... maybe 983 too since the changelog doens't mention fixing this.

If you open the GB-PVR settings window the Save To Config.XML button has focus by default, and if you click the Close box, everything is saved to the config.xml without clicking it.

Also, on first open the combo boxes work fine, but if you close it and open it back up, the combo boxes all have the text "Combo1" for their options.

These two problems combined makes it worse still... clicking the close box writes the settings of "Combo1" to all the config.xml options.
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#7
2007-02-24, 10:14 PM
Another bug... the Add references button updates the config.xml to with the following as an executable path:
exe="ZProcess\Zprocess.exe"

This results in gb-pvr trying to execute essentially from here:
gbpvr\Third Party\ZProcess\ZProcess.exe

However, the ZProcess installer put the executable in two places, but neither there. I find ZProcess is in the Third Party\ffmpeg directory, but not in a sub-directory of it's own, and in a sub-directory of it's own under the gbpvr director.

So I have gbpvr\ZProcess\ZProcess.exe and gbpvr\Third Party\ffmpeg\ZProcess.exe
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2007-02-24, 11:04 PM
wtg Wrote:Another bug... the Add references button updates the config.xml to with the following as an executable path:
exe="ZProcess\Zprocess.exe"

This results in gb-pvr trying to execute essentially from here:
gbpvr\Third Party\ZProcess\ZProcess.exe

However, the ZProcess installer put the executable in two places, but neither there. I find ZProcess is in the Third Party\ffmpeg directory, but not in a sub-directory of it's own, and in a sub-directory of it's own under the gbpvr director.

So I have gbpvr\ZProcess\ZProcess.exe and gbpvr\Third Party\ffmpeg\ZProcess.exe


That's quite a big omission. I stopped using the ffmpeg folder a long time ago.

I have changed the install bat to the following...

Code:
@echo off

md "%ProgramFiles%\devnz\gbpvr\Third Party\ZProcess"

copy *.exe "%ProgramFiles%\devnz\gbpvr\Third Party\ZProcess"
copy *.jpg "%ProgramFiles%\devnz\gbpvr\Third Party\ZProcess"
copy *.bat "%ProgramFiles%\devnz\gbpvr\Third Party\ZProcess"

copy *.ocx %systemroot%\System32

%systemroot%\System32\regsvr32 /s %systemroot%\System32\tabctl32.ocx
%systemroot%\System32\regsvr32 /s %systemroot%\System32\comdlg32.ocx
%systemroot%\System32\regsvr32 /s %systemroot%\System32\MSCOMCTL.OCX
%systemroot%\System32\regsvr32 /s %systemroot%\System32\MSCOMCT2.OCX

I have updated the zip files, although have not changed the executables, so I haven't changed the version number. Thanks very much for pointing this out...
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
#9
2007-02-24, 11:10 PM
wtg Wrote:There's a bug in 982... maybe 983 too since the changelog doens't mention fixing this.

If you open the GB-PVR settings window the Save To Config.XML button has focus by default, and if you click the Close box, everything is saved to the config.xml without clicking it.

Also, on first open the combo boxes work fine, but if you close it and open it back up, the combo boxes all have the text "Combo1" for their options.

These two problems combined makes it worse still... clicking the close box writes the settings of "Combo1" to all the config.xml options.

A little secret... the save button doesn't do anything. I have the save feature built into every control's 'lost focus' command. The 'save' button just makes sure that the user loses focus on the control they changed...

I will look at the combo1 thing...
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]
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#10
2007-02-24, 11:26 PM
zehd Wrote:A little secret... the save button doesn't do anything. I have the save feature built into every control's 'lost focus' command. The 'save' button just makes sure that the user loses focus on the control they changed...

Hmm, maybe it shouldn't be there then, as it gives the impression that a save doesn't take place until you click it.

Personally I wish the controls didn't save automatically because I'd like to be able to cancel out if I decide I don't like my changes.
« 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
  problems installing zprocess on windows 7 64 bit bertros 3 6,478 2010-04-16, 05:17 PM
Last Post: bertros
  zProcess and Windows Home Server grits 3 6,818 2010-03-07, 06:06 AM
Last Post: zehd
  zProcess ffmpeg "Incorrect frame size" meccano 3 6,012 2010-02-01, 02:46 PM
Last Post: zehd
  zprocess in postprocessing.bat alevideotestservice 2 2,998 2009-12-22, 07:01 PM
Last Post: alevideotestservice
  zprocess... to work or not to work... medic29 26 10,117 2009-11-04, 05:54 PM
Last Post: zehd
  Zprocess & MVP: Can I watch DVD´s yet? Knobby 5 3,206 2009-11-02, 07:10 PM
Last Post: zehd
  Zprocess postprocessing ? Dufcoum 13 6,263 2009-08-19, 10:15 PM
Last Post: Dufcoum
  ZPROCESS: Audio sloooooow on MVP goobie 5 3,259 2009-08-18, 01:34 PM
Last Post: zehd
  MVP+Zprocess: Avi plays with audio only, no video goobie 3 2,981 2009-07-10, 08:01 PM
Last Post: zehd
  Can you clarify functionality of ZProcess please Elmo Putney 4 3,542 2009-03-23, 09:37 PM
Last Post: Elmo Putney

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

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

Linear Mode
Threaded Mode