-
Notifications
You must be signed in to change notification settings - Fork 25
Loader
Requires Source and Device
This command will sideload your channel to the device. It will stage the channel approiatly according to the source option provided. It will then zip and upload the channel to the device.
$ roku --sideload --working
Requires Source
Builds the zip of the channel without sending ti to the device. Requires a source option like sideload. Will exclude configured excludes by default.
$ roku --build --working
Requires Device
Removes the current sideloaded channel from the device.
$ roku --delete
Option to be passed when using the sideload command. Prevents excludes from being included when sideloading.
$ roku --sideload --working --exclude
If you add a file that is greater the 250kb then this plugin will generate a warning when loading or building. If you want to avoid this warning you can add a new file in the same directory with the same name prefixed with "ignoreSize_". The contents of this file do not matter and it can be empty.