Hi all,
I'm trying to write a script that will cycle through a list of URLs input by the user. I'm using an editable list, created in the script_properties() function, like this:
local p_url_list = obs.obs_properties_add_editable_list(props, "url_list", "URLs", obs.OBS_EDITABLE_LIST_TYPE_FILES_AND_URLS, "", "")
It works fine, in so far as the list is displayed, and I can add URLs to it. But for the life of me, I can't figure out how to retrieve the values from the list.
Help!?
I'm trying to write a script that will cycle through a list of URLs input by the user. I'm using an editable list, created in the script_properties() function, like this:
local p_url_list = obs.obs_properties_add_editable_list(props, "url_list", "URLs", obs.OBS_EDITABLE_LIST_TYPE_FILES_AND_URLS, "", "")
It works fine, in so far as the list is displayed, and I can add URLs to it. But for the life of me, I can't figure out how to retrieve the values from the list.
Help!?