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.
loadPlaylist(...) / setPlaylistText(...)setCurrentItem(...)setThumbnailSource(...)setUrlArt(...)setQrState(...)setFitMode(...) for accepted modes such as fit height or fit everythingsetHeaderTextVisible(...)setGridOrSliderBehavior(...) where a build exposes such controlssetSafeArea(...), setOverlayVisibility(...), setPanelAspect(...)renderPanel(...)exportPanel(...)exportThumbnail(...)setExportResolution(...)setExportFormat(...)loadPlaylist(text)
setCurrentItem(itemId)
setThumbnailSource({ mode: "url-art" })
setQrState({ visible: true, content: itemUrl })
setExportResolution("8192x4320")
renderPanel()
exportThumbnail({ format: "png", qualityMode: "master" })