diff --git a/CONTROL/control b/CONTROL/control index c5ea4e1..d56d619 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,9 +1,9 @@ Package: webif Priority: optional Section: web -Version: 0.9.11-1 +Version: 0.9.11-2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk -Depends: webif-channelicons(>=1.0.1),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.0.1) +Depends: webif-channelicons(>=1.0.1),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.0.2) Suggests: ffmpeg,webif-iphone Description: An evolving web interface for the Humax. diff --git a/var/mongoose/cgi-bin/browse/assets.jim b/var/mongoose/cgi-bin/browse/assets.jim index 117974e..9e7eb95 100755 --- a/var/mongoose/cgi-bin/browse/assets.jim +++ b/var/mongoose/cgi-bin/browse/assets.jim @@ -15,9 +15,9 @@ puts { } if {$model eq "HDR"} { puts {
  • Decrypt
  • } - puts {
  • Strip
  • } + puts {
  • Squeeze
  • } } else { - puts {
  • Strip
  • } + puts {
  • Squeeze
  • } } if {[system pkginst ffmpeg]} { puts { diff --git a/var/mongoose/cgi-bin/browse/strip/strip.jim b/var/mongoose/cgi-bin/browse/strip/strip.jim index 30ba123..8f262fe 100755 --- a/var/mongoose/cgi-bin/browse/strip/strip.jim +++ b/var/mongoose/cgi-bin/browse/strip/strip.jim @@ -25,10 +25,10 @@ puts "
    -Strip unecessary frames from recording +Make recordings smaller by removing unecessary frames -

    This process will remove freeview EIT packets from the recording.
    -These packets are not required but typically increase the size of the +

    This process will remove freeview EPG data from the recording.
    +These data are not required and can increase the size of the recording file by as much as 20%.
    Your original recording files will be retained in a folder called _original.
    @@ -38,7 +38,7 @@ Your original recording files will be retained in a folder called _original. Length:[clock format $len -format %T] Size:[pretty_size [$ts size]] ([$ts get definition]) Time: -Stripping will take around [clock format $esttime -format "%T"] +Squeezing will take around [clock format $esttime -format "%T"] Estimated Saving: Analysing file, please wait... @@ -51,11 +51,11 @@ Your original recording files will be retained in a folder called _original. >

    diff --git a/var/mongoose/html/css/jquery.contextMenu.css b/var/mongoose/html/css/jquery.contextMenu.css index 71be894..1b5abc3 100644 --- a/var/mongoose/html/css/jquery.contextMenu.css +++ b/var/mongoose/html/css/jquery.contextMenu.css @@ -64,5 +64,6 @@ .contextMenu LI.delete A { background-image: url(/img/context/delete.png); } .contextMenu LI.cut A { background-image: url(/img/context/cut.png); } .contextMenu LI.quit A { background-image: url(/img/context/door.png); } +.contextMenu LI.compress A { background-image: url(/img/context/compress.png); } diff --git a/var/mongoose/html/img/context/compress.png b/var/mongoose/html/img/context/compress.png new file mode 100644 index 0000000..183511d Binary files /dev/null and b/var/mongoose/html/img/context/compress.png differ