Hit Counter:

Humax Media Controller GUI

++++ News ++ About ++ Screenshots ++ Download ++ Installation ++ Change Log ++ Issues/To Do ++++

News

14/12/2006 *NEW!* - Lastest Snapshot! Due to the slow arrival of version 1.01 I have uploaded the lastest snapshot for you to try. It includes updates for Linux users (marginally improved downloads) and a fix so that the application will compile and run using Qt 4.2.x. The link can be found here.

10/12/2006 - OS X Binaries! I have added a link to the MAC OS X binaries of the Humax Media Controller GUI that was provided to me by Kenny Grant. This verions should work for both the Intel and Power PC versions of the Mac hardware running version 10.4 of the OS. Kenny also says this may work for the 10.3.9 version of the OS. The binaries can be downloaded here.

10/12/2006 - OS X Screenshot! I have added a screenshot of the Humax Media Controller GUI that was provided to me by Kenny Grant. The screenshot can be found here.

04/08/2006 - Windows Installer I have created a quick installer for windows to create the Start Menu folder and shortcuts as well as a desktop shortcut. The program executable and associated binaries are installed to a folder in the usual Program Files location. The installer can be downloaded here. Unfortunately it doesn't automate the libusb driver installation.

[top]

About

HumaxGui is a alternative to the Humax Media ELinker supplied with the Humax 9200t PVR. The application is based on the Humax Media Controller V1.02 source code supplied by Andy Chappell. The application allows the user to transfer images and mp3 to/from the pvr and transfer video files from the pvr. Also available are rename and delete files for both the device and host, as well as device information.

Requirements

[top]

Screenshots

On Windows XP On Mac OS X On Kubuntu 6.06 Linux On Mandriva 2006 Linux
On Windows XP On Mac OS X On Kubuntu 6.06 Linux On Mandriva 2006 Linux
Information Dialog Preferences Dialog
Information Dialog Preferences Dialog
[top]

Download

Lastest Stable Release:
DateVersionSize
04/08/20061.00Windows Installer Download3,532 KB
29/07/20061.00Windows Binaries Download3,465 KB
10/12/20061.00OS X 10.4 Intel/PPC Binaries Download6,215 KB
29/07/20061.00Source Code Download122 KB
Lastest Unstable Snapshot:
DateVersionSize
10/12/2006SnapshotSource Code Download111 KB
Previous Releases:
DateVersionSize
20/07/20061.00 Beta 2Windows Binaries Download3,462 KB
12/07/20061.00 Beta 1Windows Binaries Download3,460 KB
[top]

Installation

The application can be installed via any of the following methods:

Windows (Binary)

  1. USB Library to be installed as described here.
  2. Extract humaxGui.zip.
  3. Connect USB cable between PC and PVR.
  4. Run humaxGui.exe.

Windows (Source)

  1. Qt 4.1.0 or newer development libraries to be installed.
  2. USB Library to be installed as described here.
  3. Extract project tar -xvzf humaxGui-1.00.tar.gz (Or use a tool like WinRAR).
  4. Open 'Qt 4.1.n Command Prompt', from the Qt menu created in the start menu programs menu when Qt was installed, and navigate to the humaxGui directory.
  5. Run "qmake humaxGui.pro".
  6. Run "make".
  7. Connect USB cable between PC and PVR.
  8. Run humaxGui.exe from the release directory.

Linux/Mac OS X

  1. Qt 4.1.0 or newer development libraries to be installed.
  2. libusb development libraries to be installed.
  3. Extract project tar -xvzf humaxGui-1.00.tar.gz.
  4. Open a Shell Console and navigate to the humaxGui directory.
  5. Run "qmake humaxGui.pro".
  6. Run "make".
  7. Note: If this stage fails due to a 'Ui' error, try the command 'make compiler_uic_make_all', then re-run the 'make' command.
  8. Connect USB cable between PC and PVR.
  9. Run ./humaxGui from the current directory.

Notes for Linux Users

Notes for Mac OS X Users

[top]

Change Log

29/07/20061.00 Release.
29/07/2006Corrected use of Overwrite popup in transfers.
28/07/2006Correct overwrite dialog for upload and download.
28/07/2006Delete device folders.
28/07/2006Update device delete to work linke host (no dir delete yet).
28/07/2006Drag and keyboard selections on views now update GUI buttons.
28/07/2006Made device view headers centre justified as per host view.
27/07/2006Store the views column widths on closing and restore on opening.
27/07/2006Updated 'What's This?' Help Texts.
27/07/2006Set device view to extended selection, need to retest.
20/07/20061.00 Beta 2 Release.
18/07/2006Fixed Host View Rename and Delete.
18/07/2006Updated file size calculation in Host View.
17/07/2006Maintain column widths in Humax View.
17/07/2006Corrected file type in Humax Model.
16/07/2006Added Chase Transfer pause.
14/07/2006Corrected (un)signed integer types in controller class.
13/07/2006Updated file size calculation.
12/07/20061.00 Beta 1 Release.
[top]

Issues/To Do

DateIssueInformation
--Drag and Drop between device and Host.For next version.
--Recording icons in Model View.Has been implemented, but they don't always appear.
Update (07/08/2006): Have found a possible reason for this but i need to look further.
02/08/2006Increased Bad transfers from HMC.Further investigation needed.
02/08/2006Linux transfer problems.Further investigation needed.
Update (07/08/2006): Have made some progress and now get a useable tranfer at up to 64 (16KB) primary block size.
02/08/2006Use of tree views instead of drive combo and list box.Suggested change.
02/08/2006On the fly TS conversion.Possible upgrade.
02/08/2006Background file transfer.Suggested change.