Commands and Functions

This is the primary human-readable index of what can be scripted. It exists so future contributors do not have to infer command names, argument shapes, or allowed behaviors from code alone.

Command Surface Principles

Core Command Families

State and content

Layout and panel behavior

Render and export

Argument Expectations

Example Flow

loadPlaylist(text)
setCurrentItem(itemId)
setThumbnailSource({ mode: "url-art" })
setQrState({ visible: true, content: itemUrl })
setExportResolution("8192x4320")
renderPanel()
exportThumbnail({ format: "png", qualityMode: "master" })