Use Live API
Hi remotify,
I wonder if it is possible to use the full Live API within Remotify, or can we only use a subsection of it (maybe we can only use what has been added so fare)?
I found this
https://nsuspray.github.io/Live_API_Doc/11.0.0.xml#Live-Browser
I’m trying to list my User folders from Lives browser with this code
myUser_folders = self.application().browser.user_folders
my_sub_item_1 = myUser_folders.children[0]
But I’m getting this error message
> ‘BrowserItemVector’ object has no attribute ‘children’
I’m not sure if the syntax is correct or if something else is preventing it from working.
Joachim Answered question
Sign up
User registration is currently not allowed.