diff options
Diffstat (limited to 'PLUGINS/src/sky')
-rw-r--r-- | PLUGINS/src/sky/channels.conf.sky | 2 | ||||
-rwxr-xr-x | PLUGINS/src/sky/getskyepg.pl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/PLUGINS/src/sky/channels.conf.sky b/PLUGINS/src/sky/channels.conf.sky index 52d1a87..5f0b773 100644 --- a/PLUGINS/src/sky/channels.conf.sky +++ b/PLUGINS/src/sky/channels.conf.sky @@ -17,7 +17,7 @@ # page exists, 'x' is entered. # S28.2E-2-2027-4705:106:sky_one -S28.2E-2-2027-5104:107:sky_one_mix +S28.2E-2-2027-5104:107:sky_two S28.2E-2-2044-10070:118:itv2 S28.2E-2-2023-4905:130:scifi S28.2E-2-2025-5904:127:paramount diff --git a/PLUGINS/src/sky/getskyepg.pl b/PLUGINS/src/sky/getskyepg.pl index 77768ad..26dbc0a 100755 --- a/PLUGINS/src/sky/getskyepg.pl +++ b/PLUGINS/src/sky/getskyepg.pl @@ -8,7 +8,7 @@ # # See the README file for copyright information and how to reach the author. # -# $Id: getskyepg.pl 1.3 2004/02/15 13:35:52 kls Exp $ +# $Id: getskyepg.pl 1.4 2006/01/08 10:21:32 kls Exp $ use Getopt::Std; use Time::Local; @@ -151,7 +151,7 @@ sub GetEpgData $gmt[1] = $m; # minutes $gmt[2] = $h; # hours $time = timegm(@gmt) + ($day - 1) * $SecsInDay + ($h < 12 ? $dt : 0); - # comensate for DST: + # compensate for DST: $time += $DST if (localtime($time))[8]; # create EPG data: if ($Time) { |