Step 2: Declare EPG Sync Task
Update your manifest.toml file to declare the Electronic Program Guide (EPG) sync task.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update your manifest.toml file to declare the Electronic Program Guide (EPG) sync task.
[components]
## <other components related entries>
[[components.task]]
## Define the EPG ingestion task that needs to run periodically
id = "<packageId>.epgSyncTask"
runtime-module = "/com.amazon.kepler.headless.runtime.loader_2@IKeplerScript_2_0"
## Define a process group for each component
[processes]
## <other process related entries>
[[processes.group]]
component-ids = ["<packageId>.epgSyncTask"]
[needs]
## Define the privilege your app needs in order to use the EPG Provider interface
[[needs.privilege]]
id = "com.amazon.kepler.tv.privilege.data_provider"
Was this page helpful?
Supported devices
