2,274 bytes added
, 10:06, 7 May 2020
{{OPCHToken|
|Description = Period of time in milliseconds to execute the algorithm to recalculate the auto favorite channel list ("most watched").<br>
It checks if current channel has been watched for a period of time greater than defined in [[OPCHToken_AutoFavObserveInterval|AutoFavObserveInterval]], to include it in the list ("most watched") updating it's watched counter.<br>
Sample of JSON stored in flash file: /flash/var/OpenStb/autofavchannels.json
<source lang=javascript>
{
"entries": [
{
"channels": [
{
"channel": 3041,
"count": 272
},
{
"channel": 3099,
"count": 10
}
],
"date": "Feb/28/2020"
},
{
"channels": [
{
"channel": 3041,
"count": 288
}
],
"date": "Feb/29/2020"
},
{
"channels": [
{
"channel": 3041,
"count": 269
}
],
"date": "Mar/1/2020"
},
{
"channels": [
{
"channel": 2967,
"count": 7
},
{
"channel": 3041,
"count": 112
},
{
"channel": 3099,
"count": 2
},
{
"channel": 3104,
"count": 1
},
{
"channel": 3146,
"count": 48
}
],
"date": "Mar/2/2020"
}
]
}
</source>
|Middleware Key Name = OPCH_AUTO_FAV_SAVE_INTERVAL_KEY
|Mandatory = No
|Format = Integer
|Example = 3600000
|Default Value = 7200000 (2 hours)
|External = Yes
|Reboot = Yes
|Scope =
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! Factory Value
! Global OPCH
! OEM OPCH
! GetUser (MiB)
! Local Value
{{!}}- valign="top"
! Y
! Y
! N
! N
! N
}}