Use Live API

2.24K viewsCSS QuestionsLive API
1

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
0

I tried to edit my previous post and add an Remotify export but it would not take so I’ll try with a new post.

Joachim Answered question
You are viewing 1 out of 4 answers, click here to view all answers.