diff --git a/CONTROL/control b/CONTROL/control index df5717c..4bb80ad 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,10 +1,10 @@ Package: webif Priority: optional Section: web -Version: 1.2.8-16 +Version: 1.2.9-0 Architecture: mipsel Maintainer: af123@hpkg.tv -Depends: tcpfix,webif-channelicons(>=1.1.20),lighttpd(>=1.4.39-1),jim(>=0.76-1),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.1-1),hmt(>=2.0.9),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7) +Depends: tcpfix,webif-channelicons(>=1.1.20),lighttpd(>=1.4.39-1),jim(>=0.76-2),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.1-1),hmt(>=2.0.9),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7) Suggests: Description: An evolving web interface for the Humax. Tags: http://hummy.tv/forum/threads/6484/ diff --git a/CONTROL/postinst b/CONTROL/postinst index e89aee5..815198f 100755 --- a/CONTROL/postinst +++ b/CONTROL/postinst @@ -29,7 +29,7 @@ fi ana=$PKG_ROOT/etc/anacrontab egrep -v 'backup/backup.jim|bin/diskattrs' $ana > $tmpf cat $tmpf - << EOM > $ana -1 8 sched_backup /mod/webif/html/backup/backup.jim +1 8 sched_backup /mod/webif/html/sched/backup/backup.jim 1 5 diskattrs /mod/webif/lib/bin/diskattrs EOM diff --git a/webif/cgi-bin/epg/info.jim b/webif/cgi-bin/epg/info.jim index e40804e..e74d769 100755 --- a/webif/cgi-bin/epg/info.jim +++ b/webif/cgi-bin/epg/info.jim @@ -25,14 +25,20 @@ if {[[settings] chanchangenc]} { $record process_sched if {[$record get sched_type] < 1} { - set tuners [system tuners] - set conflicts [rsv conflicts [$record get start] [$record get duration]] - if {$conflicts >= $tuners} { + set conflicts [rsv checkconflict \ + [$record get start] [$record get duration] \ + [system tuners]] + if {[llength $conflicts]} { puts {
-This event conflicts with items in your scheduled recording list. -
+This event conflicts with the following items in your scheduled recording list. +