bitfocus / companion-module-figure53-qlab-advance

MIT License
4 stars 7 forks source link

[BUG] Variable $(qlabfb:q_{num}_name) Not Working #57

Closed pmc4060 closed 2 years ago

pmc4060 commented 2 years ago

I believe this variable should be able to pull the cue name from the inputted cue {num} however i am having difficulty getting that to work.

I'd like to have 10-15 Cues on hot keys on my stream deck showing the correct cue name for each. This will be changing on a daily basis so i'd rather not name the button and then have a cue number trigger button as it may get overlooked.

Please help.

pmc4060 commented 2 years ago

Help for QLab plugin for Companion with feedback v1.3.10 2.2.2 (2.2.2+4454-v2-2.2-be663609)

istnv commented 2 years ago

How are you typing in the variable? The variables are dynamic (not pre-defined) so they do not show in the drop down.

pmc4060 commented 2 years ago

$(qlabfb:q_{1}_name) \nCue 1 - I belive this should give me something like:

Preset Logo.jpg Cue 1

as the Icon title? ... At the moment im just getting: $NA Cue 1

istnv commented 2 years ago

Do not type the braces '{}'. Just $(qlabfb:q_1_name) There should be a couple of examples to help clarify that.

pmc4060 commented 2 years ago

🤦‍♂️ - I clearly missed those. Had me stumped for over an hour. Thats done the trick Thanks so much!!