EPGgrab
epggrab/channel/list
{
"entries" : [
{
"uuid": "fffe86fe9b43bdc58b607f811ee44fad",
"id": "fffe86fe9b43bdc58b607f811ee44fad",
"text": "opentv-skyuk-3618: opentv-skyuk-3618 (OpenTV: Sky UK)",
"caption": "Channels / EPG - EPG Grabber Channels",
"class": "epggrab_channel",
"event": "epggrab_channel",
"params": [
{
"id": "enabled",
"type": "bool",
"caption": "Enabled",
"description": "Enable/disable EPG data for the entry.",
"default": false,
"group": 1,
"value": true
},
{
"id": "modid",
"type": "str",
"caption": "Module ID",
"description": "Module ID used to grab EPG data.",
"default": "",
"rdonly": true,
"hidden": true,
"group": 1,
"value": "opentv-skyuk"
},
{
"id": "module",
"type": "str",
"caption": "Module",
"description": "Name of the module used to grab EPG data.",
"default": "",
"rdonly": true,
"nosave": true,
"group": 1,
"value": "OpenTV: Sky UK"
},
{
"id": "path",
"type": "str",
"caption": "Path",
"description": "Data path (if applicable).",
"default": "",
"rdonly": true,
"nosave": true,
"group": 1,
"value": ""
},
{
"id": "updated",
"type": "time",
"caption": "Updated",
"description": "Date the EPG data was last updated (not set for OTA grabbers).",
"default": 0,
"rdonly": true,
"nosave": true,
"group": 1,
"value": 0
},
{
"id": "id",
"type": "str",
"caption": "ID",
"description": "EPG data ID.",
"default": "",
"group": 1,
"value": "opentv-skyuk-3618"
},
{
"id": "name",
"type": "str",
"caption": "Name",
"description": "Service name found in EPG data.",
"default": "",
"group": 1
},
{
"id": "names",
"type": "str",
"caption": "Names",
"description": "Additional service names found in EPG data.",
"default": "",
"group": 1,
"value": ""
},
{
"id": "number",
"type": "s64",
"caption": "Number",
"description": "Channel number as defined in EPG data.",
"default": 0,
"group": 1,
"intsplit": 1000000,
"value": 172
},
{
"id": "icon",
"type": "str",
"caption": "Icon",
"description": "Channel icon as defined in EPG data.",
"default": "",
"group": 1
},
{
"id": "channels",
"type": "str",
"caption": "Channels",
"description": "Channels EPG data is used by.",
"list": 1,
"enum": {
"type": "api",
"uri": "channel/list",
"event": "channel",
"params": {
"all": 1,
"numbers": 1
}
},
"group": 1,
"value": [
"2aae489c6a59abc9b0584c96b8300adb"
]
},
{
"id": "only_one",
"type": "bool",
"caption": "Once per auto channel",
"description": "Only use this EPG data once when automatically determining what EPG data to set for a channel.",
"default": false,
"group": 1,
"value": false
},
{
"id": "update",
"type": "int",
"caption": "Channel update options",
"description": "Options used when updating channels.",
"list": 1,
"advanced": true,
"enum": [
{
"key": "update_icon",
"val": "Icon"
},
{
"key": "update_chnum",
"val": "Number"
},
{
"key": "update_chname",
"val": "Name"
}
],
"value": []
},
{
"id": "comment",
"type": "str",
"caption": "Comment",
"description": "Free-form text field, enter whatever you like.",
"default": "",
"group": 1
}
]
}
]
}epggrab/channel/class
epggrab/channel/grid
epggrab/module/list
epggrab/config/load
epggrab/config/save
epggrab/ota/trigger
epggrab/internal/rerun
Last updated
Was this helpful?
