jamesorlakin
New Member
Hello,
Humax Downloader is an app that automatically synchronises recent recordings from a Humax HDR-FOX and downloads them to Android devices. I built it for personal use but then realised there's no harm in releasing it.
Requirements:
Of course! Without the work from those who built the custom firmware it wouldn't be possible, so I should open source my code too. Feel free to contribute any changes you make, though don't feel like you have to.
Where can I get it from?
Here, as it's easier than working with forum attachments.
Known bugs:
Please report any bugs to me thorugh the forum, include steps to recreate it and any error messages that appear if you can.
The legal bit:
I offer no warranty of any kind, and offer no guarantee that this application will work all of the time. Now please don't sue me, though it'll be difficult to as I'm 14.
"Help, my download won't play!":
You'll probably need to download a better video player. Personally I use MX Player, it's great at streaming too.
How do I set it up?
How do I install the code for the Humax?
I'm looking at creating a package for this, but for now run these commands over a telnet connection:
Screenshots:
Humax Downloader is an app that automatically synchronises recent recordings from a Humax HDR-FOX and downloads them to Android devices. I built it for personal use but then realised there's no harm in releasing it.
Requirements:
- A Humax HDR-FOX (with DLNA enabled)
- Python installed on the Humax (I know very little Jim/TCL)
- Some recordings
- An Android device (running 2.3 or above)
- A static IP address for your Humax on your LAN
Of course! Without the work from those who built the custom firmware it wouldn't be possible, so I should open source my code too. Feel free to contribute any changes you make, though don't feel like you have to.
Where can I get it from?
Here, as it's easier than working with forum attachments.
Known bugs:
- When a recording is in progress in a folder, the latest recordings cannot be determined until the recording is finished. - (Server side issue)
- The app won't check if enough storage is available before downloading a recording.
- Some other things I have forgotten.
Please report any bugs to me thorugh the forum, include steps to recreate it and any error messages that appear if you can.
The legal bit:
I offer no warranty of any kind, and offer no guarantee that this application will work all of the time. Now please don't sue me, though it'll be difficult to as I'm 14.
"Help, my download won't play!":
You'll probably need to download a better video player. Personally I use MX Player, it's great at streaming too.
How do I set it up?
- Make sure the code is installed on the Humax.
- Install the app onto your Android device.
- Open it.
- Tap on "Directory Management".
- In the top right, press the plus.
- Enter the name of the directory (it is case sensitive).
- Enter the maximum amount of programmes you wish to download for this directory.
- Press OK.
- Press the back button to go to the main screen.
- Enter the IP address and hour and minute you would like to sync at and press save.
How do I install the code for the Humax?
I'm looking at creating a package for this, but for now run these commands over a telnet connection:
Code:
mkdir /mod/webif/html/downloader
cd /mod/webif/html/downloader
wget http://humax.jameslakin.co.uk/server.zip
unzip server.zip
chmod 777 ./ -R
Screenshots:
Last edited: