Custom Firmware Package Notes

From hummy.tv Wiki
Revision as of 17:48, 18 October 2012 by Prpr (talk | contribs) (Spelling correction)
Jump to: navigation, search

BRIEF NOTES FOR CUSTOM FIRMWARE PACKAGES

Note Note: Some Functions of the Web Interface are 'Built-In' and do not require an additional package to be installed, These Features are covered in the Web If section of this page

Some packages require a reboot (Hard disk spin down) before they take effect


Contents

7Zip

Command line utility that can pack and un-pack zip type files

  • Supported Packing / unpacking Formats = 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
  • Supported Unpacking only = ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR and Z.


Auto-Unprotect

The Auto Unprotect package runs in the background and automatically removes the Encryption Protected flag on High Definition recordings. This is the flag which prevents the file from being decrypted in the same way a Standard Definition file. On first installation, the hard disk will be scanned for any high definition recordings and they will be unprotected. Thereafter new recordings will have the flag removed as they are completed. See reset_unprotect HERE to fix any 'missed files'

Auto Unprotect also makes a change to the DLNA index so that High Definition files can be streamed without DTCP

NOTE:- The removal of the ENC flag does not decrypt the file, However it does make decyption possible by the same means as a Standard Definition file, see flow chart HERE


Auto-Update

This package automatically keeps the installed packages up to date by checking for any new releases daily and automatically downloading and installing them, It will check once per day at the earliest power on, for most people probably the 04:30 boot


Bash

Bourne Again SHell is an enhanced Sh (Shell) Command line / scripting language See Reference Guide


Betaftpd

For HDR-Fox T2

The HDR-FOX T2 has a built-in FTP server, This default server will still be in available after the Custom Firmware is installed, However only files under ‘Media’ are visible, Betaftpd has two possible Logins, If login = humaxftp and password = 0000 is used then only ‘Media’ is visible. If login = root and password = 0000 is used then the entire file system is accessable. If the remote password has been changed from 0000 then the new password must be used

NOTE:- The Built-in FTP server must be turned off if Betaftpd is used with Menu >> Settings >> System >> Internet Settings >> FTP Server = OFF

For HD-Fox T2

Betaftpd will add an FTP server to the Humax after installation, Betaftpd has two possible Logins, If login = humaxftp and password = 0000 is used then only ‘Media’ is visible. If login = root and password = 0000 is used then the entire file system is accessable. If the remote password has been changed from 0000 then the new password must be used


BootHDR

This Function for the HD-FOX T2 only, Allows the HD-FOX T2 to run the software for the HDR-FOX T2, to allow decryption of recordings by copying to a volume, BootHDR can be installed from the Web-If packages screen (of the HD-Fox T2 only). Here is the equivalent command line (Telnet) :-

opkg install wget

opkg install boothdr --force-reinstall


Bsed

Binary-safe search/replace utility.


BusyBox

Your Humax box has a ‘Unix’ operating system, Busybox is a package that provides 158 common Unix Sh (Shell) commands that can be used in a Telnet sessions, The List below shows the available commands, There is no 'man' command that would explain what they do, but most commands can have a -? or -h extention to get some help e.g. ls -?, A command look up table can be found HERE

NOTE:- It is not a good idea to 'Play' with these commands if you don't know what you are doing

  • [
  • [[
  • ar
  • arp
  • arping
  • ash
  • awk
  • base64
  • basename
  • bunzip2
  • bzcat
  • bzip2
  • cal
  • cat
  • catv
  • chgrp
  • chmod
  • chown
  • chroot
  • cksum
  • clear
  • cmp
  • comm
  • cp
  • cpio
  • cut
  • date
  • dc
  • dd
  • df
  • diff
  • dirname
  • dos2unix
  • du
  • echo
  • ed
  • egrep
  • env
  • ether-wake
  • expr
  • false
  • fgrep
  • find
  • fold
  • free
  • ftpget
  • ftpput
  • fuser
  • grep
  • gunzip
  • gzip
  • hd
  • head
  • hexdump
  • ifconfig
  • insmod
  • install
  • iostat
  • kill
  • killall
  • killall5
  • last
  • less
  • ln
  • logname
  • ls
  • lsmod
  • lsusb
  • lzcat
  • lzma
  • md5sum
  • mkdir
  • mkfifo
  • mknod
  • mktemp
  • modinfo
  • modprobe
  • more
  • mpstat
  • mv
  • nc
  • netstat
  • nice
  • nmeter
  • nohup
  • nslookup
  • od
  • patch
  • pgrep
  • ping
  • pkill
  • pmap
  • printenv
  • printf
  • ps
  • pstree
  • pwd
  • pwdx
  • readlink
  • realpath
  • renice
  • rm
  • rmdir
  • rmmod
  • route
  • rpm
  • sed
  • sendmail
  • seq
  • sh
  • sha1sum
  • sha256sum
  • sha512sum
  • sleep
  • sort
  • split
  • stat
  • strings
  • stty
  • sum
  • sync
  • sysctl
  • tail
  • tar
  • tee
  • telnet
  • test
  • tftp
  • time
  • top
  • touch
  • tr
  • traceroute
  • true
  • tty
  • uname
  • uniq
  • unix2dos
  • unlzma
  • unxz
  • unzip
  • uptime
  • usleep
  • uudecode
  • uuencode
  • vi
  • watch
  • wc
  • wget
  • which
  • who
  • whoami
  • xargs
  • xz
  • xzcat
  • yes
  • zcat


CIFS

The Common Internet File System. The cifs package provides the Humax with the ability to remotely access files shared from PCs using Windows file sharing. This package adds the support to the running system but mounting remote filesystems must currently be performed from the command line, Example :-


mkdir /media/NAS

mkdir "/media/My Video/NAS"

mount -t cifs //server/share /media/NAS -o user=abc,password=def

mount -t cifs "//server/share /media/My Video/NAS" -o user=abc,password=def


Cron

Cron is a time-based job scheduler that will auto-run tasks for you, It is built into Busybox which is a standard utility on your Humax, so cron does not need to be installed, the tasks are held in a cron table or crontab, here is an example crontab :-

humax# cd /mod/var/spool/cron/crontabs/
humax# cat root
0 2 * * * /mod/sbin/anacron -s -d
1,31 * * * * /mod/sbin/unencrypt "/mnt/hd2/My Video/archive" > /mod/tmp/unencrypt.log 2>&1
*/10 * * * * /mod/sbin/rs_process >> /mod/tmp/rs.log 2>&1
humax#

Each line of crontab has the following structure:

<Minute> <Hour> <Day> <Month> <Day of Week> <Command line> Note :- * = All or Every

The three examples above will run

  1. at 2AM every day
  2. at 1 Minute and 31 Minutes of every Hour every day
  3. every 10 Minutes continuously

It is possible to display all cron jobs with the following command line:-

crontab -l

To add a new cron job edit file /mod/var/spool/cron/crontabs/root and add a new line

Curl Command

curl command line utility


Custom TV Portal

An extension to the Humax TV Portal thats add some more apps

Full Guide HERE


Dedup (Command Line)

The dedup package adds a command line utility which can consolidate recordings within a single folder so that duplicates are removed and the remaining episodes are renamed so that the episode name and number (if available) are displayed in the Media Browser

Note:- There is a 'built-in' version of Dedup in the Web-If that effectivly replaces the command line package, However if the dedup package is installed it is possible to perform the following Telnet commands from the folder you have navigated to:-

dedup HIDE lists the recordings there and shows what they would be renamed to

dedup -yes HIDE perform the changes as detailed below :-

  • Renames the files on disk to match the episode name
  • Changes the title shown in the media list to match the episode name
  • Identifies duplicate episodes and moves them to a sub-folder called dup/


Disable DSO

Disable automatic retuning in response to Digital-Switch-Over events


Disable OTA

This feature inhibits any Over The Air Software updates that may be transmitted by Humax


Dropbear SSH

A secure shell (ssh) server for the Humax. This package provides remote command line access over an encrypted session and is a secure alternative to using telnet to gain command line access - although it causes the box to do more work. Also allows the use of scp (secure copy) as a secure alternative to FTP.

Login with username=root, password=humax


Dvbsnoop

Utility for inspecting DVB files. Some more info. HERE


E2fs_Progs

Ext2/3/4 Filesystem Utilities. The Linux File Disk system used on the Humax. Useful for formatting a USB Flash drive in EXT2 to avoid journaling, first allow the Humax to format the drive as EXT3 then follow the procedure HERE


EPG

The command line utility used by the Electronic Program Guide in the Web-If e.g. :-

humax# epg
Humax EPG Tool v1.0.8, by af123, 2011.

Syntax: epg [options] [filters] <command>...

  Options:
    -b                     Brief output.
    -d[level]              Set debug level.
    -f<file>               Specify alternate EPG data file.
    -h                     Show help text.
    -p                     Parsable output.

  Filters: (can be specified multiple times, all must be true)
    -C<CRID>               Show only events with this CRID.
    -D<descriptor type>    Show only selected descriptor type.
    -E<event id>           Show only selected event.
    -R<SCRID>              Show only events with this Series ID.
    -S<service id>         Show only selected service.
    -T<content type>       Show only selected content types.
    -@<unix timestamp>     Show only programmes at time.
    -/<unix timestamp>     Show only programmes on day.
    -/<days>               Show only programmes on day.
    -=<start>:<end>        Show only programmes in time period.

  Commands:
    dump                   Show a parsed summary of the EPG.
    dumpraw                Show raw data from the EPG.
    sqldump                Produce SQL statements from EPG data.
    sqlitedump <file>      Create SQLite database from EPG data.
    now                    Show what is currently on.
    first                  Show the time of the earliest record.
    last                   Show the time of the latest record.
    parse                  Parse the EPG, no output.
    search <text>          Search programme names for text.
    searchall <text>       Search programme names/descriptions for text.


Epg Keywords (Web-If)

This package was a web interface plugin which allowed a list of keywords to be configured and when found an email was sent Weekly to a specified email address detailing any programmes in the EPG which matched the keywords

NOTE:- The EPG Keywords functionallity has now been moved to Remote Scheduling Auto


Initial Setup :-

  • Web-If MAIN >> SETTINGS >> Email address >> myname@talktalk.co.uk
  • Web-If MAIN >> SETTINGS >> SMTP >> smtp.talktalk.co.uk
  • Web-If MAIN >> SETTINGS >> SEND TEST EMAIL


Enable Telnet

Enable Telnet will install a telnet package onto a HDR unit. This package is only available for USB installation (It is not available via the Web-If)


Ffmpeg

FFmpeg will record, convert and stream audio and video, It includes libavcodec - the leading audio/video codec library, It also displays information about video and audio files. See Link HERE


Fix-disk

This disk partition repair script (built into Custom Firmware Ver 2.12) is for the internal disk of the HDR-Fox-T2 only, It does a filesystem check then, If it finds a Delete loop problem it asks if you want to clean up the deleting loop, the script is initiated via Telnet

fix-disk

Warning: This procedure will freeze the Humax for anything up to 2 hours. Please ensure that no recordings are currently in progress or scheduled during this time. Do you wish to continue [Y/N]?

y

The Humax will now reboot into maintenance mode After reboot please telnet in and type this command: fix-disk

Rebooting.....

fix-disk

Checking partition /dev/sda1...

Checking partition /dev/sda3...

Creating swap file...

Checking partition /dev/sda2...

Are you having problems with a delete loop [Y/N]?

y or n

Finished - type 'reboot' to return to normal operation

reboot


Fix-disk (USB)

As fix-disk is now built into Custom Firmware 2.12 and is therefore already resident on your hard drive, the USB version is no longer recommended or supported. However it is still available [HERE]


Flatten

This feature changes how recorded programs are displayed on screen in the 'Media - My Video' menu, Series of programs are normally grouped into a sub-folder, Flatten will move the contents of sub-folders to the main 'Top' folder and remove empty sub-folders, After installing flatten the Web-If will have an option under OPT+ which lets you toggle directories between flatten and no-flatten

NOTE :- All directories will default to have flatten turned on unless they are changed

Exceptions

  • Folders marked as no flatten using the OPT+ option will not be flattened
  • Folders whose names are bounded by square brackets e.g. [NOT THIS ONE] will not be flattened
  • Folders containing a file called .noflatten will not be flattened (Note:- Create this file Via Telnet)

Flexget

FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc.It can use different kinds of sources like RSS-feeds, html pages, csv files,search engines and there are even plugins for sites that do not provide any kind of useful feeds.

A Typical Cron entry for Flexget would be :-

*/1 * * * * /mod/bin/flexget -c /mod/.flexget/config.yml --cron

  • Flexget Documentation HERE


Forcedate

This utility forces the date on your Humax to 16 November 2011 12:34:56. It is require if the Humax can't get Time / Date info Over The Air. After using Forcedate it is possible to set time / date to internet time automatically on boot-up using NTP Client


Foscam

See Guide HERE


FTP

File Transfer Protocol is a method of transferring files to and from your Humax, The Humax HDR-Fox T2 has a built-in FTP for access to the media folders only. See the Betaftpd package for access to the full Humax file structure or to add an FTP server to the HD-Fox T2. To use FTP on a P.C. a program that handles FTP is required, Internet Explorer and Windows (file) Explorer will allow FTP access by entering ftp://10.0.0.200 into the address bar, Although access may be restricted to media folders only, even when using the Betaftpd package, If access to the whole file structure is required programs like Filezilla or WS_FTP_Pro can be used.

Notes :-

  • To use the Built-In Humax FTP server MENU >> Settings >> System >> Internet Settings >> FTP Server = ON
  • When using Betaftpd MENU >> Settings >> System >> Internet Settings >> FTP Server = OFF
  • 10.0.0.200 needs to be replaced with your own Humax IP address
  • login = humaxftp
  • password = 0000 (your Remote Pin default). If the remote password has been changed from 0000 then the new password must be used


Grep

Grep is built into Busybox and is used to search through a file or files looking for specified blocks of text, The output can be displayed on-screen or sent to a new file. Syntax Here

Associated utilities = Egrep, Fgrep

humax# cat original-file.txt

-H      Add 'filename:' prefix
-h      Do not add 'filename:' prefix
-n      Add 'line_no:' prefix
-l      Show only names of files that match
-L      Show only names of files that don't match
-c      Show only count of matching lines
-o      Show only the matching part of line
-q      Quiet. Return 0 if PATTERN is found, 1 otherwise
-v      Select non-matching lines
-s      Suppress open and read errors
-r      Recurse
-i      Ignore case
-w      Match whole words only
-F      PATTERN is a literal (not regexp)
-E      PATTERN is an extended regexp
-m N    Match up to N times per file
-A N    Print N lines of trailing context
-B N    Print N lines of leading context
-C N    Same as '-A N -B N'
-e PTRN Pattern to match
-f FILE Read pattern from file

humax# grep match original-file.txt
-l      Show only names of files that match
-L      Show only names of files that don't match
-c      Show only count of matching lines
-o      Show only the matching part of line
-v      Select non-matching lines
-e PTRN Pattern to match
humax#


Gnu Fdisk

GNU fdisk


HMT

This package displays information on the humax *.hmt file, A small 'sidecar' file created alogside the main *.ts video file

From a Telnet Session, Navigate to a directory containing an *.hmt file, Then enter hmt {filename}

hmt KAISER_CHIEFS_DD5_1_20110410_0147.hmt

humax# hmt KAISER_CHIEFS_DD5_1_20110410_0147.hmt
Format:HD
Title:KAISER CHIEFS DD5.1
Channel:4096 (BBC HD)
Folder:/mnt/hd2/My Video/MY-ARCHIVE/
Filename:KAISER CHIEFS DD5_1_20110410_0147
Genre:Entertainment
EPG:Performance from the Kaiser Chiefs from the Later... with Jools Holland archives.
 They play I Predict a Riot, the party and festival anthem of 2005.

Flags: HD,Unlimited Copies,
Copy count:0

Scheduled start:1302396300 (Sun Apr 10 00:45:00 2011)
Scheduled duration:300
Recording start:1302396449 (Sun Apr 10 00:47:29 2011)
Recording end:1302396706 (Sun Apr 10 00:51:46 2011)
Play resumes at: 15 seconds in.

Service ID (SID):17472
Transport Stream ID (TSID):16516
Originating Network ID (ONID):9018
Programme Map Table PID (PMTPID):100
Video PID:101
Audio PID:102
Bookmarks:0 =


Humidify

A utility for manipulating Humax Download Format (HDF) files


Id3v2

A command line ID3v1.1 tagger for MP3 files. See also See also Popol

Available commands

  -h,  --help               Display this help and exit
  -f,  --list-frames        Display all possible frames for id3v2
  -L,  --list-genres        Lists all id3v1 genres
  -v,  --version            Display version information and exit
  -l,  --list               Lists the tag(s) on the file(s)
  -R,  --list-rfc822        Lists using an rfc822-style format for output
  -d,  --delete-v2          Deletes id3v2 tags
  -s,  --delete-v1          Deletes id3v1 tags
  -D,  --delete-all         Deletes both id3v1 and id3v2 tags
  -C,  --convert            Converts id3v1 tag to id3v2
  -1,  --id3v1-only         Writes only id3v1 tag
  -2,  --id3v2-only         Writes only id3v2 tag
  -a,  --artist  "ARTIST"   Set the artist information
  -A,  --album   "ALBUM"    Set the album title information
  -t,  --song    "SONG"     Set the song title information
  -c,  --comment "DESCRIPTION":"COMMENT":"LANGUAGE"
                            Set the comment information (both
                             description and language optional)
  -g,  --genre   num        Set the genre number
  -y,  --year    num        Set the year
  -T,  --track   num/num    Set the track number/(optional) total tracks

You can set the value for any id3v2 frame by using '--' and then frame id
For example:
        id3v2 --TIT3 "Monkey!" file.mp3
would set the "Subtitle/Description" frame to "Monkey!".


Inadyn

A Dynamic DNS client with web configuration plugin (see webif settings page), The log file is blanked whenever the box set to standby and a new one created when switched from standby


In Use

Utility for checking whether a recording is in use


I-Phone Interface

An iphone optimised web interface for the Humax

Screen Shots HERE


Ir (Web-If Remote Controller)

This package adds a fully functioning Remote Controller to the Web Interface, Full Details HERE


lsof

This unix command stands for LiSt of Open Files,With no extentions it will default to 'All' open files, But it is probably more useful when used with a filter as shown in the examples :-

lsof | grep humaxtv HIDE All files opened by the main Humax TV process

lsof | cut -f 1 -d' ' | sort | uniq HIDE List all processes that have opened files

lsof | grep epg HIDE All files opened by the EPG process

humax# lsof | grep epg
epg 596 root  cwd  0000  31,0 1307722938  21474853357 /dev
epg 596 root  rtd  0000  31,0 1321652395  77309428205 /
epg 596 root  txt  0000  8,18 1322689164   4295000557 /mnt/hd2/mod/bin/epg
epg 596 root  mem   REG  8,18                 9226050 /mnt/hd2/mod/bin/epg (path inode=4295000557)
epg 596 root  mem   REG  31,0                     174 /lib/ld-uClibc-0.9.29.so (path inode=4295000557)
epg 596 root  mem   REG  8,18                 9225846 /mnt/hd2/mod/lib/libsqlite3.so.0.8.6 (path inode=4295000557)
epg 596 root  mem   REG  31,0                     169 /lib/libuClibc-0.9.29.so (path inode=4295000448)
epg 596 root  mem   REG  31,0                     216 /lib/libpthread-0.9.29.so (path inode=4295000448)
epg 596 root  mem   REG  31,0                     186 /lib/libdl-0.9.29.so (path inode=4295000448)
epg 596 root    0  0000  31,0 1307722935   4294975926 /dev/null
epg 596 root    1  0000  0,13 1322848876   4295000502 /tmp/epgd.log
epg 596 root    2  0000  0,13 1322848858   4295000502 /tmp/modinit.log


Jim

Jim is a form of the programming language TCL (Tool Command Language), That runs on the Humax unix platform


Jpnevulator

Serial Port Sniffer


Joe

Text Editor, See Text Editors


LibParted

libparted


Mediatomb

A UPnP MediaServer, This package allows the HD T2 to stream content to other devices on your network, as the HD T2 does not have this facility built-in


Mongoose

Mongoose is the Webserver that the Custom Firmware Package uses to present the Web pages you see when you log into the Web Interface, SEE EXAMPLES


Multienv

Helper utility for modifying the settop environment, Used by other packages.


Mvdisks

Mounts external drives (connected via USB) under "My Video" to allow export by the DLNA server (HDR only)


Network Shares Automount

Automatic mounting of remote nfs or smb directories, with configuration on the box, using special "settings" directorys to add and configure shares. Remote host(s) are "pinged" regularly, and shares are mounting / unmounting automatically with host availability


Folders on a computer or NAS box can be shared with other devices on the same network. On the humax box with custom firmware we can add support for two protocols - smb (used by Windows, pre-Lion OsX, linux running Samba), and nfs (Linux, OsX, common with NAS boxes). smb support is provided by the cifs package. We can "mount" the remote shared folder(s) so they appear as if they were part of the local file system on the Humax

This packages uses directory names in the "*Modsettings/smb" and/or "*Modsettings/nfs" folders to configure as many shares as you like. For example to set up a new smb share, use the opt+ button to create a new directory within the smb folder. Name it what you want the mount to be called (eg "MyPc") Wait about 10 seconds, and navigate into the new folder. The script should have created a load of template "configuration directories" for you to rename (host IP address, foldername, user, password etc). Note that the "_" symbol is used instead of "." in IP names and "/" in folder names as these can't be input (or if they can I think the box changes them to a "_")

Once configured, the script will regularly ping the host computer to see if it is available. If it is then the shared folder will be mounted and should be browsable. If the host goes offline, the folder will be unmounted, preventing the box from locking up.

Wake up On LAN (WOL) is also available to automatically power up compatible (newer) NAS boxes, The user must supply the MAC address of the NAS box and set wakeNow? to remove the '?' for a single wake or wakeConstantly? to remove the '?' to repeat every few seconds

A script called wakecmd in mod/sbin is now called up that contains both ether-wake and the WOL script

Nano

Text Editor, See Text Editors


NTFS 3g

Read/write NTFS disk access. Out of the box the Humax can read NTFS formatted drives but this package upgrades that support to full read/write access


Ntp Client

Network Time Protocol sets the Humax clock from an Internet time server on each boot. Useful if you do not have an aerial connection. Note :- This utility may also need Forcedate to be loaded, In order to get the date near the current as NTP won't change a time / Date that is too far out. More notes HERE


OPKG

Open PacKaGe Management is the tool used to handle Custom Firmware packages, Here Are some examples :-

opkgHID= list all opkg commands

opkg install http://hummypkg.org.uk/hdrfoxt2/base/auto-unprotect_1.0.6_mipsel.opk HID= Install a remote package

opkg listHID= list of available packages

opkg list-installedHID= list of installed packages

opkg remove auto-unprotectHID= uninstall a package Note: No version numbers

opkg install undelete --force-reinstall HID= Force a package reinstall

opkg whatdepends anacron HID= Show dependants


Parted

GNU Partition Editor


Popol

A command line ID3v1.1 tagger for MP3 files, If is possible to insert the following fields into an MP3 ID3 header. See also See also Id3v2


     -s, --songname           set songname
     -a, --artist             set artist
     -l, --album              set album
     -c, --comment            set comment
     -y, --year               set release year
     -t, --tracknum           set track number



Portal Foscam

See GUIDE


Portal Xtra1

See Guide HERE


Portal Xtra1 (USB)

There is a version of the Portal Xtra1 that runs in Flash memory, this package was built to run on the Humax HD-Fox T2 without an External Hard Disk Drive and is installed Via USB only. See Guide HERE


Poweron-Channel

This Utility forces the Humax to always power up on a selected TV channel regardless of the last channel viewed on power down, It is also possible to select a power on volume that overrides the power down volume


Procps

procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.Version 3 includes NPTL thread support, a rewritten top, many bug fixes, performance improvements, and new features. Link HERE


Prog Backup

Utility for backing up recordings and sidecar files to locally attached drives, A search of attatched drives will be made so that the user can choose. Both Hi-Def and Standard definition recordings will be de-crypted so they can be played on a P.C. or copied back to a different Humax. Command line examples Below :-


progbackup HIDE Backup everthing under My Video

progbackup "/mnt/hd2/My Video/BOB's Films/" HIDE Backup files in a specified folder

NOTE:- Make sure to use the quotation marks around the directory name.


Redring

Causes the Humax to display a Red LED ring when recording in standby, plus various other front panel options detailed in the table below. The new settings are configurable using the Web-If >> Settings >> Redring Settings

GENERAL SETTINGS
Humax Status Humax Default With Redring Redring Setting
Show Purple When dual Recording 11% Amber Purple On / Off
Enable Debugging Log N/A Debug On / Off


WHEN FULLY AWAKE e.g. TV Display = On
Humax Status Humax Default With Redring Redring Setting
Disable Screen Scrolling Scrolling On Scrolling Off On / Off
Enable Clock Clock Off Clock On On / Off
Show Elapsed Time During Playback N/A Elapsed Time On / Off
Show Play HH:MM Instead of Clock N/A HH:MM On / Off
Override LED Ring Brightness

Blue Brightness

Red Brightness

Fixed

100% > 50%

after 3 Mins.

Switchable Override

Variable

Variable

On / Off

0% to 100%

0% to 100%

Override Display Brightness

Brightness

Fixed

Fixed

Switchable Override

Variable

On / Off

0% to 100%


WHEN HALF AWAKE e.g. Waiting / Recording from standby or OTA Search
Humax Status Humax Default With Redring Redring Setting
Show Blue LED Ring

Brightness

Fixed

11% Amber

Switchable Blue

Variable

On / Off

10% to 100%

Show Red LED Ring (Recording)

Brightness

Fixed

11% Amber

Switchable Red

Variable

On / Off

10% to 100%


WHEN IN STANDBY e.g. Hard Disk Not Spinning
Humax Status Humax Default With Redring Redring Setting
Override LED Ring Brightness

Brightness

Fixed

11% Amber

Switchable Override

Amber Brightness

On / Off

0% to 100%

Override Display Brightness

Brightness

Fixed

11%

Switchable Override

Variable

On / Off

0% to 100%


HIDE ** = Change from Humax default


Renumber

Renumber.png

Channel re-numbering support, for each channel that you wish to change, enter a new number into the box and save changes. Next time you reboot your Humax, the channel numbers will change around. If you ever rescan the channels on your box then the next time you reboot they will be automatically changed to match your saved preference. Once installed, a new option will be shown in the Web Interface Settings screen, probably near the bottom.

Renumbering channels is useful for people who want to swap the high-definitions services with their standard-definition counterparts, e.g. swap BBC ONE for BBC ONE HD putting BBC ONE HD on channel 1, and can also be used to re-order channels (e.g. move BBC HD to channel 8) to be closer to the start of the EPG. Of course another way to achieve this is to use the standard favourites feature in the Humax software to define your own list of channels and order them to suit.


Reset Webif

Reset Webif will clear out all of the custom firmware packages and files without affecting your recordings or scheduled recordings. It is designed to be execuable by booting from a Flash USB device loaded with the Reset Webif utility and is useful when the 'Web-If >> Diagnostics >> Remove All Custom Firmware packages and settings' is not available, Wait for the light to stop flashing then remove the disk and reboot the Humax (using the remote control). If you point a web browser at the Humax then you'll be back at the initial installation interface.


Remote Scheduling (RS)

Remote Scheduling Service. Links your device to the remote scheduling portal so you can manage your scheduled recordings list from anywhere with an Internet connection and web browser

Full Guide HERE


Remote Scheduling Auto

Full Guide HERE


Rsvsync

Boot-time reservation sync service


Rsync

A fast, versatile, remote (and local) file-copying tool, example :-

rsync -avr --progress --delete --exclude 'Tsr/' mnt/hd2/ root@synology ip::NetBackup


Samba

Windows compatible file sharing. Allows access to the Humax filesystem from a computer on the same network. The file system is shared using Windows compatible sharing so can be access from Windows, MacOSX and most other operating systems. Samba operates using 'Server Message Block' (SMB), also known as Common Internet File System (CIFS) protocols


Screensaver

If you pause live TV for more than 3 Mins. you will see the current time displayed on the TV screen, This is a screensaver and is designed to prevent ‘burn-in’ on flat panel TVs. The digits are made up of a series of pictures that are stored on the Humax in this read only area :- /opt/share/images/blue/821-4, It is possible to change these pictures to remove the screensaver completely (Black) or use a different font. After a new screensaver package is loaded, it will automatically become the new screensaver, you can select from installed screensaver plugins using the Web-If >> Settings screen

When screensaver is first installed only ‘Humax default’ is present, this is the 'flip Clock' default screensaver, If Black is installed then a completely Blank screen will be displayed. All screensaver plug-ins can be installed separately from the Web-If, e.g. the first screensaver Plugin shown below is called screensaver-3X5, here is a list of plug-ins available :-


3X5

>>>

3X5.png Neon

>>>

Neon.png Avatar

>>>

Avatar.png
7Seg

>>>

7Seg.png Neon-Blue

>>>

Neon-blue.png Wedge

>>>

Wedge.png
Dot

>>>

Dot.png Agen

>>>

Agen.png Cursor

>>>

Cursor.png
VFD

>>>

VFD.png Glass-Blue

>>>

Glass-b.png Black

>>>

Black.png

screensaver-all = Install all current screensavers from the package server

screensaver-random = Randomly select from the list of installed screensavers

Telnet selection of installed screensaver Plugins as follows e.g.:-

humax# screensaver
   1: 3X5
   2: 7Seg
   3: Black
   4: Cursor
   5: Humax Default 
   6: Neon
   7: Neon-Blue
   8: VFD
Choose option [1-8]:

NOTE:- The Humax will need to be placed into stand-by before the new screensaver will be displayed


Sed

GNU Stream Editor, A stream editor is used to perform basic text transformations on an input stream, application notes HERE or HERE

Series Filer

This utility will re-locate series folders created at the top level of My Video to Selected Sub-Directories so that they can be grouped together. After a New series folder has been created by the Humax at the top level, Simply move this series folder to a Sub-directory that you have created e.g. move the Doctor Who series folder to a sub-folder called ‘His Video’. When the next instalment of Doctor Who is transmitted the Humax will create another Doctor Who folder at the top level again, However, If Series Files is running the new instalment will be moved to the ‘His Video / Doctor Who’ automatically. Program names will also be re-named (if possible) to give more detail of each episode

NOTE:-

The current version of Series Filer ver. 2.1a is not compatable with the Undelete package because the [deleted] directory is not handled correctly. Please DO-NOT run Series Filer ver. 2.1a with any version of the Undlete package


Service Control

A command line utility allowing easy control of installed services. Run the 'service' command from the command line for help.


From a Telnet command line prompt send the following :-

service

humax# service

Name                 Installed  Autostart  Running
----                 ---------  ---------  -------
mediatomb            No         No         No
dropbear             No         No         No
transmission         No         No         No
samba                No         No         No
cifs                 No         No         No
mongoose             Yes        Yes        Yes

Syntax:
        service start <service>
        service stop <service>
        service auto <service>          (toggles autostart) 


Sh (SHell)

Sh or Shell is a command line / scripting language built into Busybox that is roughly equivalent to the Windows DOS (Disk Operating System) utility. It is however a lot more powerful than DOS and is a true language

Smartmontools

This utility will report on the condition of the S.M.A.R.T. hard disk drive, After installing the package enter the following command line using Telnet :-

mod/bin/smartctl /dev/sdb -A

or

mod/bin/smartctl /dev/sdb -a HIDE for more details

Documentation HERE


humax# /mod/bin/smartctl /dev/sdb -A
smartctl 5.41 2011-06-09 r3365 [7405b0-smp-linux-2.6.18-7.1] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   114   099   006    Pre-fail  Always       -       66811863
  3 Spin_Up_Time            0x0003   097   097   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   098   098   020    Old_age   Always       -       2878
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   078   060   030    Pre-fail  Always       -       70502101
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       3294
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1439
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   097   097   000    Old_age   Always       -       3
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0
189 High_Fly_Writes         0x003a   093   093   000    Old_age   Always       -       7
190 Airflow_Temperature_Cel 0x0022   055   044   045    Old_age   Always   In_the_past 45 (0 109 45 32)
194 Temperature_Celsius     0x0022   045   056   000    Old_age   Always       -       45 (0 13 0 0)
195 Hardware_ECC_Recovered  0x001a   048   039   000    Old_age   Always       -       66811863
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0

NOTE:- If an external Hard disk Drive is found on boot up the Internal Hard disk will be /dev/sdb, If no External Hard Disk drive is found at boot up the the internal Hard disk will be /dev/sda


SQLite

SQlite is a database file handler, e.g. files that typically end in *.db can be opened, edited etc.


SSMTP

SSMTP is a program to deliver an E-mail from your Humax to a mailhost or mailhub, It will not handle incomming E-Mail


Stripts

This utility removes portions of a recording (*.TS File) that aren't required and can account for up to 20% of its space, this process will remove freeview EIT packets from the recording

stripts -F filename HI = Fix file

stripts -f filename HI = remove redundant EIT packets

stripts -v filename HI = Verbose

Sysmon

A System Monitoring Utility, the Web-If main page has a System Monitoring icon, selecting this icon displays the following options :-

  • Hard Disk Temperature

Displays a graph showing the hard disk temperature, This feature uses the Smartmontools package, options are to display last 2 hours, 1, 5, 10, 30 Days


  • CPU Utilisation

Displays a graph showing CPU Utilisation for Idle, Wait, User and System, options are to display last 2 hours, 1, 5, 10, 30 Days


Telnet

Telnet is built into the default Custom Firmware package, To communicate Via Telnet from a P.C. you will need a program such as PuTTY, Select connection type Telnet and enter the IP address of your Humax into the Host Name box, Then select OPEN, You will be presented with a new Telnet Window and if connection is successful you will see the humax# prompt.


It is also possible to use Telnet supplied in some versions Microsoft Windows e.g. Start >> Run >> CMD >> Telnet

Telnet is available in Windows XP, However Vista and Windows 7 will require Telnet to be enabled with Control Panel >> Programs and Features >> Turn Windows Features On / Off >> 'Tick' Telnet

Follow THIS LINK for more details on the various ways of obtaining a Telnet connection

Here is an example of Windows XP Telnet for ls -al

C:\> telnet

Welcome to Microsoft Telnet Client
Escape Character is 'CTRL + ]'

 open 10.0.0.200

humax# ls -al
total 17
drwxr-xr-x 18 root root  192 Jan 10 09:10 .
drwxr-xr-x 18 root root  192 Jan 10 09:10 ..
drwxr-xr-x  2 root root  474 Jan 10 09:10 bin
drwxr-xr-x  5 root root 2140 Jun 10  2011 dev
drwxr-xr-x  9 root root  378 Jan 10 09:10 etc
drwxr-xr-x  3 root root   23 Jun 10  2011 home
drwxr-xr-x  4 root root  668 Jun 10  2011 lib
drwxr-xr-x  3 root root  120 Jan  1  2000 media
drwxr-xr-x  7 root root   84 May 13  2011 mnt
lrwxrwxrwx  1 root root   11 Jan 10 09:10 mod -> mnt/hd2/mod
drwxr-xr-x  3 root root   22 Jun 10  2011 opt
dr-xr-xr-x 57 root root    0 Jan  1  2000 proc
drwxr-xr-x  2 root root    3 Jun 10  2011 root
drwxr-xr-x  2 root root  396 Jan 10 09:10 sbin
drwxr-xr-x  3 root root   23 Jun 10  2011 share
drwxr-xr-x 10 root root    0 Jan  1  2000 sys
drwxrwxrwt  2 root root  280 Apr 13 16:31 tmp
drwxr-xr-x  9 root root   87 Aug 31  2011 usr
drwxr-xr-x  4 root root   88 Jan 10 09:10 var
humax#


to exit from humax# enter Ctrl + d

Microsoft Telnet >

to exit from Telnet enter q

C:\>

To exit windows command line enter exit

NOTES

  • Telnet command lines on this WiKi are identified by a Yellow Background
  • [Putty] Telnet >> Connection >> Telnet >> return Key sends Telnet New Line instead of ^M should be 'un-Ticked'
  • [Windows] Telnet >> unset crlf


Text Editors

There is a built-in GUI Text editor in the Web-If (details HERE). In addition to this editor, There is a basic version of Vi built into the custom Busybox package (not in the Busybox version included in the vendor's firmware). There are also several packages that can be installed to suit your editing preferences e.g. Vim Basic, Vim Standard, Joe and Nano.

If you've only installed the basic custom firmware (using the upgrade path with USB), then there's sed


Transmission (Bit Torrent)

The Transmission program will download files from the internet using the a torrent protocol, Downloads using this system are usually fed from multiple sites at the same time in parallel, Because of this many URL’s may be used in the download process, These URLs are packaged together into a single *.torrent file, Transmission re-constructs fragments of the file/s from these various URLs into their original format.

Transmission needs to be supplied with the *.Torrent file, it does not have a Torrent file search facility, one possible torrent source is torrentz.eu, download your selected *.Torrent file to the P.C. you run the Web-iF from

For command line access enter :-

transmission-remote

/mod/etc/transmission/settings.json contains settings such as default = speed-limit mode, this can be changed to fast downloading etc. settings info. [HERE]


Blocklist Notes

The block list utility does not currently work as it should e.g. Settings (Bottom Left) >> preferences >> Peers should allow an IP to be entered and then 'Updated', This should read a txt, gz, zip file to opened from a remote site that holds details of URLs that transmission is not allowed to contact during the download process. This can increase security by avoiding know virus sites etc.

Because the ‘Update’ does not work it is necessary to obtain the block file (e.g. from http://www.iblocklist.com/lists.php) and place them in the /mod/etc/transmission/blocklists folder, these files must be smaller than 5Mbs, They will be processed by the Transmission program when first run and *.bin files will be created in the same folder, if the files are successfully processed an indication of the number of ‘Blocked’ URL will be displayed e.g. Block List Has 598940 Rules

  • Go into service control and start Transmission
  • Set it to auto start if you want it to come on whenever the box is on
  • Go to the Web-If main menu and click the transmission icon at the bottom left
  • Select 'Open' (the folder at the top left)
  • Select browse in the window and highlight the prviously downloaded *.torrent file
  • When highlighted select 'Open'
  • Select 'Upload'
  • If the 'Start when added' box is checked the download will start immediately
  • A new directory will be created at /media/ My Video/torrent/ containing successful downloads


trm

trm is a version of the Unix rm command (ReMove), This version removes files in blocks using Truncate (hence Truncate ReMove) rather than all at once, In order to reduce demand on system resources


TTYSnoop

TTYSnoop allows you to snoop on login tty's through another tty-device or pseudo-tty. The snoop-tty becomes a 'clone' of the original tty, redirecting both input and output from/to it.


Uinput

User-space input kernel module


Unencrypt

This function will unencrypt all files in a designated directory (or all files in My Video) automatically, Files are de-crypted at the same location e.g. 'decrypt in place' and are processed at the rate of one file every 30 Mins. max. so don't expect instant results

To setup Unencrypt install the package and then via Telnet enter one of the lines below :-

unencryptsetup "Bob's Videos" HIDE process a single directory

unencryptsetup HIDE process all files in 'My Video'

unencryptsetup disable HIDE Turn off unencrypt

This will update the cron table and schedule the program to run every 30 minutes (at Mins 01 and 31) indefinitely. Every time it runs, it will check that there isn't already another job running and then decrypt the first encrypted file that it finds in the directory you specified, therefore gradually working its way through your files, If you don't specify a directory, it will default to decrypting all of your recordings.

NOTES:-

  • Due to CPU overloading this feature only works between 1AM and 6AM the Humax must be out of standby during this time using an Auto On / Auto off timer
  • It is possible to change when Unencrypt runs by editing the cron job that controls it, Via the Web-If goto Diagnostics >> File Editor >> Open >> /mod/var/spool/cron/crontabs/ and replace 1-6 with a * to force an Unecrypt start every 30 Mins. that the Humax is out of stand-by
1,31 * * * * /mod/sbin/unencrypt "/mnt/hd2/My Video/archive" > /mod/tmp/unencrypt.log 2>&1
  • Auto-Unprotect must be running
  • Content sharing must = on e.g. Menu >> Settings >> System >> Internet Settings

See Decryption flow chart HERE


Undelete

Redirects deleted recordings to a dustbin folder called [Deleted Items] and then automatically removes them from this new folder 7 days later, The Folder Name and delay before deletion is carried out (1 to 30 days) is configurable in the Web-If Setting area. It's a batch process which runs once per day. It runs 6 minutes after the first boot of the day or, if you keep your box on all the time, at 2am. It scans the bin and removes anything that was put there over x * 24 hours ago, Where x = no. of days (strictly, anything that was last modified over x * 24 hours ago)


Vi

Text Editor, See Text Editors. A basic version of Vi is built into the custom Busybox package (it's not included in the version of Busybox in the vendor's firmware).


Vim Basic

Text Editor, See Text Editors


Vim Standard

Text Editor, See Text Editors


Virtual-Disk

One way to decrypt content which has been recorded by the Humax is to copy to an external disk, This is usually a slow process as the external disk must be connected via one of the USB ports. This package creates a virtual disk on the system to which content can be copied. It is much faster since it is based on the internal hard disk. The virtual disk is shared by the MediaTomb package by default, giving a fairly straightforward method of sharing recorded content on the network. In conjunction with the 'auto-unprotect' package, high definition content can also be shared

Note:- The copy to Virtual Disk MUST be by Remote Control OPT+ copy for decryption to take place


Web IF

Screen Shots HIDE Release Notes

An evolving web interface for the Humax. This package provides a means of accessing the Humax using a web browser on any device connected to the network (including mobile 'phones and iPads). The interface allows easy viewing of recorded programme details as well as allowing basic manipulation to be performed. Additionally the EPG can be viewed and searched from within the web browser

Within the Web-IF are the following Built-In Functions :-

Backup/Restore Schedule

Backup.png

Web-If MAIN >> Scheduled Events >> Backup / Restore Scheduled Recordings / Events

This feature provides an automatic daily backup of recording schedule, It is also possible to force an extra manual backup at any time. Any stored backups can then be selected for restoration from the /mod/var/backup/ folder

Clipboard

Used in conjunction with Copy, Cut and Paste, The clipboard is an area that files / Folders can be temporarily held in while a new destination is selected. It emulates a Windows Clipboard

Copy

See Clipboard

Crop

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Crop

See Edit on Box link HERE

Cut

See Clipboard

Enable Auto-Shrink

Web-If MAIN >> BROWSE MEDIA FILES >> Folder >> Enable Auto-Shrink

Set contents of a folder for Auto-Shrinking of TS files every 10 Mins. (See also Shrink)

Enable Auto-Dedup

Web-If MAIN >> BROWSE MEDIA FILES >> Folder >> Enable Auto-Dedup

Set contents of a folder for Auto-De-Duplication of files every 10 Mins. (See also Dedup)

Enable Auto-Decrypt

Web-If MAIN >> BROWSE MEDIA FILES >> Folder >> Enable Auto-Decrypt

Set contents of a folder for Auto-Decryption of TS files every 10 Mins. (See also Decrypt)

Delete

Remove file or folder

Decrypt

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Decrypt

This Function will move the file to an _original folder and then stream a new copy to the present location, The new copy will be Decrypted and can be played on a P.C.. NOTE both High Definition AND Standard definition need to be Decrypted

De-duplicate / Tidy this folder

Webif-media-ded.png
Webif-media-ded2.png

Web-If MAIN >> BROWSE MEDIA FILES >> De-duplicate / Tidy this folder

This Function will search a folder and re-name files with more meaningful titles, It will also seperate duplicates into a new folder

See Tidy (Re-name) Example >>

This Function will search a folder and re-name files with more meaningful titles

It will Also seperate duplicates into a new folder

See De Duplicate (to new folder) Example >>

Download

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Download

This function will download with decrytion an SD file (or Hi-Def File if the 'ENC' flag is removed) and place it into the default download folder on your P.C., The following items may inhibit it functioning correctly :-

  1. The File type *.TS must not be assosiated with a program such as a media player on your P.C., If it is, Remove the association
  2. Your brouser must allow re-direction of addresses

Extract Audio

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Extract Audio

This function will produce an MP3 file containing the stereo audio track contained in a standard Def. Video file (or radio recording), The following conditions must be met :-

  • The file must be de-crypted (Dispays a DEC against it)
  • ffmpeg package must be installed
  • Standard Def. recording only (Hi-Def 2 Ch or 6 Ch sound won't be decoded)
  • The extracted MP3 file is an MP2 Layer 7 file (also called MP2 Audio), not the more common MP2 Layer 3, transcoding to layer 3 is not carried out due to amount of CPU usage required

Extract To MPG

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Extract To MPG

This function will produce an MPG copy of the *.TS file in the same folder, the MPG version strips out control frames relating to things which were on the same Mux as the recorded program, resulting in a smaller file. The following conditions must be met :-

  • The file must be de-crypted (Dispays a DEC against it)
  • ffmpeg package must be installed
  • Standard Def. recording only

File Editor

Web-If MAIN >> Diagnostics >> File Editor >> Open >> [Navigate to deisired file]

Lock

Mark a file as locked, e.g. protected against deletion

Mark as Watched

Tag a file with a 'Watched' symbol

Multi Mode Recording

This option built into the Web-If allows the user to enable a mix of both Acurate Recording and Padding on a per program basis, See Guide Here

Paste

See Clipboard

Webif-media-detail.png

Play

This function provides an in-browser playback function for the Humax, It requires that you have the VLC plugin installed for your browser

Web-If MAIN >> BROWSE MEDIA FILES >> (Click on Single File) >> Play

Rename

Change the name of a file or folder

Reset New Flag

Web-If MAIN >> BROWSE MEDIA FILES >> Folder >> Reset New Flag

Mark a Folder as containing new material

Save Last Streamed Content

Web-If MAIN >> BROWSE MEDIA FILES >> Save Last Streamed Content

This Function will make a permanent MP4 copy of any content that has been viewed using the Humax TV portal e.g. I-Player / You Tube and place it into the 'My Video' folder. The Telnet equivalent Syntax is as follows :-

cp /mnt/hd3/Streamer_down_file "/media/My Video/theclip.mp4"

NOTE:- The Portal screen must remain open until the entire file has been downloaded (It is not performed in the background), The amount of time the download takes will vary with broadband speed

Split

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Split (45m parts)

This Function (only available on files over 4GB) will split the file into 45 Minute parts with a 2 Minute overlap, It can be used to stream large files without hitting the 4GB stream bug present on the Humax.

The New files will have segment numbering e.g. 1/3. E.T. The Extra-Terrestrial


Shrink (stripts)

Web-If MAIN >> BROWSE MEDIA FILES >> (Select Single File) >> OPT+ >> Shrink

Clicking on Shrink in the OPT+ menu lets you remove portions of a recording that aren't required and can account for up to 20% of its space, this option uses the stripts package to remove freeview EIT packets from the recording.


Web-IF Channel Icons

A set of PNG picture files used to display the T.V. channel icons in the Web-Interface, they reside in /mod/var/mongoose/html/img/channels


Webif-Charts

Chart modules for the web interface


Webif-iphone

A cut-down web interface, optimised for display on the iPhone and other mobile devices

See Screenshots HERE


wget

Retrieve files via HTTP or FTP

Note:- There is already a version of wget in Busybox which is loaded automatically, However it may be necessary to install the stand alone package as it will be a newer version


Wireless Helper

Wireless network helper - brings wireless up even when just booted to make a recording. Helps with communications to the Remote Scheduling server via USB Wi-Fi dongle


WOL

Wakeup On Lan is a feature that can be used to take out of stand-by any item on the LAN that will respond to it. The 'Magic Packet' is broadcast over the LAN e.g. it is sent to every IP address and uses the unique MAC address of the unit to identify which unit is to be woken-up. From Telnet send the following command line where 00:01:02:03:04:05 must be replaced by the MAC address of the item to be woken, e.g.

ether-wake 00:01:02:03:04:05 

To add this feature to the Humax start-up enter the following from Telnet :-

echo  /mod/bin/busybox/ether-wake 00:01:02:03:04:05 > /mod/etc/init.d/S30wol
chmod 755 /mod/etc/init.d/S30wol

NOTES:-

  • WOL is also built into Network_Shares_Automount
  • The Humax itself cannot be switched out of Standby using Wake-up On Lan, as the LAN connector is not powered during Stand-by


Xtra1 Portal

See Guide HERE


Zeroconf

mDNS Responder, Will create a humax.local name which can be seen by anything running mDNS