• TV
  • MOVIES
  • MUSIC
  • SHOWBIZ
  • SOAPS
  • GAMING
  • TECH
  • FORUMS
  • Follow
    • Follow
    • facebook
    • twitter
    • google+
    • instagram
    • youtube
Hearst Corporation
  • TV
  • MOVIES
  • MUSIC
  • SHOWBIZ
  • SOAPS
  • GAMING
  • TECH
  • FORUMS
Forums
  • Register
  • Login
  • Forums
  • Entertainment Services
  • Satellite
  • Freesat+ Recorders
No overnight Icon update
stanandjan
08-09-2011
Lots of programmes still awaiting their pretty pictures even though the set was on standby overnight..
Anyone else..if so any periodicity relative to the previous times that it happened and the firmware update?

Stan
REPASSAC
08-09-2011
Originally Posted by stanandjan:
“Lots of programmes still awaiting their pretty pictures even though the set was on standby overnight..
Anyone else..if so any periodicity relative to the previous times that it happened and the firmware update?

Stan”

Mine are there from last night with a timestamp of 03:01 GMT.
stanandjan
08-09-2011
Very interesting ..That would be 4.00AM BST.. i had never read the detail that the updating was relative to Greenwich i assumed as possibly other do that it was 0300 local civil time.
Always possible that we had a mini power cut I suppose..
How does one read the Time stamp please?

Stan
REPASSAC
08-09-2011
Originally Posted by stanandjan:
“Very interesting ..That would be 4.00AM BST.. i had never read the detail that the updating was relative to Greenwich i assumed as possibly other do that it was 0300 local civil time.
Always possible that we had a mini power cut I suppose..
How does one read the Time stamp please?

Stan”

I slighty mislead you - I am in a CET time zone so I see it as 04:01 and incorrectly adjusted. The GMT timestamp would be 02:01 (03:01 BST).
Unless you have raydons addon's for ftp or telnet you can only see what the HDR shows you (UK LOCAL). You will see however that after summertime ends the previous summertime housekeeping timestamp is then.1 hoiur different.

I use the following logic to indentify the boot for the Housekeeping run which occurs at exacly 03:00 UK Local.

Code:
# Assume if it's 03:00 (02:00 GMT when BST active) that this may be the housekeeping run
if [ `/opt/bin/date "+%H"` -eq "02" ] || [ `/opt/bin/date "+%H"` -eq "03" ]
then
	if [ `/opt/bin/date "+%M"` -eq "00" ]
	then
		# Work out start dates for summmer and winter time
		YEAR=`/opt/bin/date "+%Y"`  DAY=`/opt/bin/date "+%d"` HOUR="0000" TDAY=31 MTH1="03" MTH2="10" DATE=`date "+%Y%m%d"`

		while [ $TDAY -gt 24 ]
		do
			if [  `/opt/bin/date "+%w" -d $YEAR$MTH1$TDAY$HOUR` -eq 0 ]; then
				SS=$YEAR$MTH1$TDAY
			fi
			if [  `/opt/bin/date "+%w" -d $YEAR$MTH2$TDAY$HOUR` -eq 0 ]; then
				WS=$YEAR$MTH2$TDAY
			fi
			TDAY=`/opt/bin/expr $TDAY - 1`
		done

		[ $DATE -ge $SS ] && [ $DATE -lt $WS ] && GMT=2 || GMT=3

		# Create or remove the HouseKeeper Flag file
		if [ `/opt/bin/date "+%H"` -eq $GMT ]
		then
			touch /opt/etc/HouseKeeper
		
		fi
	fi
else
	 [ -f /opt/etc/HouseKeeper ] && rm /opt/etc/HouseKeeper
fi
I guess putting the internal clock back half way through a programme is not easy, so keep to GMT internally and adjust what you display is simpler (i.e. what all PC's do).
Rolandh
11-09-2011
Does housekeeping rely on havining a free tuner at 3am, as I've not got any program icons from my recordings yesterday. I'm using a 500GB HDR runing firmware version v1.00.15?

Roland
REPASSAC
11-09-2011
Originally Posted by Rolandh:
“Does housekeeping rely on havining a free tuner at 3am, as I've not got any program icons from my recordings yesterday. I'm using a 500GB HDR runing firmware version v1.00.15?

Roland”

Housekeeping only runs when the HDR is in full standby.
Any recording or pre-recording wakeup and it will miss it.
It runs at EXACTLY 03:00 U.K. Local time.
Rolandh
11-09-2011
Originally Posted by REPASSAC:
“Housekeeping only runs when the HDR is in full standby.
Any recording or pre-recording wakeup and it will miss it.
It runs at EXACTLY 03:00 U.K. Local time.”

ok, I might have to delete some early morning series links to get everything working correctly then.

Roland
VIEW DESKTOP SITE TOP

JOIN US HERE

  • Facebook
  • Twitter

Hearst Corporation

Hearst Corporation

DIGITAL SPY, PART OF THE HEARST UK ENTERTAINMENT NETWORK

© 2015 Hearst Magazines UK is the trading name of the National Magazine Company Ltd, 72 Broadwick Street, London, W1F 9EP. Registered in England 112955. All rights reserved.

  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
  • Complaints
  • Site Map