From 498e9030fa16e3d1571dc9e74ccb368fa0c8aa51 Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 28 Mar 2010 18:15:31 +0200 Subject: starting optimisation --- HISTORY | 2 +- js/istreamdev.js | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/HISTORY b/HISTORY index e12afe0..acdadc9 100755 --- a/HISTORY +++ b/HISTORY @@ -11,7 +11,7 @@ xx.xx.xxxx - 0.1.0-alpha1 - Added recording from Channel info. - Encoding status message is now updated live. - Added new status "Encoding finished" for recording and videos files. It appears without "*" character before the name in Home sessions menu too. - +- Added Electronic Program Guide. 01.03.2010 - 0.3.7 diff --git a/js/istreamdev.js b/js/istreamdev.js index e084047..04d3eff 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -57,6 +57,7 @@ $.getJSON("bin/backend.php", rec_path = data.rec_path; video_path = data.video_path; audio_path = data.audio_path; + epg_maxdays = data.epg_maxdays; if (streamdev_server != "" && streamdev_server != "null") { addVdr(); gen_formchanlist(); @@ -69,6 +70,16 @@ $.getJSON("bin/backend.php", } }); +function showStatus( timeout, message ) { + if( timeout == 0 ) { + $('#status_box').html(message); + $('#status_box').show(); + setTimeout( function() { showStatus( 1, message ); }, 3000 ); + } else if( timeout == 1 ) { + $('#status_box').hide(); + } +} + function addVdr() { vdrmenu = '