From caeabd15d08f68ebf7c7d38f6a3faee582e1edc3 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Mon, 9 Jan 2017 19:23:13 +0000 Subject: [PATCH] 1.3.5-2 git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3507 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 4 ++-- webif/html/browse/index.jim | 7 +++++-- webif/html/browse/queue.jim | 11 ++++++++++- webif/html/diag/queue/fetch.jim | 13 +++++++++++-- webif/html/diag/queue/index.jim | 2 ++ webif/html/diag/queue/script.js | 5 +++++ webif/lib/auto/deq | 2 +- webif/lib/auto/plugin/decrypt/auto.hook | 9 +++++---- webif/lib/auto/plugin/decrypt/queue.hook | 20 ++++++++++++-------- webif/lib/auto/plugin/mp3/auto.hook | 5 +++++ webif/lib/auto/plugin/mp3/queue.hook | 8 ++++++-- webif/lib/auto/plugin/mpg/auto.hook | 5 +++++ webif/lib/auto/plugin/shrink/auto.hook | 5 +++++ webif/lib/queue.class | 2 +- webif/lib/ts.class | 8 ++++++++ 15 files changed, 83 insertions(+), 23 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 80575e4..186f045 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,10 +1,10 @@ Package: webif Priority: optional Section: web -Version: 1.3.5-1 +Version: 1.3.5-2 Architecture: mipsel Maintainer: af123@hpkg.tv -Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.77),jim-oo(>=0.77),jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.5),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.9),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.21),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95),sqlite3(>=3.15.1) +Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.77),jim-oo(>=0.77),jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.5),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.9),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.21-1),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95),sqlite3(>=3.15.1) Suggests: Description: An evolving web interface for the Humax. Tags: http://hummy.tv/forum/threads/7619/ diff --git a/webif/html/browse/index.jim b/webif/html/browse/index.jim index 6b1a712..4bf8704 100755 --- a/webif/html/browse/index.jim +++ b/webif/html/browse/index.jim @@ -409,7 +409,8 @@ if {$nicesplice} { # Queue set queueactions(decrypt) "Decryption" set queueactions(shrink) "Shrink" -set queueactions(mp3) "Audio-Extraction" +set queueactions(mp2) "Audio-Extraction (mp2, fast)" +set queueactions(mp3) "Audio-Extraction (mp3, slow)" set queueactions(mpg) "Conversion to MPG" eval_plugins queueactions @@ -419,7 +420,9 @@ Queue for