Wiz Mac v0.5 released.

Advanced Discussions on Programing for & Modifying Beyonwiz Products.

Moderators: Gully, peteru

Post Reply
efry
Master
Posts: 150
Joined: Thu Aug 30, 2007 22:01
Location: Sydney
Contact:

Wiz Mac v0.5 released.

Post by efry » Mon Jun 23, 2008 23:42

Hi Guys,

I have just posted the first binary release version of Wiz Mac. Version 0.5.

You can download it from here.

http://www.beyonwizsoftware.net/software-b28/wiz-mac/

As always, I'm interested in any feedback you might have. :-)

Enjoy.

Eric

Code: Select all


WizMac Version 0.5 20080624
------------------

Copyright 2008 Eric Fry

WizMac is a small application for downloading recordings from Beyonwiz
Personal Video Recorders (PVRs) 

Supported features.

* Download queueing
* Auto resume from error
* Pause download
* Resume from partial download
* UPnP host discovery
* Custom download filenames

I'm always interested in getting feedback. Please email me any bug reports,
feature requests or comments to 

efry at users dot sourceforge dot net


Requirements
------------
This program requires an Intel or PowerPC machine running OS X version 10.4 or higher.



Acknowledgements
----------------
Thanks to Prl, Vatoe and jwever for help with testing / bug fixes.



Source Code
-----------
The WizMac source code is released under the GPL v2 License.
Details on how to obtain the source code can be found at the following URL

http://trac.openwiz.org/wizmac/



License
-------
		    GNU GENERAL PUBLIC LICENSE
		       Version 2, June 1991

twitch
Master
Posts: 182
Joined: Thu Jun 05, 2008 08:08

Post by twitch » Tue Jun 24, 2008 11:45

I've got a dumb question abou thtis. As I understand it WizFX can transfer fomr the BW to a network drive and convert to TS at the same time.

Can this utility do that?

efry
Master
Posts: 150
Joined: Thu Aug 30, 2007 22:01
Location: Sydney
Contact:

Post by efry » Tue Jun 24, 2008 12:13

twitch wrote:I've got a dumb question abou thtis. As I understand it WizFX can transfer fomr the BW to a network drive and convert to TS at the same time.

Can this utility do that?
Hi Twitch,

You should be able to save files to any location that is visible to the finder this includes networked drives, usb thunmb drives etc.

Yes the Wiz Mac automatically converts recordings into TS files while it transfers.

Regards,
Eric

em5500
Apprentice
Posts: 30
Joined: Sun Jan 27, 2008 18:29

Re: Wiz Mac v0.5 released.

Post by em5500 » Tue Jun 24, 2008 22:16

efry wrote:I have just posted the first binary release version of Wiz Mac. Version 0.5.
Hi efry.

Are these bugs or unfinished features?
- The rows in the Size column of the list view always say ".fGB".
- The transfer progress bar always says ".f/.fMB".
- The transfer ETA always says "(null)".

I'm running on PowerPC OS X v10.4.11.

efry
Master
Posts: 150
Joined: Thu Aug 30, 2007 22:01
Location: Sydney
Contact:

Re: Wiz Mac v0.5 released.

Post by efry » Wed Jun 25, 2008 09:48

em5500 wrote:
efry wrote:I have just posted the first binary release version of Wiz Mac. Version 0.5.
Hi efry.

Are these bugs or unfinished features?
- The rows in the Size column of the list view always say ".fGB".
- The transfer progress bar always says ".f/.fMB".
- The transfer ETA always says "(null)".

I'm running on PowerPC OS X v10.4.11.
Hi em5500,

Yeah those are bugs. :( It looks like it doesn't like the formatter strings that I'm using. I'll see if I can convert the numbers down to a normal float.

I'm currently using

Code: Select all

%.1Lf

to accommodate the large file sizes.

Are you running on a G5 processor?

Regards,
Eric

efry
Master
Posts: 150
Joined: Thu Aug 30, 2007 22:01
Location: Sydney
Contact:

Post by efry » Wed Jun 25, 2008 18:54

Hi em5500,

Could you try the following version.

http://nuvie.sourceforge.net/temp/WizMac-20080625.dmg

I've changed the floating point display logic which should be 10.4.x compatible.

I've also turned off G5 tuning for the PowerPC Arch.

Regards,
Eric

em5500
Apprentice
Posts: 30
Joined: Sun Jan 27, 2008 18:29

Post by em5500 » Wed Jun 25, 2008 23:23

efry wrote:Are you running on a G5 processor?
G4 actually. It's pretty slow. :oops:
efry wrote:Could you try the following version.

http://nuvie.sourceforge.net/temp/WizMac-20080625.dmg

I've changed the floating point display logic which should be 10.4.x compatible.

I've also turned off G5 tuning for the PowerPC Arch.
All three display problems are fixed!

Thanks!

Post Reply

Return to “Software Developers”