logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
fgolman  
#1 Posted : Thursday, April 3, 2025 6:12:36 PM(UTC)
fgolman

Rank: Advanced Member

Groups: Registered
Joined: 3/30/2023(UTC)
Posts: 79
United States
Location: Chicago

Thanks: 8 times
Was thanked: 3 time(s) in 2 post(s)
Hello all!

A couple of simple questions when using GUIDs.

1. What's the easiest way to get a list of the currently available input/source GUIDs?
2. When using them in scripts, assigned to variables, are they strings?
3. If I take an input, say an image, and replace it with a new image (by using Change button), does the GUID change?
4. If using a list, is the list assigned a GUID or each element?

Thanks!

Fritz Golman
RadioDNA
WaltG12  
#2 Posted : Saturday, April 5, 2025 9:35:48 AM(UTC)
WaltG12

Rank: Advanced Member

Groups: Registered
Joined: 7/4/2021(UTC)
Posts: 348
United States

Thanks: 8 times
Was thanked: 52 time(s) in 43 post(s)
Originally Posted by: fgolman Go to Quoted Post
A couple of simple questions when using GUIDs.


My answers are assuming you're referring to Input Keys.

Originally Posted by: fgolman Go to Quoted Post
1. What's the easiest way to get a list of the currently available input/source GUIDs?


Depends.

If you literally want a list of input keys, probably a script.

If you want additional details or desire to reference them manually, it might be easier to just look at the API file.

Originally Posted by: fgolman Go to Quoted Post
2. When using them in scripts, assigned to variables, are they strings?


I've used them as strings with no issue.

Given that the input key is entirely numeric, you might be able to class them as an integer. I've never tried, nor do I see the benefit.

Originally Posted by: fgolman Go to Quoted Post
3. If I take an input, say an image, and replace it with a new image (by using Change button), does the GUID change?


This feels like something you could've tested on your own, but I'll test it for you.

It did not change.

Originally Posted by: fgolman Go to Quoted Post
4. If using a list, is the list assigned a GUID or each element?


Again, this feels like something you could've tested on your own, but I'll, again, test it for you.

Using the List input, the key was assigned to the List input itself, and the individual items within the list got subitems in the format of:

Code:
<list>
<item>File location</item>
</list>


Using a Playlist, every input gets their own key as expected, and the Playlist status is only reflected in the tag:

Code:
<playList>True</playList>
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.